why is my everything diffrent on my div on IE7, my whole div mess's up on ie7 |
why is my everything diffrent on my div on IE7, my whole div mess's up on ie7 |
Aug 17 2008, 11:10 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 170 Joined: Aug 2008 Member No: 675,679 |
well,
on firefox evrything is right this the pic http://i36.tinypic.com/2w4hgqq.gif but when i change to IE everything goes up http://i33.tinypic.com/b50a44.gif and i googled to see whats wrong and couldnt find the problem also if i press F11 for both browsers.it goes up && also heres my code CODE <style style="text/css"> .37182{hide all the tables} .profileInfo, .extendedNetwork, .latestBlogEntry, .interestsAndDetails, .userProfileURL, .friendsComments, .userProfileNetworking, .userProfileSchool, .userProfileDetail, .friendSpace, .contactTable, .orangetext15{display: none} .37182{make the tables transparent so you can see good} table, tr, td{background-color: transparent} .37182{put the music player in the top-left corner} embed{position: absolute; top: 0; left: 0; width: 40px;} .37182{make any other embeds stay where you put them} td td td td embed, td td td td object{position: static} .37182{background settings} body{ background-color: black; background-image: url('http://i37.tinypic.com/1538l7a.gif'); background-repeat: no-repeat; background-attachment: fixed; background-position: center bottom; } .37182{the first div} .keke{position: absolute; left: 50%; overflow: auto; top: 270px; margin-left: -165px; width: 164px; height: 121px; background-color: transparent; z-index: 1; padding: 3px; border: 0px solid; border-color: 00aaff; } .37182{the first div} .stuff{position: absolute; left: 50%; overflow: auto; top: 440px; margin-left: -255px; width: 143px; height: 162px; background-color: transparent; z-index: 1; padding: 3px; border:0px solid; border-color: 00aaff; } a.text, table div font a, table div div {visibility:hidden;} table table div font a, table table div div {visibility:visible;} img {border:0px;} table tr td div font {display: none;} tr {background-color:transparent} .mygen { Created using MyGen 2.5 - www.mygen.co.uk } .mygen { Text Properties } table, tr, td, li, p, div { color:FFFFFF; } </style> <div class="moveLinks"></div> <div class="keke"> <div style="text-align: center;"> <center> <div style="width:###px;height:###px;overflow:auto;border-width:2px;border-color:000000;border-style:solid;"> <b>ABOUT ME</b> </div> </div> </div> <div class="moveLinks"></div> <div class="stuff"> <center> <div style="width:###px;height:###px;overflow:auto;border-width:2px;border-color:000000;border-style:solid;"> links - ------------------- <b>ANYTHING!!!!!</b> </div> </div> so could yall please help me! just look at my myspace http://profile.myspace.com/index.cfm?fusea...endid=277951636 ON IE7 THE TABLES GO UP.WHY???? |
|
|
|
![]() |
Aug 18 2008, 01:34 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
the screen shots you posted are the exact image. but on your myspace, the look the same in both firefox and ie, to me.
your problem is setting the background image improperly. in your code, find the background-position for body { } and change it to this: CODE background-position: center 160px; you might have to adjust it to your needs, but it should fix the problem. |
|
|
|
YunginBoss3 why is my everything diffrent on my div on IE7 Aug 17 2008, 11:10 PM
nikx618 both images look exactly alike Aug 17 2008, 11:11 PM
Tomates yeah it looks the same
although i guess if i look ... Aug 18 2008, 12:09 AM
YunginBoss3 i mostly use firefox && when i look at the... Aug 18 2008, 12:29 PM
nikx618 you cant change the f11 part. it makes it full scr... Aug 18 2008, 12:30 PM
YunginBoss3 QUOTE(nikx618 @ Aug 18 2008, 12:30 PM) yo... Aug 18 2008, 12:35 PM
fixtatik could you post your coding & a screen shot or ... Aug 18 2008, 12:57 PM
YunginBoss3 QUOTE(fixtatik @ Aug 18 2008, 12:57 PM) c... Aug 18 2008, 01:12 PM
ALSALS QUOTE(fixtatik @ Aug 18 2008, 10:57 AM) c... Aug 23 2008, 03:37 AM
YunginBoss3 QUOTE(fixtatik @ Aug 18 2008, 01:34 PM) t... Aug 18 2008, 01:40 PM
rockguy i think it's because you have the image in the... Aug 18 2008, 02:17 PM
allvanishing The problem is that you set the div to a fixed pos... Aug 18 2008, 03:31 PM
YunginBoss3 QUOTE(allvanishing @ Aug 18 2008, 03:31 P... Aug 18 2008, 04:05 PM
schizo He changed the position from fixed to absolute.
A... Aug 18 2008, 04:37 PM
manny-the-dino Topic Closed & Moved Aug 24 2008, 12:30 AM![]() ![]() |