HighDots Forums  

frameborder and allowtransparency in CSS

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss frameborder and allowtransparency in CSS in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
crmpicco@aol.com
 
Posts: n/a

Default frameborder and allowtransparency in CSS - 04-07-2006 , 05:56 AM






Code:
<style type="text/css"> ..iframe { position: absolute; top: 110px; left: 712px; z-index:2; filter:"progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=0)"; } </style> <iframe frameborder="0" class="iframe" allowtransparency="true"></iframe>

Is there a way to put both the frameborder="0" and the
allowtransparency="true" into the CSS styling class 'iframe'???


Reply With Quote
  #2  
Old   
dwight.stegall@gmail.com
 
Posts: n/a

Default Re: frameborder and allowtransparency in CSS - 04-08-2006 , 04:23 PM






setup two different iframe classes for the iframe examples below.

Internet Explorer will load this
<!--{if ie]>
<iframe frameborder="0" class="iframe1"
allowtransparency="true"></iframe>
<![endif]-->

All other browsers will load this
<!--[if ! ie]>
<iframe frameborder="0" class="iframe2"></iframe>
<![endif]-->

crmpicco (AT) aol (DOT) com wrote:
Quote:
Code:
style type="text/css" .iframe { position: absolute; top: 110px; left: 712px; z-index:2; filter:"progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=0)"; } /style iframe frameborder="0" class="iframe" allowtransparency="true"></iframe

Is there a way to put both the frameborder="0" and the
allowtransparency="true" into the CSS styling class 'iframe'???


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.