|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Coding and Programming > Web Coding | |
Image is shifted to the left in IE, but not FF
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) | ||||||||||
|
Linux Lobbyist
|
I am working on a website www.hatchseadgroup.com.
If you open it up in FF, it looks fine, but if you open it up with IE, the banner is shifted to the left. Does anyone know how I can fix this?
__________________
There are 10 types of people in this world. Those who can read binary, and those who can't. Math is like sex. Sure, it may give some practical results, but that is not why we do it.
|
||||||||||
|
|
|
|
#2 (permalink) | ||||||||||||||
|
Programmer
|
Quote:
__________________
|
||||||||||||||
|
|
|
|
#3 (permalink) | |||||||||||||
|
Overclocker
|
I got a page load error too.
__________________
|
|||||||||||||
|
|
|
|
#4 (permalink) | ||||||||||
|
Linux Lobbyist
|
ugg, sorry. My power just went out which means my server did as well. Screwed some stuff up. Will post back soon.
__________________
There are 10 types of people in this world. Those who can read binary, and those who can't. Math is like sex. Sure, it may give some practical results, but that is not why we do it.
|
||||||||||
|
|
|
|
#5 (permalink) | ||||||||||
|
Linux Lobbyist
|
ok just download my basic web root. Not everything is there, but you see the necessary files.
__________________
There are 10 types of people in this world. Those who can read binary, and those who can't. Math is like sex. Sure, it may give some practical results, but that is not why we do it.
|
||||||||||
|
|
|
|
#6 (permalink) | |||||||||||||
|
Programmer
|
If you replace
Code:
#banner {
width:823px;
height:148px;
margin:0 auto;
padding-left:1px;
padding-top:179px;
}
Code:
#banner {
padding-top: 178px;
padding-left: 88px;
}
__________________
There are 10 kinds of people in this world, those who understand binary and those who don't.
|
|||||||||||||
|
|
|
|
|
#7 (permalink) | ||||||||||
|
Linux Lobbyist
|
Great. Thanks man!
btw, nice quote in your sig ![]()
__________________
There are 10 types of people in this world. Those who can read binary, and those who can't. Math is like sex. Sure, it may give some practical results, but that is not why we do it.
|
||||||||||
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|