Google's remarketing code inserts an iframe (with no content) directly below the opening <body> tag, which is 300x13px and can throw out a website's layout. This post looks at how to effectively … [Read more...] about Google remarketing tag iframe height issue
HTML And CSS
HTML and CSS tips and tricks
HTML (Hyper Text Markup Language) is the language behind the web pages of the Internet, created by Tim Berners-Lee, and uses a system of tags for applying layout, formatting and links to content. CSS (Cascading Style Sheets) are used to describe the presentation of the HTML. This section contains howtos, tips and tricks about how to use HTML and CSS.
HTML/CSS background-position
The HTML/CSS background position can be set using px, % and the constants top, center, bottom for vertical positioning and left, center, right for horizontal positioning. This post looks at the order … [Read more...] about HTML/CSS background-position
Opacity for Internet Explorer using CSS3 PIE and Alpha Transparency
Alpha transparency is a much easier way to make a background transparent than having to specify a whole bunch of cross browser CSS opacity statements and works in a wide variety of browsers, with the … [Read more...] about Opacity for Internet Explorer using CSS3 PIE and Alpha Transparency
Solving a couple of gotchas with CSS3 PIE
CSS3 PIE is a utility for Internet Explorer which adds support for some of the most useful CSS3 properties missing from older versions of the browser, such as border-radius, box-shadow, border-image … [Read more...] about Solving a couple of gotchas with CSS3 PIE
CSS Sprites – making one of the buttons active
A few months ago I posted using CSS sprites for image navigation which looks at how to use a single image for navigation; when the mouse moves over the background position is changed and some effect … [Read more...] about CSS Sprites – making one of the buttons active
border-radius and box-shadow support across browsers
This post is a reference sheet I needed for myself to show which browsers support the CSS3 box-shadow and border-radius properties, which require vendor prefixes, and which have no support at … [Read more...] about border-radius and box-shadow support across browsers