veryred78
06-16-2005, 08:01 AM
Hello--Can anyone tell me if there is a way to turn frame borders off using CSS? Thanks.
|
Click to See Complete Forum and Search --> : Framesets veryred78 06-16-2005, 08:01 AM Hello--Can anyone tell me if there is a way to turn frame borders off using CSS? Thanks. toicontien 06-16-2005, 01:15 PM In all honesty, I've never tried. Frames are a different beast, as they are rendered on a different level of the browser as other page elements. They are actually rendered as part of the browser window, not the HTML document loaded in it. More than likely the border is entirely controlled by the Operating System, with the special ability to specify the border width given to the FRAMESET tags border attribute. You could try embedding CSS in the frameset page that sets the border of the FRAMESET tags to 0 or none. acorbelli 06-16-2005, 02:18 PM If you're using an iFrame, yes. Set the frameborder attribute to 0. Otherwise, no. Mr J 06-17-2005, 08:10 AM Why not just use FRAMEBORDER="no" in the frameset tag? NogDog 06-17-2005, 09:33 AM I believe you have to put a frameborder="0" in each FRAME tag. (But it's been so long since I did anything with frames....) webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |