![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Does anyone have any idea why the right column is not aligned with the left column? It is much lower from the top. Please comment: http://officeactivate.com/newest/test.shtml Is it because of the absolute positioning? |
#3
| |||
| |||
|
|
Does anyone have any idea why the right column is not aligned with the left column? It is much lower from the top. Please comment: http://officeactivate.com/newest/test.shtml Had you validated the page you would have found the problem. There is a |
|
Is it because of the absolute positioning? There is no reason to use position:absolute on the header. And a |
#4
| |||
| |||
|
|
Dan V. wrote: Does anyone have any idea why the right column is not aligned with the left column? It is much lower from the top. Please comment: http://officeactivate.com/newest/test.shtml Had you validated the page you would have found the problem. There is a trailing backslash after <doctype>. Why use HTML Transitional? It was meant only as a temporary spec for converting legacy pages to HTML v4. Use HTML Strict. Also: In #rh_col get rid of position:relative, top:, and left:. Adjust margin-top (about 180px, or 14em) to align with #lh_col. Is it because of the absolute positioning? There is no reason to use position:absolute on the header. And a float:left for #lh_col would work as well. Instead of using px to set the top coord for the divs, use ems. The positioning then scales with changes in font size. -- jmm (hyphen) list (at) sohnen-moe (dot) com (Remove .AXSPAMGN for email) |
#5
| |||
| |||
|
|
Does anyone have any idea why the right column is not aligned with the left column? It is much lower from the top. Please comment: http://officeactivate.com/newest/test.shtml Is it because of the absolute positioning? thanks for any tips. |
![]() |
| Thread Tools | |
| Display Modes | |
| |