Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Frame Border Problems


Message #1 by colbywolford@m... on Sat, 12 May 2001 06:11:33
Hi,
You don't say which browser you are writing for. NN and IE use different 
attribute values for the frameset tag I tend to use:

<frameset frameborder=0 framespacing=0 frameborder=no border=0>

this should turn off all borders around frames in both browsers. If that 
doesn't work you might also want to set the frameborder attribute in the 
frame tag to 0/no and possibly the marginheight and marginwidth attributes to 
0 as well. Be advised though that some versions of NN even after all that 
still show a 1px gap between frames.

Cheers

Giles

  Return to Index