Hi;
I have this in my css:

#menu {
    position: relative;
    clear: left;
    margin: 0;
    width: 1280px;
    top: -1px;
    height: 36px;
}


and this in my html:

                    <div id="menu">
                                <img src="images/nav-izquierda.png" width="108" 
height="36" id="nav-izquierda" alt=""/>
                                <img src="images/home.png" width="101" 
height="36" id="home" alt="Home button"/>
                                <img src="images/services-no.png" width="113" 
height="36" id="services" alt="Services button"/>
                                <img src="images/rentals-no.png" width="107" 
height="36" id="rentals" alt="Rentals button"/>
                                <img src="images/nav-mitad.png" width="272" 
height="36" id="nav-mitad" alt=""/>
                                <img src="images/store-no.png" width="134" 
height="36" id="store" alt="Online Store button"/>
                                <img src="images/locations-no.png" width="120" 
height="36" id="locations" alt="Locations button"/>
                                <img src="images/about-no.png" width="117" 
height="36" id="about" alt="About Us button"/>
                                <img src="images/contact-no.png" width="126" 
height="36" id="contact" alt="Contact Us button"/>
                                <img src="images/nav-derecha.png" width="91" 
height="36" id="nav-derecha" alt=""/>
                    </div>


This displays each image in its own row. What I am trying to accomplish is to 
get them to display all in one row as if they were table definitions in the 
same row. How do?
TIA,
Chris
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to