Help - Search - Members - Calendar
Full Version: Myspace: Internet Explorer and FireFox
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
blackchardonnay
My myspace profile will only show in FireFox...is there a way that I can make it compatible with both FireFox and IE w/o having to redo the entire thing?

Here's a copy of my code if you can would rather have a visual.

Thanks

you also can check it out here: http://www.myspace.com/ant1979
digitalfragrance
I don't know if this has anything to do with you problem, but I noticed that you left the ending semicolons ; out of the last bits of each of your stylesheet attributes.... like this:
CODE
.contain div {
    filter:alpha(opacity=100);
    -ie-opacity:100;
    opacity:100;
    color:FFFAFA;
    font: 10pt Arial,Helvetica,sans-serif;
    overflow:visible

IE can be hairy, so it's important you put a semi-colon at the end (in this case, at the end of "visible")

Anyway - best way I know to make a website compatible with IE and FF is to code it in IE, and then use the "!important" attribute after your modifications that don't work in FF.
blackchardonnay
Thanks alot girlie!!! Everything is working fine, just gotta add some more codes and I will have completed my very first DIV Overlay. laugh.gif
digitalfragrance
Awesome! Glad it's working for you. So, if you have any questions, PM me and I'll re-open this topci _smile.gif
Topic Closed

P.S. - I'd like to see you finished product!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.