you are specifying the cell width (14px) and coloring it blue. Netscape freaks out. Solution? Put a 14x14 px spacer GIF (make it transparent) in that cell (the one that doesn't align) and voila! Netscape is happy )
In IE, the bar down the left hand side lines up with that little curve graphic I've got at the top of my menu. In NN, the bar will not line up for anything. I've beaten my head on the desk for way to long. I'm sure it's REAL simple, but I can't figure out what I am doing wrong.
I'm also trying to use two different text rollover options to show links. Both the menu bar and the rest of the site are SUPPOSED to reverse highlight the links when a mouse moves over it. In IE, I used the style sheet and everything works grand. NN of course doesn't do well with the style sheets, but I found a javascript on www.javascripts.com which was supposed to emulate the same effect, but I can't get it to work for the life of me. I tried to contact the author of the script, but I got an invalid email message back. Could someone PLEASE take a look at this and tell me what I'm doing wrong?
Thanks a lot......
------------------
Dave Maxwell
www.keystonecapitalchorus.org
www.trademarkquartet.com
Netscape won't render empty table cells. While the 14X14px transparent gif would work. You could use a 1X1px transparent gif and set its size to 14X14. But then you have the overhead of the gif (around 80 bytes) and the overhead of the code for the image tag (another 20 bytes or more). You could just throw in a non-breaking space using HTML entities and the cell is no longer empty. A non-breaking space is nbsp; preceded by an '&'. This only takes 4 bytes and Netscape will render the cell properly. Now consider 6 bytes versus 100 or more. Now when your trying to get the smallest possible size for your HTML downloads which is a better course of action?
------------------
Wayne Luke
Internet Media Provider
[This message has been edited by wluke (edited February 27, 2000).]
The only problem is I do have the in the cell and it still comes out screwy. I didn't want to have a .GIF in the cell if I didn't have to. Here is the code I'm using:
The line I'm having a problem with is the TD WIDTH=14 line. Maybe I'm being dense, but I don't see what is wrong. If you could elaborate a bit more on what I'm doing wrong, I'd appreciate it. Otherwise I'll have to use the transparent gif.
Thanks for your time.
------------------
Dave Maxwell
www.keystonecapitalchorus.org
www.trademarkquartet.com
Bookmarks