пользователь Cole Kuryakin <[email protected]> написал:
Now switch to IE 8 (probably ie 7 as well) and you'll see that it's
positioned outside and to the bottom of the div.
What's also really weird is that IE is also NOT respecting other css
attributes I've given to this anchor (size, text-decoration, etc).
Cole
Are you sure you checked in IE8? Maybe it switched in IE7 mode?
Problem in -- #intro_image {position:inherit;} -- because IE versions below
8 don't support 'inherit', so your anchor was aligned to body tag.
As Thierry Koblentz suggested use straight declaration of position:relative
on #intro_image.
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [email protected]
*******************************************************************