|
Answer» Hi, Here I am with yet an other question, even though ,not all the rest is fixed. My nephew asked me if I could put in some up2date news, after some searching I found a site who displayed news on a page so you can put it into your site. So I did put it in like this
Code: [Select]<iframe scrolling="no" frameborder="0" height = "210px" width = "164px" style="position:relative; top: -203px; left: -173px; background: #580202" src="http://www.wielernieuws.be/extra/scroller/wielernieuws.htm" name="nieuws"> </iframe> Now, it's displaying pretty nice in Firefox and Google Chrome but in IE it adds a white background. Is there any way I can remove the background in IE? The background: #580202 doesn't SEEM to work :s
Anyone who knows how to fix this?
Thanks in advance
JONAS Ah, I found your problem straight away - IE. That's another flaw with IE, it doesn't like iframes.... So there's no way to solve it? I'm starting to hate IE it ALWAYS stops my beautyfull desings
Jonas I saw a script that send users to different pages depending on which web BROWSER they use, you could design a site purely for IE, and send the users there...I found it on google, try finding it there.
|