Media Matt

Social Media, Web Development and Web Design

Post archive for ‘CSS’

IE6 CSS Bug: Divs Less Than 16px Tall

I prefer to use a div with a colored background in place of a horizontal rule tag to create a separator between elements. This eliminates dealing with difficult inconsistencies that the <hr> tag creates across different browsers. When using this div to create a bar 16px or less in height, IE6 will not [...]

IE6 & IE7 Wrapping Background Image CSS Bug

Web designers often accent a link with an image of an arrow or some other icon. The most common way to apply this image to links across a site is to use the background attribute in CSS. A common error occurs in IE6 and IE7 that causes the background image to display improperly when the [...]