I've some problems with a site.
It appears to work fine in Safari and Firefox, but in IE it's a mess:(
It's a wordpress site (but I think it's a css based problem)
you can visit the site in IE and safari/firefox and you'll see the problem
www.reddelicious.info
Here is the css code form which I think is relevant
@media screen {
* { margin: 0; padding: 0; }
article, aside, figure, footer, header, hgroup, menu, nav, section { display: block; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.group { display: inline-block; clear: both; }
/* start commented backslash hack \*/ * html .group { height: 1%; } .group { display: block; } /* close commented backslash hack */
#page-wrap { position: relative; width: 740px; padding: 30px; margin: 30px auto 5px; background: white; -moz-box-shadow: 0 0 20px black; }
#header { width: 800px; position: absolute; z-index: 10; top: 0px; left: 0px; height: 159px; }
#header a { width: 800px;
height: 159px;
display: block;
position: absolute; bottom: 0px; left: 0px;
background: url(images/logo_1_b.png) no-repeat;}
#main-content { float: right; width: 470px; margin: 155px 0 0 0; position: relative; z-index: 20; }
/* css for nav bar */
aside { float: left; width: 200px; margin: 170px 0 0 0; position: relative; z-index: 20;}
aside h4 { text-align: right; }
nav ul { list-style: none; margin: 0 0 15px 0; }
nav li { margin: 0 0 5px 0; }
nav li a { background-color: #ff0000; overflow: visible !important; font-size: 15px; padding: 4px; width: 215px; display: block; color: white; position: relative; left: -30px; text-indent: 26px; }
nav li a em { font-size: 13px; }
nav li a span, .date span { background-color: #ff0000; background-image: url(images/shadowLeft.png); background-position: top right; background-repeat; repeat-y; position: absolute; right: 100%; height: 100%; width: 20px; top: 5px; }
nav li:nth-child(1) a, nav li:nth-child(1) a span { background-color: #ff0000; }
nav li:nth-child(2) a, nav li:nth-child(2) a span { background-color: #cc0000; }
nav li:nth-child(3) a, nav li:nth-child(3) a span { background-color: #990000; }
nav li:nth-child(4) a, nav li:nth-child(4) a span { background-color: #660000; }
nav li:nth-child(5) a, nav li:nth-child(5) a span { background-color: #330000; }
nav li:nth-child(6) a, nav li:nth-child(6) a span { background-color: #000000; }
nav li a:hover { text-decoration: none; background-color: #666; }
nav li a:hover span { background-color: #666; }
This post has been edited by NLX: 22 July 2011 - 06:49 AM

New Topic/Question
Reply


MultiQuote






|