View Full Version : Table problems ...
Hi,
I've been working on the same layout now for nearly a week and just can't figure out how to fix the gaps and such between the navigation images :|
If anyone has any suggestions on how I could fix this or what I've done incorrectly I'd really appreciate it.
http://www.up-y0urs.org/04/004.html
Thank you
Did you code this yourself or use a program to code it? Seems like your code is jumping all over the place. I seldom use mouseovers...just curious about the colspan comments in them. If you want, send me the image files in a zip and I'll tinker with it.
The Hooded
11-08-03, 06:22 AM
Hi,
I've been working on the same layout now for nearly a week and just can't figure out how to fix the gaps and such between the navigation images :|
If anyone has any suggestions on how I could fix this or what I've done incorrectly I'd really appreciate it.
http://www.up-y0urs.org/04/004.html
Thank you
H'mm, to try and put this simple. Your problem is caused by the default font size of your page being larger than you images height on any one preticular row in a table.
To see the gaps disappear set your browser to the smallest font settings. Then set it to the largest font settings. You will see your layout works just fine with a small font size.
So go through your code and set the font-size to a fixed size using a style definition, but only for the rows where you want to display the images.
eg: font-size:7px;
Also note that your page would be much easier to layout and adjust the layout if you used a nested table for you menu area insted of the multiple colum spans and row spans.
Hope this is of some help.
vBulletin® v3.6.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.