I've thinking, we can have e Roto Banner with FrontPage_SlideShow's aparience.
The idea is take "rotor-tabs" DIV, and put it with absolute position on right side of the block.
All "rotor-tab" DIVs, would have exactly width and height, opacity .9, and opacity 1 on rollover.
If you can put wiht auto imagecache presset wiht 40 x 40 pixels, aligned to left, and the text of title permanently on right, must be perfect.

Here I have my CSS prop.
.rotor-tabs{
position:absolute;
/*background: #000;*/
z-index:100;
right: 0px;
padding: 5px;
height:290px;
opacity: 1;
}

.rotor-tab{
position: relative;
width: 200px;
height:40px;
padding: 5px;
margin-bottom:5px;
background: #000;
opacity: .85;
text-align: right;
}
.rotor-tab:hover {
cursor:pointer;
opacity: 1;
}

Now i'm thinking of height of "rotor-tabs" for auto scrolling vertical, if the number of banners is highter of (banners number)x(55px) 55px = item height:40px + padding:5px + margin-bottom:5px;

My english isn't very good, excuseme!!

Well, if you can take this for any next vesion, that is fantastic.

CommentFileSizeAuthor
#1 rotor_CSS_contrib.zip42.26 KBdvasquez
fpss aparience.jpg97.1 KBdvasquez
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dvasquez’s picture

Title: CSS aplication - Needs programation complement » FPSS appearance CSS
Assigned: Unassigned » dvasquez
Status: Active » Needs work
FileSize
42.26 KB

This is i like help. CSS, and create new themes for this module.
I will look D6, for do it, soon as possible, and only i need help for contrib about themes or templates.
This is only for Grouped Tabs.

mrfelton’s picture

Status: Needs work » Closed (won't fix)

No new features going into the D5 branch.