Andrew WC Brown
Wed, 13 Feb 2008 21:26:13 -0800
---------- Forwarded message ---------- From: Andrew WC Brown <[EMAIL PROTECTED]> Date: Feb 13, 2008 11:06 PM Subject: navaigation list rendered bad in ie To: wsg@webstandardsgroup.org Hi WSG, I'm currently working on a web-site and I've bumped my head on IE rendering things in its own weird way. Its adding extra something to my list elements but I've stressed my brain trying to solve it. Here's an image to the problem http://img138.imageshack.us/img138/5567/iefirefoxlistcb1.jpg Here's a link to the page http://dutchakscrap.com/about.html Heres the html and css <div class="navigation"> <ul> <li><a href="home.html">Home</a></li> <li><a class="active" href="about.html">About us</a></li> <li><a href="services.html">Products and Services</a></li> <li><a href="pop_can_program.html">Pop Can Fundraising Program</a></li> <li><a href="get_informed.html">Get Informed</a></li> </ul> </div><!-- navigation --> /* Navigation--------------------------------------------------------------------- */ div.navigation { float: right; background: rgb(0,0,0); padding: 0px 30px; width: 240px; } div.navigation ul { list-style-type: none; padding: 8px 0px; margin: 0px; } div.navigation li { padding: 1px; margin: 1px; } div.navigation a { display: block; font-size: 13px; padding: 10px; margin: 0px; text-decoration: none;} div.navigation a:hover { background: rgb(15,15,15); } div.navigation a.active { background: rgb(15,15,15); color: rgb(240,240,240);} Help WSG your my only hope! *hologram flickers off* ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************