|
Ok, I've sort of figured out my problem. It has to do with the cell padding. This is the strangest, most mind boggling thing to me...although I am certainly by no means an expert @ HTML, CSS & Java. Anyway, when I change the cell padding to 1 in this code:
/*"""""""" (MAIN) Items""""""""*/ #qm0 a { padding:0px 1px 0px 0px; background-color:#666666; color:#FFFFFF; font-family:Arial; font-size:12px; text-decoration:none; }
Then the navigation stays when you hover over the links in IE 7. However, in Firefox it does the same thing except it has messed up the right side of one of my images. Also, it does add the 1 pixel to my buttons which doesn't look so good. Is there a way I can get the navigation to stay when hovering over the links & display my buttons and right side bar correctly? Please forgive me for being such a pain but I'm new to all of this coding.
Thanks.
|