Thread
:
How to align to the left? HTML/CSS?
View Single Post
(#
6
(
permalink
))
Zurahn
is
Offline
Private
Posts:
3
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date:
Jan 2008
January 1st, 2008
The changing differential is due to your use of 1% in the header class in your CSS. Change that to a fixed value (13px) and it will stay constantly aligned.
Change
.header {margin: 0px 1%;
to
.header {margin: 0px 13px;
View Zurahn's sig
Zurahn
View Public Profile
Send a private message to Zurahn
Find all posts by Zurahn