PDA

View Full Version : Full length header


autobilia
07-05-2002, 02:09 PM
I have always tried to figure out how to make a full screen header just like on vbulletin.org.

SaintDog
07-05-2002, 08:18 PM
Set the logo and navigation table too 100% (by editing your header template), then set all margins to 0.

K33nny
07-05-2002, 10:06 PM
Something more or less like the forums I'm constructing right now?

www.ewplanet.com/e/

autobilia
07-06-2002, 02:44 AM
Exactly. What do you do?

SaintDog
07-06-2002, 03:35 AM
Read my first post, there is nothing much to doing it, just basically what little is in my first post :).

autobilia
07-06-2002, 03:49 AM
In the header, under <logos and buttons>, I set width to 100%, but where is he navigation and margin?

SaintDog
07-06-2002, 05:08 AM
The body section (ie: where you set the bgcolor=""). You need to have the following in there:

topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" marginheight="0" marginwidth="0"

or you could simply add the following to your CSS section right after BODY {:

MARGIN-TOP: 0px;
MARGIN-BOTTOM: 0px;
MARGIN-LEFT: 0px;
MARGIN-RIGHT: 0px;

autobilia
07-06-2002, 05:30 AM
Ok.. that worked.. thanks :)

SaintDog
07-06-2002, 05:41 AM
No problem, glad to help :)

fimi.seventeen
07-06-2002, 12:04 PM
you can also do that in CSS. if you do it in css then it will work with all browsers

ZiRu$
07-07-2002, 04:48 AM
thx i will try it again