Forum Moderators: open
ahh fraesets..
here is the frameset..
<frameset cols="150,*" rows="*" border="0" framespacing="0" frameborder="NO">
<frame src="menu.html" name="menu" scrolling="NO" frameborder="NO">
<frame src="test.html" frameborder="NO" name="main">
</frameset>
test.html code
<table width="450" border="0" cellpadding="2" cellspacing="2" style="margin-left:20px;">
<!-- stuff in here obviously -->
</table>
question is , why does me main frame have a bottom scroller.!? it is 450 px wide, and there is loads of spare room.. is this an IE bug?!?
or am i missing somethign obvious..
cheers,
nat
<table width="450" border="0" cellpadding="0" cellspacing="0" style="margin-left:0px;">
<!-- stuff in here obviously -->
</table>
And setting the <body rightmargin=0px leftmargin=0px> withing the html of the above code. This reduces everything to a width of 450 your padding spacing settings is forcing everything over 450 from the left of the browser.
-George
any more help would be much aprreciated.
.cheers again
nat
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
who knows.. certainly not me..
more additions..
but as my pages validated with that doctype.. what gives?!?!?!?!
with a top banner, and then a nav frame on the left, and a main one in the remaining space.?!?!?!
to add, if i bin the doctype completely , all is well, i even tried changing to HTML 4.01 strict, but the same problem there too..
pah!
i dont see the point of spending all this time validating and writing correct (x)html when its still renders wrong..
waste of time..
yours, a bit miffed,
nat