Banner

Sponsor

Login


Welcome Back!
Guest
Guest

Register

Lost your password?

101 users online



Need an Example

Need an Example

Currently viewing this thread: 1 (0 members and 1 guests)


redelite

redelite

Neverside Newbie
Status: Offline!

Need an Example

Can someone provide me with an example of using a Horizontal List navigation with images for the button names?

basically instead of <img/><img/><img/> with javascript mouseover image swaps, just a list

colors, names, and images I used are just for example use...

html code

Code:

<div id="navContainer">
<ul id="myNav">
<li id="linkA"><a href="#"><i>Link A</i></a></li>
<li id="linkB"><a href="#"><i>Link B</i></a></li>
</ul>
</div>

css code

Code:

#navContainer {
margin: 0;
width: 780px;
height: 33px;
display: block;
background-color: #ff0000;}

#myNav i {
display: none;}

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

#myNav ul li {
margin: 0;
text-index: 0px;
display: inline;}

that's about as far as i can get... I know when i get rid of the #myNav i, it shows the links inline but i have no idea how to do images..

thanks ahead! Grin

Gaara

Gaara

<insert witty line>
Status: Offline!

http://css.maxdesign.com.au/listamatic/horizontal07.htm

Like that?

___________________

Free Desktop Wallpapers

redelite

redelite

Neverside Newbie
Status: Offline!

haha exactly... thanks a lot! Grin

Quick Jump:

Main Navigation


Site & Graphic Design by Aeon Tan
Developed by Jeremie Pelletier & Scott Roach


NeverAPI generated this page in 0.0069 seconds.