[EMAIL PROTECTED] wrote:
Hello guys,

http://www.thehatsource.com/index2.htm

I have nav gifs that are all up and down along the horizontal nav div. Can anyone suggest the best way to align them all? The only way I think I can do it is to put a class on each and individually position them. ANy suggestions would be great.


My suggestion would to be to make the gifs all the same height. They would automatically line up if you did that.


You might also try

#navtext img {
vertical-align:bottom;
}

I think you are already using too much absolute positioning- practically unnecessary with the page I saw. That could all be done with relative positioning and floats.

Donna



______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to