artemide
07-23-2003, 08:20 AM
I'm creating a website using frames.
I want to show just the upper border of a frame.
Is this possible?
Thanks
I want to show just the upper border of a frame.
Is this possible?
Thanks
|
Click to See Complete Forum and Search --> : frame with seperated borders artemide 07-23-2003, 08:20 AM I'm creating a website using frames. I want to show just the upper border of a frame. Is this possible? Thanks blindrain 07-23-2003, 07:50 PM I don't know if that is possible but i know how to remove borders all together check my site to see no borders Blind Rain (http://mywebpages.comcast.net/rfdwhitacre/) border="0" is the lign you want for no borders <frameset rows="*,40" border="0"> <frameset cols="200,*" border="0"> <FRAMESET border="0" frameSpacing="0" rows="50,*" frameBorder="0"> <FRAME name="Title" src="frames/Title.html" noresize="yes" scrolling="no"> <FRAME name="Menu2" src="frames/Login.html" noresize="yes" scrolling="no"> </FRAMESET> <frameset rows="175,60,*" border="0"> <frame src="frames/Page2.html" name="Header" scrolling="no" noresize="yes"> <frame src="address.html" name="pontent" noresize scrolling="no"> <frame src="frames/index.html" name="Content" noresize> </frameset> </frameset> <frame src="test/links.html" name="links" scrolling="no" noresize> <noframes> <body><input type="button" value="Enter Site" onCLick="loadp();"> <a href="http://groups.msn.com/BlindRain/messages.msnw">Send your messages Here</a></noframes> </frameset> webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |