• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net

Chromeless help

sophie

New Member
What I'm trying to achieve is a popup window with frames (I hate frames but tables will not do in this instance :p), a top frame, a left and a right. The right would be the menu bar, the top the banner bar. I need the top to be exactly the same size as the banner, 450 (width) by 119 (height) pixels. How do I make the frame the same size as the picture? Click here to see the mess i've made (click enter when you get there)

Thanks
Sophie
 
I don't know much about javascripts that's for sure but my best guess would be something like
Code:
='toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=450,height=119'

I hope it works! ;)

Take Care
 
It's not help with the chromeless i need but with the frames. I need the top banner to fit exactly in the frame.
 
You need to get rid of the margins that always get added to pages.
Enter the following code in the body segmant of pages like http://creativity.deep-ice.com/top.htm and it will remove the margins:
topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0"

example: <body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">

Add it to any other pages that you need to get rid of the margins from.

That should do the trick:)
 
Back
Top