submenu transparent
14 years 4 days ago #209
by robbiewet
submenu transparent was created by robbiewet
Is it possible to make the submenu's 30% transparent so you can see the background for a little bid.
many thanks
many thanks
Please Log in or Create an account to join the conversation.
14 years 4 days ago - 14 years 4 days ago #210
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: submenu transparent
yes it is possible. you have several ways to do it, check on the web :
- css 3 opacity (carefull with IE compatibility)
- png transparent image as background
- javascript/mootools (this makes also all children text transparent)
you may apply this to div.floatCK in maximenuH_CK.php (or maixmenuV_CK.php if vertical menu)
- css 3 opacity (carefull with IE compatibility)
- png transparent image as background
- javascript/mootools (this makes also all children text transparent)
you may apply this to div.floatCK in maximenuH_CK.php (or maixmenuV_CK.php if vertical menu)
Joomlack Webmaster and Developer
Last edit: 14 years 4 days ago by ced1870.
Please Log in or Create an account to join the conversation.
14 years 4 days ago #211
by robbiewet
Replied by robbiewet on topic Re: submenu transparent
thanks i want to change it in the css . can you tell me wich line of code it is...
many tanks
many tanks
Please Log in or Create an account to join the conversation.
14 years 3 days ago #212
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: submenu transparent
about line 190:
change the background attribute
Code:
/* child item container */
div#<?php echo $id; ?> ul.maximenuCK li div.floatCK {
background : #1a1a1a;
border : 1px solid #707070;
}
change the background attribute
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.209 seconds