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
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
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
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
I found this CSS style from a YOOTHEME-forum:
and it set a new style to my form.
JeLu
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
I just want to say Thank You, I was on the same boat.
You save a lot of time. Thanks for share.
Clovis Rolemberg😀
You save a lot of time. Thanks for share.
Clovis Rolemberg😀
This topic is locked and no more replies can be posted.
