> Seona Bellamy wrote:
> Hmm... Thanks, that did seem to make a difference. At any rate, the
images
> are showing up.
> But instead of tiling nicely across the page, they're showing one to
> a line and spreading over the whole width of the panel. I've had a
look,
> and I'm not sure how to fix that. (It still works fine in Moz)
In your nav_main.css you have
HTML UL LI {
FLOAT: left; HEIGHT: 1%
}
HTML UL LI A {
HEIGHT: 1%
}
Add the #navbar selector in front of these styles, as you have done with
the others in this css file
Using height:1% is usually a workaround for IE bugs so you might want to
hide them from other browsers
Regards
Jason
*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*****************************************************