Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using Vspace tag in Netscape Navigator

Status
Not open for further replies.
Jan 26, 2001
550
GB
hi there guys, this is a probably a simple query but i cant seem to find the solution: I have a html document with a row of rollover buttons at the top of the page. I have set the vspace and hspace attritutes to 0 in order for the buttons to be flush with the top left of the page. This works fine in explorer but in navigator i get a gap around the buttons. Is this because netscape doesnt support these attributes, and if so, is there anything i can do? Heres the link to page if you need to look, the page is the top bar in the frameset: Any help would be greatly appreciated.

Thanks Nick Price
nick.price@misuk.net
 
I had the exact same problem,
As I look at your source, I don't see any VSPACE="0" or HSPACE="0" on any of your IMG tags.
~Javrix

If you gave an infinate number of rednecks, an infinate number of shotguns to shoot at an infinate number of street signs, they would eventually write Romeo and Juliet in braille.
 
yeah sorry, theres none on the uploaded version but i have tried it locally and no luck - did u manage to fix your site or not? Nick Price
nick.price@misuk.net
 
Yeah, go to it with netscape and see. It works. It might not be a VSPACE problem, but a table problem.

If your pictures are in a table, make sure you have the cell codes in the table tag:

<TABLE CELLPADDING=&quot;0&quot; CELLSPACING=&quot;0&quot;>


~Javrix

If you gave an infinate number of rednecks, an infinate number of shotguns to shoot at an infinate number of street signs, they would eventually write Romeo and Juliet in braille.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top