Forum Moderators: open
<frameset rows="20%,80%">
<frame src="banner.htm" noresize="noresize" scrolling="no" frameborder="0"/>
<frameset cols="15%,85%">
<frame name="s_menu" src="side_menu.htm" noresize="noresize" frameborder="0" scrolling="no"/>
<frame name="m_menu" src="home.htm" noresize="noresize" frameborder="0"/>
</frameset>
</frameset>
and it comes out like this:
------------------------------------------------------
banner.htm over here.
------------------------------------------------------
##Somehow, i got a white space over here.........
------------------------------------------------------
side_menu.htm ¦W ¦main_menu.htm
side_menu.htm ¦W ¦main_menu.htm
side_menu.htm ¦W ¦main_menu.htm
side_menu.htm ¦W ¦main_menu.htm
side_menu.htm ¦W ¦main_menu.htm
side_menu.htm ¦W ¦main_menu.htm
side_menu.htm ¦W ¦main_menu.htm
side_menu.htm ¦W ¦main_menu.htm
and also white space at "W".........(sorry this is the best i can do......)
can somebody tell me how to get rid of this white border...? i used border-color:red........but nothing change.......
thanks