I need help fixing my css/html |
![]() ![]() |
I need help fixing my css/html |
May 11 2008, 09:32 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: May 2008 Member No: 648,526 |
Hello. I need help with my website. The coding works completely fine in firefox. But when i go to it on ie the third column jumps really far off the the side. And there is a scroll bar at the bottom.
Could someone help me by looking at my coding and see what I am doing wrong or what I can do to fix it. My website if fizzlestix.com |
|
|
|
May 11 2008, 09:34 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 18,173 Joined: Mar 2005 Member No: 108,478 |
It would help if you posted your coding using code tags. =)
|
|
|
|
May 11 2008, 09:34 PM
Post
#3
|
|
![]() /人◕‿‿◕人\ ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,283 Joined: Dec 2007 Member No: 602,927 |
Use the _margin-left property.
It doesn't affect firefox, so its pretty much exactly what you need. |
|
|
|
May 11 2008, 09:40 PM
Post
#4
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: May 2008 Member No: 648,526 |
Okay I'll try adding the margin left code
|
|
|
|
May 11 2008, 10:25 PM
Post
#5
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: May 2008 Member No: 648,526 |
Okay the margin left didnt work.
I messed with the properties and everything :( I think Ill just leave it as is unless someone finds out whats wrong :P |
|
|
|
May 11 2008, 10:40 PM
Post
#6
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: May 2008 Member No: 648,526 |
WOOHOO!
I just got it to work for ie ....but now it does the opposite thing to firefox xD |
|
|
|
May 12 2008, 07:09 AM
Post
#7
|
|
![]() Addict ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 3,918 Joined: Jun 2007 Member No: 538,522 |
If you could post your full code, someone will be able to go through it and help you
|
|
|
|
May 12 2008, 08:38 AM
Post
#8
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() Group: Duplicate Posts: 2,374 Joined: Feb 2004 Member No: 3,760 |
Are you using "position:absolute" ?
Because IE and Firefox see it differently. To fix it, you need to redo the dimensions/positioning with "position:relative" |
|
|
|
![]() ![]() |