Div layout shows in Firefox but not in IE |
Div layout shows in Firefox but not in IE |
Oct 20 2006, 07:07 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Oct 2006 Member No: 473,851 |
It shows the full layout in Firefox but some reason it only shows half of it on Internet Explorer.... help!
link: www.myspace.com/egsistance |
|
|
|
![]() |
| *Infinite.* |
Oct 20 2006, 03:32 PM
Post
#2
|
|
Guest |
Haha, thats crazy and half of it shows up in AOL browser
Care to show the codes, if you dont want to post them up you can PM me them |
|
|
|
Oct 20 2006, 05:31 PM
Post
#3
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
The problem is your coding. Don't use "center" positioning use absolute positioning. Don't use percents or margins to position divs or else it doesn't come out good for other browsers. Use left and top.
Ex: CODE .divname{ position: absolute; left: #px; top: #px; width: #px; height: #px;} is an example of a div, that works good in most browsers. (Thats just the css part of the code) |
|
|
|
![]() ![]() |