View Full Version : Myspace?
-Silence
May 9th, 2008, 05:51 PM
I got's a question. :-P
I was messing with it and in Firefox it looks like this:
http://i31.photobucket.com/albums/c384/-Silence/myspacefirefox.jpg
And when I load it on Internet Explorer it looks like this:
(it makes the list of bands in a smaller column).
http://i31.photobucket.com/albums/c384/-Silence/myspaceie.jpg
How do I get IE to look like Firefox?
Falk 'Ace' Flyer
May 9th, 2008, 10:16 PM
Rename Firefox.exe to iexplore.exe. Wait, no, that will do absolutely nothing but make Fx look like IE. You'll just have to stick with Fx for now.
Bryan B
May 10th, 2008, 10:41 AM
what you can do is
Install an Ad-on name IE Tab
and with this you can use the IE6 or Ie7 or IE8 in Firefox.
You can download the Ad-on in:
https://addons.mozilla.org/en-US/firefox/addon/1419
-Silence
May 10th, 2008, 04:52 PM
I really don't understand how that would help but thank you anyways.
I fixed it! :-D
I put this in:
<style>
td {width:auto !important}
table table td img {display:none;}
table table table td img, div table td img {display:block;}
table.profileInfo table td img {display:inline;}
</style>
And then that put the columns too close together and then I put this in:
<style>
object, embed,
table table table {position:relative; left:-25px;}
table table table table {position:static;}
td.text table {position:relative; left:5px;}
td.text object, td.text table table {position:static;}
</style>
To spread them apart.
Now they look the same.
The first code was supposed to be to get rid of clear GIF images.
Umm, what does that mean?
But thank you guys.
vBulletin® v3.8.9, Copyright ©2000-2021, vBulletin Solutions, Inc.