Yes i forgot that value, but changing only that, things went worst:
So, i changed also the margin-right value here below to 170 (it was 150):
Now the columns look right but still the central page it's not right centered (still more space on the right):PHP Code:#navColumnTwo {
float: right;
margin-right: -170px; /* This negative margin-right value is in this example the same as the right column width. */
position: relative; /* IE needs this */
![]()



Reply With Quote
