Hexagora Forum
Hexagora Forum
Home | Profile | Active Topics | Members | Search | FAQ
 All Forums
 Dynamic HTML Editor
 Dynamic HTML Editor
 Transparancy gone in HTML5

Note: You must be registered in order to post a reply.

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert Email Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
siemens Posted - 05 Apr 2012 : 11:11:21
I have a dhe page with inside a iFrame, the code of the iFrame: <iframe id="$NAME" name="$NAME" src="$FILE" width="$WIDTH" height="$HEIGHT" frameborder="0" marginwidth="0" marginheight="0" allowTransparency="true"> </iframe>


Notice the 'allowTransparency' option.

The iFrame is also a dhe page with in the header the following code:
<style type="text/css">
<!-- BODY {background:none transparent;}-->
</style>


I changed all pages in my project to 'HTML 5.0' instead of 'HTML 4.0 Transitional', after recompile the pages the transparancy is gone!

When I set the code for this specific iFrame page back to 'HTML 4.0 Transitional' the transparancy is back??

How can I solve this?

2   L A T E S T    R E P L I E S    (Newest First)
siemens Posted - 10 Apr 2012 : 16:53:39
I am sorry Davide, i cannot execute one of the solutions in jQuery to DHE. Can you please help a little bit...
s.dav Posted - 06 Apr 2012 : 13:50:46
Check this page:

http://www.w3schools.com/html5/tag_iframe.asp

In HTML5 some attributes are gone; check this page for a solution based on jquery:

http://stackoverflow.com/questions/3702808/cross-browser-html5-iframe

Hexagora Forum © s.dav Go To Top Of Page
Snitz Forums 2000