Devon Miller wrote:
> Daniel Petre wrote:
>   
>> hello, anyone can guide me to a hack regarding viewing my page (
>> http://www.pain.ro ) the right way in IE7 ?
>>     
There is more than one way to do it. Just letting the software do its 
thing may (or may not) be one of them.
css:
body { background: url(http://www.pain.ro/img/painful_background.jpg) 
no-repeat;}
#navcontainer { margin-left: 32px; margin-top: 12px;}
#navcontainer ul{padding-left: 0;margin-left: 0;background: 
transparent;color: #CC3366;width: 100%;font-family: arial, helvetica, 
sans-serif;}
#navcontainer ul li a{padding: 0.2em 0.4em;background-color: #036;color: 
#CC3366;text-decoration: none;background: transparent;}
#navcontainer ul li a:hover{background-color: #CC3366;color: #fff;}
html
<div id="navcontainer">
<ul id="navlist">
<li id="active"><a href="#" id="current">just pain</a></li>
<li><a href="#">some past</a></li>
<li><a href="#">right now</a></li>
<li><a href="#">teh future</a></li>
</ul>
</div>
Best,
~dL


-- 
http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to