Fluid Width Skins for DNN


Author Message
Terry

Posted: 10/17/2009
Quote message 

I really like what I've seen so far. I just purchased Artisteer this weekend and believe it is awesome and if development continues like it's going it will only get better.

One thing I would like to see is the ability create fluid width skins rather than the fixed width skins. I didn't see where this was currently an option so if I missed it and someone knows how to do this please share.

Would also like to see the ability to create custom containers the same way we are able to create custom skins...this would be a great addition....I know Artisteer creates containers to match your skin but it would be nice to have a little more control over this and be able to create several different styles for a more custom look.
 
JC

Posted: 10/22/2009
Quote message 

Terry, also noted this issue. Have you received a reply as to how to address this?

JC
 
Terry

Posted: 10/24/2009
Quote message 

Quote JC:

Terry, also noted this issue. Have you received a reply as to how to address this?

JC


I have not heard from anyone but suspect this is because I only posted this in the forums. I believe they do provide feedback when you submit a ticket through support.
 
BrianM

Posted: 12/4/2009
Quote message 

Open the stylesheet manually and set the container element's width from a fixed value to "auto" (e.g., width=auto;).
 
Terry Sadler

Posted: 12/6/2009
Quote message 

Brian,

Thanks for the tips on fluid width...I'll give it a try.

Terry
 
D Kyle

Posted: 1/7/2010
Quote message 

How did the fluid width exercise go for you? I am thinking that I too appreciate the fluid width concept and am not sure why Artisteer is not including it for DNN.

I noticed the different concepts of using max min as well as auto. Have these been tested to work in all the major browsers (i.e. Firefox, IE6, 7, 8, Chrome, and Safari)

If anyone has ideas or knows answers please reply.
 
Lover

Posted: 1/19/2010
Quote message 

:-{}
 
Richard Chang

Posted: 3/13/2010
Quote message 

Hi all,

Quote :
Open the stylesheet manually and set the container element's width from a fixed value to "auto" (e.g., width=auto;).


Can someone give me an example where their is a fixed width on the main layout on exactly which CSS class and filename to change ?

Many thanks, Richard

 
Richard Chang

Posted: 3/13/2010
Quote message 

I see there are multiple CSS files for IE6, IE7

but none for IE8 ?

styles.css has

/* begin ContentLayout */
.art-contentLayout
{
position: relative;
margin-bottom: 1px;
width: 874px;
}
/* end ContentLayout */

So change width: auto; in all the CSS files here ?

Thanks, Richard