Click to See Complete Forum and Search --> : Colour the iFrame background


Davey_M
03-06-2006, 06:37 AM
not sure whether to put this in here or css as it's kinda both...

well, i'm havin a bit of difficulty setting my iframe to use the desired background colour...

in mozilla it displays it perfectly how i want other ppl to see it... if i view my website in IE it displays it with a different background colour...

i imagine it's probly something simple i've missed but i don't know wot else to try.

tried giving it a class and setting the background-color that way.. no luck... tried doing it in the iframe tag... the td tag... etc... not having much luck tho...

anybody able to help? thanks

www.merlins-realm.co.uk/hmm is the url for the site i'm making...

any help would be great - thanks

KDLA
03-06-2006, 08:32 AM
Try getting rid of this:
<style type="text/css">
<!--
body {
background-color: #0066A4;
}
-->
</style>
and instead apply it to your big table.

KDLA

Davey_M
03-06-2006, 09:28 AM
brilliant, that worked... thanx