Log in

View Full Version : Resolved help me with my website header!!!



alimoexxx
03-06-2009, 11:23 AM
hi ppl,

I want my header and my footer to stretch from right to left. touching every side with no horinotal scrolling!!!...

(sokoni.110mb.com) i dnt want the white space at the left and right!... and neither the horizontals scroll

thanking you in advance.

Snookerman
03-06-2009, 02:52 PM
Try adding this to your CSS code:

html, body {
margin: 0;
}

Good luck!

alimoexxx
03-06-2009, 07:02 PM
why didnt I think of that?

it worked good with IE6(suprisingly) but small problem with firefox and opera; i still have the white space on the right and with horizontal the scroll too!

Please help!

Snookerman
03-06-2009, 08:02 PM
Remove the highlighted:

.lsmenu {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 15px;
width:100%;
}

Good luck!

alimoexxx
03-07-2009, 01:23 AM
thanks

it worked!

Snookerman
03-07-2009, 09:15 AM
You're welcome, glad to help!
You can go to your first post in this thread, click http://www.dynamicdrive.com/forums/images/buttons/edit.gif then click Go Advanced and add the Resolved prefix to the thread title.
This will let other users know the problem has been solved.

Good luck with your site!