[Pro] full background in IE6

Hey guys. Love the Full Background action but it seems not to like IE6 (surprise surprise). The content refuses to display over the background.

Can anyone help me with a fix code so the background will display correctly, behind the content, and not push the content below it.

Or is it just an IE6 issue?

Any help would be greatly appreciated…

Check out my link below.

http://www.palazziswimwear.com.au/dev/


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Please don’t waste any time on fixes for IE6

If it works on 7 and up then be happy.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Damien,
Try this test page in IE6;
http://www.freewayactions.com/test/swim.html

It should force IE 6 to behave and at least display the image behind the content. If you are happy with the results simply copy the following code into your page(s) or the master page using Page > HTML Markup > Before ;

<!--[if IE 6]>
<style type="text/css">
	/* IE 6 patch */
	html {overflow-y:hidden;}
	body {overflow-y:auto;}
	#fwBackground {position:absolute; z-index:-1;}
	#PageDiv {position:static;}
</style>
<![endif]-->

Regards,
Tim.

On 15 Jul 2012, at 10:28, Damien wrote:

Or is it just an IE6 issue?

Any help would be greatly appreciated…


FreewayActions.com - Freeware and commercial Actions for Freeway Express & Pro - http://www.freewayactions.com
FreewayStyle.com - Free Freeway templates and parts to download, use and explore - http://www.freewaystyle.com


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options