Forums

Panel Css?

JeLu 15 Feb, 2012
Hi!

I am trying to change my knowledge from CF3 to CF4 and have noticed the Pane and Panel function. My question is:

Where do I find CSS-file for making tabs?

What can I use Page-Break for?

I have searched the foroum for this but can not find the answer.

JeLu
GreyHead 15 Feb, 2012
Hi JeLu,

Sorry, I don't know. They are new features that Max added in the last release and I haven't yet worked out how to use them. Someone elese did post about using the tabs in the last few days though.

Bob
JeLu 15 Feb, 2012
Thamk You for your rapid answer.

I will use "try and error" method then.

JeLu
JeLu 15 Feb, 2012
I found this CSS style from a YOOTHEME-forum:
dl.tabs {  
    float: left;  
    margin: 50px 0 0 0;  
    z-index: 50;  
    clear:both;  


}  

dl.tabs dt {  
    float: left;  
    padding: 4px 10px;  
    border-left: 1px solid #ccc;  
    border-right: 1px solid #ccc;  
    border-top: 1px solid #ccc;  
    margin-right: 3px;  
    background: #f0f0f0;  
    color: #666;  
}  

dl.tabs dt.open {  
    background: #F9F9F9;  
    border-bottom: 1px solid #F9F9F9;  
    z-index: 100;  
    color: #000;  

}  

div.current {  
    clear: both;  
    border: 1px solid #ccc;  
    padding: 10px 10px;  
}  


div.current dd {  
    padding: 0;  
    margin: 0;  
}  

dl#content-pane.tabs {  
    margin: 1px 0 0 0;  
}


and it set a new style to my form.

JeLu
clovismmbr 24 Aug, 2012
I just want to say Thank You, I was on the same boat.
You save a lot of time. Thanks for share.

Clovis Rolemberg😀
This topic is locked and no more replies can be posted.