Anyone Know Why....... |
![]() ![]() |
Anyone Know Why....... |
Feb 23 2007, 09:01 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 32 Joined: Mar 2006 Member No: 386,286 |
I want it to look like it does in FireFox in IE too!
In FireFox it looks like this... ![]() But in IE it looks like this... ![]() Here is my code... CODE <style type=text/css> .pimp_my_profile { } table, tr, td { background-color:transparent; border:none; border-width:0px; } body { background-color:EE22AA; background-image:url(http://www.massconcerts.com/venues/nf13x.jpg); background-position:Center Left; background-attachment:fixed; background-repeat:repeat; scrollbar-face-color:000000; scrollbar-arrow-color:ffffff; scrollbar-track-color:000000; } table table { border:0px; } table table table table { border:0px; background-image:none; background-color:transparent; } table table table { border-style:Solid; border-width:2px; border-color:ffffff; background-image:url(http://content.pimp-my-profile.com/tp/000000-70-tp.png); background-repeat:repeat; } table, tr, td, li, p, div { color:ffffff; } .btext { color:ffffff; } .blacktext10 { color:ffffff; } .blacktext12 { color:ffffff; } .lightbluetext8 { color:ffffff; } .orangetext15 { color:ffffff; } .redtext { color:ffffff; } .redbtext { color:ffffff; } .text { color:ffffff; } .whitetext12 { color:ffffff; } a:active, a:visited, a:link, a.searchlinksmall:active, a.searchlinksmall:visited, a.searchlinksmall:link { color:ffffff; } a:hover, a.searchlinksmall:hover { color:ffffff; } a.navbar:active, a.navbar:visited, a.navbar:link { color:ffffff; } a.navbar:hover { color:ffffff; } a.redlink:active, a.redlink:visited, a.redlink:link { color:ffffff; } a.redlink:hover { color:ffffff; } .nametext { color:ffffff; } table table table td.text div img { visibility:hidden;} table table table td.text div { background-image:url(); background-repeat:no-repeat} table table table td.text table table div img {visibility:visible;} table table table td.text table table div { background-image:none;; } .contactTable { width:300px!important; height:150px!important; padding:0px!important; background-image:url(http://img329.imageshack.us/img329/7513/contacttablect8.jpg); background-attachment:scroll; background-position:center center; background-repeat:no-repeat; background-color:transparent;}.contactTable table, table.contactTable td {padding:0px !important; border:0px; background-color:transparent; background-image:none;}.contactTable a img {visibility:hidden; border:0px!important;}.contactTable a {display:block; height:28px; width:115px;}.contactTable .text {font-size:1px!important;}.contactTable .text, .contactTable a, .contactTable img {filter:none!important;; } Thanks!!! |
|
|
|
Feb 23 2007, 09:09 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Use any of the codes provided here, then edit them to your liking. See if that works out.
|
|
|
|
Feb 24 2007, 04:29 AM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 32 Joined: Mar 2006 Member No: 386,286 |
Use any of the codes provided here, then edit them to your liking. See if that works out. That didnt work like it is now! TY though! Anyone else? |
|
|
|
Feb 24 2007, 02:30 PM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 32 Joined: Mar 2006 Member No: 386,286 |
After searching back to Aug 2006, I found a similar topic to what I am doing!
However, I have no clue how to make it work in IE also! Here is the link.....Related Topic Thanks again! |
|
|
|
Feb 24 2007, 02:54 PM
Post
#5
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
^ Don't double post. If you read the last post they tell you what to do.
QUOTE Ok, for anyone who was wondering, I figured it out...... it's kinda cheap but whatever..... You create a image using fire works, photoshop, whatever, of a block of color X, and then change the transparency to whatever level you want. Then you take that picture and use it as the background for the tables, and voila! |
|
|
|
Feb 24 2007, 03:24 PM
Post
#6
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 32 Joined: Mar 2006 Member No: 386,286 |
|
|
|
|
Feb 24 2007, 04:15 PM
Post
#7
|
|
![]() vengeance. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 3,058 Joined: Jul 2006 Member No: 437,024 |
^ If your making an image, it should work because IE doesn't have any compatibility issues with images. Well, only transparent PNGS, but thats another issue.
|
|
|
|
Feb 24 2007, 04:47 PM
Post
#8
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 32 Joined: Mar 2006 Member No: 386,286 |
^ If your making an image, it should work because IE doesn't have any compatibility issues with images. Well, only transparent PNGS, but thats another issue. Oh, so IE doesnt recognize transparent PNGS?!?! Thats what I was using! LOL edit: For a beautiful nothing..... CODE <style type=text/css> .pimp_my_profile { } table, tr, td { background-color:transparent; border:none; border-width:0px; } body { background-color:EE22AA; background-image:url(http://www.massconcerts.com/venues/nf13x.jpg); background-position:Center Left; background-attachment:fixed; background-repeat:repeat; scrollbar-face-color:000000; scrollbar-arrow-color:ffffff; scrollbar-track-color:000000; } table table { border:0px; } table table table table { border:0px; background-image:none; background-color:transparent; } table table table { border-style:Solid; border-width:2px; border-color:ffffff; background-image:url(http://i157.photobucket.com/albums/t43/scenecrunkk/clearwise.gif); background-repeat:repeat; } table, tr, td, li, p, div { color:ffffff; } .btext { color:ffffff; } .blacktext10 { color:ffffff; } .blacktext12 { color:ffffff; } .lightbluetext8 { color:ffffff; } .orangetext15 { color:ffffff; } .redtext { color:ffffff; } .redbtext { color:ffffff; } .text { color:ffffff; } .whitetext12 { color:ffffff; } a:active, a:visited, a:link, a.searchlinksmall:active, a.searchlinksmall:visited, a.searchlinksmall:link { color:ffffff; } a:hover, a.searchlinksmall:hover { color:ffffff; } a.navbar:active, a.navbar:visited, a.navbar:link { color:ffffff; } a.navbar:hover { color:ffffff; } a.redlink:active, a.redlink:visited, a.redlink:link { color:ffffff; } a.redlink:hover { color:ffffff; } .nametext { color:ffffff; } table table table td.text div img { visibility:hidden;} table table table td.text div { background-image:url(); background-repeat:no-repeat} table table table td.text table table div img {visibility:visible;} table table table td.text table table div { background-image:none;; } .contactTable { width:300px!important; height:150px!important; padding:0px!important; background-image:url(http://img329.imageshack.us/img329/7513/contacttablect8.jpg); background-attachment:scroll; background-position:center center; background-repeat:no-repeat; background-color:transparent;}.contactTable table, table.contactTable td {padding:0px !important; border:0px; background-color:transparent; background-image:none;}.contactTable a img {visibility:hidden; border:0px!important;}.contactTable a {display:block; height:28px; width:115px;}.contactTable .text {font-size:1px!important;}.contactTable .text, .contactTable a, .contactTable img {filter:none!important;; }
</style> |
|
|
|
![]() ![]() |