Quote:
Originally Posted by svetr
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;
}