position in IE, problem on IE |
position in IE, problem on IE |
Oct 9 2008, 10:58 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Oct 2008 Member No: 690,277 |
|
|
|
|
![]() |
Oct 10 2008, 04:55 AM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Look for this:
CODE .bodyContent { background-color:000066; background-image:url("http://www.shiinatactix.com/myspace/bg2.jpg"); background-position: center top; background-repeat:repeat-y; } Try replacing it with this: CODE body { background-color:000066; background-image:url("http://www.shiinatactix.com/myspace/bg2.jpg"); background-position: top center; background-repeat:repeat-y; } See what happens. |
|
|
|
pina position in IE Oct 9 2008, 10:58 PM
fixtatik just a guess, but it looks like you just have the ... Oct 10 2008, 12:41 AM
pina CODE<style>
table, tr, td {
background-... Oct 10 2008, 01:03 AM
pina *cries*
anarchy, thank you for replying..
but it d... Oct 10 2008, 05:08 AM
fixtatik i can't seem to get it to do the same problem ... Oct 10 2008, 06:50 AM
Anarchy Alright, replace your codes with this:
CODE<st... Oct 10 2008, 08:05 AM
pina thank you anarchy !
it works on firefox,but no... Oct 17 2008, 12:42 AM![]() ![]() |