Help on width on different browser
Last Post 01/12/2010 9:18 AM by Lee Sykes. 1 Replies.
Author Messages
Berry
Nuke Newbie
Nuke Newbie
Posts:2


--
01/12/2010 4:59 AM  
Hi all

How to set the width of content auto expanse?

In my case when "form and list" data is too long, it will auto expanse in firefox and IE8

however in IE 6 will break the page.

Thx
Lee Sykes
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945


--
01/12/2010 9:18 AM  
You can style the content pane using for example:

.ContentPane {
width: 300px;
border: 1px solid red;
}

 or it may be worth trying:
.ContentPane {
width: 100%;
}

Just add it to your skin.css file

If setting the width of the content pane doesn't work, you will need to look more closely at how you have configured the module and see if there is a way to limit the width of the columns directly in the module (this will probably be the better method rather than assigning widths to the content pane and would be the method I would recommend)

Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile


---