PDA

View Full Version : Left Menu Column Firefox


jrhodes78
12-17-2007, 10:23 PM
Hello,

On www.eyachtcharter.com in firefox the Left Menu Column is overlapping the center content column.

Everthing seems to be fine in IE7

Any ideas as to what this could be.

Thank you,

Jason

Menalto
12-17-2007, 10:46 PM
You can change this:
#ja-leftcol {
float:left;
width:19,9%;
}
To:
#ja-leftcol {
float:left;
width:19%;
}

jrhodes78
12-17-2007, 10:56 PM
Hi Menalto,

It worked but not exactly.

Please take a look at the site you will notice that it did work for the entire area including the yellow menu bar. The Yellow Menu Bar is being moved over along with the Menu Items.


I basically need to do something very similar, but to the menu items column only not the entire column itself.

Thanks,