View Single Post
  #5 (permalink)  
Old 06-14-2007, 08:27 AM
curtiss's Avatar
curtiss curtiss is offline
Moderator
 
Join Date: May 2003
Posts: 1,468
Quote:
Originally Posted by svetr View Post
One problem remains. To make this visible: give the two files menu.htm and main.htm other background-color than white and open the url in FF. The framespacing remains. The only way I can find to make it disappear is by setting border="0" in the frameset tag. Which isn't valid xhtml.

Is there a valid way?
Best regards
Are you sure that you have set "padding: 0;", "border: none;" and "margin: 0;" in the body definition for the CSS of both files?

Also, try adding the following to your CSS file (I'm not sure if it works or not, but it should):
Code:
frame {
    border: none;
    margin: 0;
    padding: 0;
}
__________________
I hate Internet Explorer! Anyone with me?
Reply With Quote