DMXzone Supersized Support Product Page
Doesn't work with my CSS
Asked 07 Oct 2012 18:57:04
1
has this question
07 Oct 2012 18:57:04 Andre Bender posted:
Are there any restrictions on common css style definitions to make this extension work? Replies
Replied 08 Oct 2012 05:39:29
08 Oct 2012 05:39:29 Vulcho Vulev replied:
Hello Andre.
Can you describe your problem a little bit more detailed?
Can you provide us with link to the problem page?
Regards:Vulcho.
Can you describe your problem a little bit more detailed?
Can you provide us with link to the problem page?
Regards:Vulcho.
Replied 08 Oct 2012 07:50:42
08 Oct 2012 07:50:42 Andre Bender replied:
Hi Vulcho
Here is the Link to the page:
testserver.swf.ch/zoobasel/de/new2.php
The Image is being placed after the Page.
I've got already the site running with a different background script (www.zoobasel.ch). It works nice but not on a iPad. The Mobile Browser is not expanding the Image to the full browser window. So I'm searching a solution that covers also the iPad Mobile Browser. I hope that's possible with your extension...
Here is the Link to the page:
testserver.swf.ch/zoobasel/de/new2.php
The Image is being placed after the Page.
I've got already the site running with a different background script (www.zoobasel.ch). It works nice but not on a iPad. The Mobile Browser is not expanding the Image to the full browser window. So I'm searching a solution that covers also the iPad Mobile Browser. I hope that's possible with your extension...
Replied 08 Oct 2012 08:02:05
08 Oct 2012 08:02:05 Teodor Kuduschiev replied:
Hello Andre,
It seems you have removed the Supersized css include/s/ that it puts in your <head></head> tags when applied:
It seems you have removed the Supersized css include/s/ that it puts in your <head></head> tags when applied:
<link rel="stylesheet" type="text/css" href="link-to-your-styles-folder/supersized.css" />
Replied 08 Oct 2012 08:13:28
08 Oct 2012 08:13:28 Andre Bender replied:
I reapplied the extension but it's still not showing the image.
Replied 08 Oct 2012 08:38:56
08 Oct 2012 08:38:56 Teodor Kuduschiev replied:
Hello,
You have this in your css:
body, html {background: #31562d;...
Which is covering the supersized.
You have this in your css:
body, html {background: #31562d;...
Which is covering the supersized.
Replied 08 Oct 2012 09:48:41
08 Oct 2012 09:48:41 Andre Bender replied:
Thx that fixed it. But in order to avoid a white background screen until the image has loaded, how do I get a green background instead?