Welcome, Guest
Please Login or Register.    Lost Password?
Here you can ask all your questions about SWFContent Pro.
Go to bottomPage: 1
TOPIC: 100% width
#13
100% width 8 Months ago Karma: 0
Hello,

I have my swf viewed with full width in FireFox, but when I open it with IE, the width is so small comparing to full width settings that appears correct with FireFox.

can you please tell me what to do ?

The link:

www.dcaclab.com/index.php?option=com_con...temid=53&lang=ar

Thanks,
HopeWise
hopewise
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#14
Re:100% width 8 Months ago Karma: 0
This is a CSS problem.

You need to add following code to your template.css:

Code:

ja-containerwrap-fr{
width:100%;
}

#ja-containerwrap2{
width:100%;
}

#ja-container2{
width:100%;
}

#ja-mainbody-fr{
width:100%;
}

.article-content{
width:100%;
}

webconstructor
Admin
Posts: 86
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#15
Re:100% width 8 Months ago Karma: 0
worked like a charm!

thanks

hopewise
hopewise
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1
[ Back ] up