Frederyco Martins wrote:
> Hello dear fellows,
> 
> I'm facing a some little problems with my website
> and internet explorer 7 (didn't test on other versions).
> 
> First "bug" - No hover on the illustration and contact info.
> 
> Second one - Post's title are cutted at it's top.
> 
> Third - A little missbehave on div's dimensions and some
> minor errors on padding and margin positioning.
> 
> 
> Since I am not a webdeveloper, just know some html + css +
> worpress basics, came hear to ask for help.
> 
> This is the site
> http://www.fredymartins.com.br
> 
> Everything works fine on Opera and Firefox, using linux and
> windows.
> 
> Thanks a lot.
> 
> Fredy.


Hello Fredy.

You have put IE6, IE7 and IE8 into quirksmode [1] by having a comment 
before the doctype [2].


<!-- This loads the header -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>


Remove that comment or IE any version will work much like IE5. This is 
why your hover transition doesn't work since IE6- only supports hover on 
links. ei. a:hover. Other issues surround the IE box model in quirksmode 
[2].


1. <http://www.satzansatz.de/cssd/quirksmode.html>
2. <http://css-class.com/test/css/selectors/ie7hacktargetingopera4.htm>


-- 
Alan http://css-class.com/

Armies Cannot Stop An Idea Whose Time Has Come. - Victor Hugo
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to