hello
i'm stuck [:(]
could anyone pointed out what could i do?
the problem is.. i wanted to have only the right border
what i did :
<frameset rows="100px, *" border=0>
<frame src="page1.htm">
<frameset cols="200px, *" border=1>
<frame src="menu.htm">
<frame src="cht.htm">
</frameset>
</frameset>
it works! but only with gecko not explorer
is there any other way to do it?
i've tried
frameset {border-right: 2px solid black)
but no luck
any other way?
thanks a lot [:)]