Jump to content

[SOLVED] Lists in FireFox?


stublackett

Recommended Posts

Hi,

 

I've got a list coded in CSS as follows :

 

HTML......

   <div id="top_nav">
<ul>
<li><a href="http://www.toquesnuff.com/shop" class="opacityit"><img src="http://www.toquesnuff.com/shop/skins/ToqueSnuffV3/images/home_btn.jpg" alt="Home" border="0" /></a></li>
<li><a href="#" class="opacityit"><img src="http://www.toquesnuff.com/shop/skins/ToqueSnuffV3/images/buy_btn.jpg" alt="Buy Now" border="0" /></a></li>
<li><a href="#" class="opacityit"><img src="http://www.toquesnuff.com/shop/skins/ToqueSnuffV3/images/testimonials_btn.jpg" alt="Testimonials" border="0" /></a></li>
<li><a href="#" class="opacityit"><img src="http://www.toquesnuff.com/shop/skins/ToqueSnuffV3/images/contact_btn.jpg" alt="Contact us" border="0" /></a></li>
</ul>
</div>

 

CSS.....

#top_nav ul { list-style: none; }

#top_nav li { display: inline; padding-right:15px; }

 

The list loads perfect in IE : http://www.toquesnuff.com/shop/ (Its the top menu)

 

But when loaded in FireFox, The image links drop below the bar, Any ideas how I can prevent this?

 

Link to comment
https://forums.phpfreaks.com/topic/125764-solved-lists-in-firefox/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.