Thread: iFrame help
View Single Post
Old 12-10-2007, 02:55 PM  
schneemann
Confirmed User
 
Join Date: Oct 2006
Posts: 749
Quote:
Originally Posted by OzMan84 View Post
my css
<style type="text/css">
<!--
.style1 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style2 {font-size: 10px}
.style3 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
.iframe {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
-->
</style>

iframe
<!--START Livejasmin IFRAME-->
<iframe src="http://iframes.awempire.com/?t_id=ozman84_02" width="850" marginWidth="0" height="450" marginHeight="0" align="MIDDLE" scrolling="no" frameborder="No" class="iframe" allowtransparency="true" background-color="transparent"></iframe>
<!--END Livejasmin IFRAME-->

still didnt change a thing??
that's because ".style1", etc. are selectors for a specific named class, called "style1" and yet the class attribute of your iframe is "iframe".

you either need a new selector in your css for the "iframe" class (i.e. ".iframe") or you need to change the value of the class attribute in the iframe itself.
__________________
Deranged World
schneemann is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote