Jump to content

backgrou of div?


jjmusicpro

Recommended Posts

loopmakerpro dot com

 

in IE it wont show gradient of nav bar but in firefox it does

 

here is my css

 

    #nav {padding:0 20px; background-image:url(../design/nav-bottom.gif); overflow:hidden;}

    #nav ul {margin:0; padding:0; list-style:none;}

    #nav ul li {display:inline; margin:0; padding:0;}

    #nav ul li a {display:block; float:left; padding:10px 14px 10px 15px;}

    #nav ul li#nav-active a {border:0; font-weight:bold;}

    #nav ul li a:hover {text-decoration:none;}

 

then the code on my page is

 

<div id="nav">

        <ul>

            <li id="nav-active"><a href="index.php">Home</a></li>

<li><a href="news.php">News/Updates</a></li>           

<li><a href="aboutus.php">About Us </a></li>

<li><a href="members.php">Members Area</a></li>

<li><a href="products.php">Our Products </a></li>

            <li><a href="jointoday.php">Join Today </a></li>

            <li><a href="freeloops.php">Free Loops </a></li>

            <li><a href="contact.php">Contact</a></li>

        </ul>

    </div>

Link to comment
https://forums.phpfreaks.com/topic/109167-backgrou-of-div/#findComment-560185
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.