CycleTeaser in QuattroSimple

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
hansoff
New Member
New Member
Posts: 7
Joined: Wed Jan 18, 2012 11:23 am

CycleTeaser in QuattroSimple

Post by hansoff »

great theme but in IE8 the opaqueness doesn't exist. I use 'orange' and there is an orange panel instead of an opaque orange panel. How can I change this?
Many thanks

PS Works in Chrome, Firefox when in linux
uniqu3

Re: CycleTeaser in QuattroSimple

Post by uniqu3 »

By adding it in the stylesheet where .description is.
http://www.quirksmode.org/css/opacity.html
hansoff
New Member
New Member
Posts: 7
Joined: Wed Jan 18, 2012 11:23 am

Re: CycleTeaser in QuattroSimple

Post by hansoff »

Thanks for the tip - here is where I eventually put it!


[[/if]]
opacity: 0.7;
z-index:120;
margin:5px;
padding:10px;
overflow: hidden;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; // first!
filter: alpha(opacity=70); // second!

Works now - one other thing :

The second of 4 'buttons' that have the various page select options has a bit of background colour missing. It appears to line up with the first word of the drop down list and worked once - all the others do.
http://www.prestburysquash.com/ if you need to see what it looks like.

Thanks if you can help - but thanks for the first tip.

Great help.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: CycleTeaser in QuattroSimple

Post by Dr.CSS »

The menu is missing color because the image, navRight-orange.png, used is not quite wide enough to cover the whole width, make that image a bit wider...
hansoff
New Member
New Member
Posts: 7
Joined: Wed Jan 18, 2012 11:23 am

Re: CycleTeaser in QuattroSimple

Post by hansoff »

Thanks for that - found the image, copied it to gallery , changed permissions, edited it and resized width from 287 to about 350 but still can't get this one into the uploads/themes. Maybe I have to rename it before uploading it from gallery?

Live site, even if not finished so I don't want to mess it up. Or do I go ini through the hosting site and alter size there?

:-\
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: CycleTeaser in QuattroSimple

Post by Dr.CSS »

You can't really do the re-size inside CMSMS, pull it onto your desktop and use an image software on it...
hansoff
New Member
New Member
Posts: 7
Joined: Wed Jan 18, 2012 11:23 am

Re: CycleTeaser in QuattroSimple

Post by hansoff »

OK, I can do that.

Thanks for prompt reply.
Post Reply

Return to “Layout and Design (CSS & HTML)”