> I guess you could make a 1px frame with the same background color as > the frameborder, set no border on that frame, then use CSS to create > an "unbeveled" frameborder for the whole document and it would > effectively hide its self.
Right, though I've never had to use CSS to hide the frame border. I just use this sort of code: <frameset rows="1,*" frameborder="NO" border="0" framespacing="0"> <frame name="topFrame" scrolling="NO" noresize src="top.html" frameborder="NO" > <frame name="mainFrame" src="bottom.html" frameborder="NO" scrolling="YES" noresize> Comes in handy for loading search engine keywords in the <noframes> content for pages/sites which really aren't frame driven. ------------- Regards, Bob Haroche O n P o i n t S o l u t i o n s www.OnPointSolutions.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com

