Morozzz Posted December 22, 2011 Posted December 22, 2011 if your looking to make the backgrounds transparent .. you have to edit the css .. were I have it marked to change the background colors .. change the color to "transparent" .. if you need further assistance tweaking it just let me knowDon't correctly put. You need to make the background submenu semi-transparent (i.e. define the degree of transparency). Add the tag transparency but the background is not transparent: background: #000; /* Change this to alter your background color */ opacity: 0.7;filter:alpha(opacity=70); border-radius: 0px 0px 4px 4px !important; -moz-border-radius: 0px 4px 4px 4px !important; -webkit-border-top-left-radius: 0px !important; font-size: 0.95em !important; min-width: 180px; /* Change this to alter the minimum width of submenus */ position: absolute; z-index: 10000; margin: 0; padding: 0 !important; Maybe something is not done correctly?
Robert Simons Posted December 22, 2011 Author Posted December 22, 2011 Don't correctly put. You need to make the background submenu semi-transparent (i.e. define the degree of transparency). Add the tag transparency but the background is not transparent: background: #000; /* Change this to alter your background color */ opacity: 0.7;filter:alpha(opacity=70); border-radius: 0px 0px 4px 4px !important; -moz-border-radius: 0px 4px 4px 4px !important; -webkit-border-top-left-radius: 0px !important; font-size: 0.95em !important; min-width: 180px; /* Change this to alter the minimum width of submenus */ position: absolute; z-index: 10000; margin: 0; padding: 0 !important; Maybe something is not done correctly? ah ok..misread what you asked ... it should be more like background-color: #000; /* Change this to alter your background color */ opacity:0.7; alpha(opacity=70); border-radius: 0px 0px 4px 4px !important; -moz-border-radius: 0px 4px 4px 4px !important; -webkit-border-top-left-radius: 0px !important; font-size: 0.95em !important; min-width: 180px; /* Change this to alter the minimum width of submenus */ position: absolute; z-index: 10000; margin: 0; padding: 0 !important;
Robert Simons Posted December 22, 2011 Author Posted December 22, 2011 might even have to add in something like -moz-opacity: 0.70; -webkit-opacity: 0.70; as well
Marcher Technologies Posted December 22, 2011 Posted December 22, 2011 pretty obvious its a popular mod :smile: 8 pages in 3 days... ye thunk? LOL. :drool:
Dmacleo Posted December 22, 2011 Posted December 22, 2011 k .. was just curious ... let me know when you do it was a lot easier to verify after I removed the htaccess redirect LOL 8 pages in 3 days... ye thunk? LOL. :drool: :) :) :)
Robert Simons Posted December 22, 2011 Author Posted December 22, 2011 it was a lot easier to verify after I removed the htaccess redirect LOL lol I take it that worked then :P
Dmacleo Posted December 22, 2011 Posted December 22, 2011 lol I take it that worked then :tongue: so far so good :smile: the url shown on hover shows as /index/ but, iirc, thats more due to the actual board install and the way I am running ipcontent for domain home w/o it being the default app. and most people would not even see it, its not the promenu hover but the browser hover.
Ocean West Posted December 22, 2011 Posted December 22, 2011 here is one for your future whiteboard - how about an API to create drop down menu "sheets" ? Kind of like this: Also even: Context Aware Tabs & Menus/Sub Menus - they only appear in certain pages (apps)
Robert Simons Posted December 22, 2011 Author Posted December 22, 2011 here is one for your future whiteboard - how about an API to create drop down menu "sheets" ? Kind of like this: Also even: If I follow you..what your referring too is a mega menu .. and I'm already tossing that idea around... though not sure if I can make it within this app .. might end up being its own application far as menus per page .. that could be quite a task .... would have to look into what that would take b4 I'd commit
Morozzz Posted December 22, 2011 Posted December 22, 2011 ah ok..misread what you asked ... it should be more like background-color: #000; /* Change this to alter your background color */ opacity:0.7; alpha(opacity=70); border-radius: 0px 0px 4px 4px !important; -moz-border-radius: 0px 4px 4px 4px !important; -webkit-border-top-left-radius: 0px !important; font-size: 0.95em !important; min-width: 180px; /* Change this to alter the minimum width of submenus */ position: absolute; z-index: 10000; margin: 0; padding: 0 !important; might even have to add in something like -moz-opacity: 0.70; -webkit-opacity: 0.70; as well Amended, but unfortunately achieve transparency is not possible. :unsure:
Robert Simons Posted December 22, 2011 Author Posted December 22, 2011 ok..what exactly are we trying to make translucent ... the parent .. or submenus .. if its the parent your seeking..that would be in the styles.css .. though we could build something within the promenu.css to accommodate
Marcher Technologies Posted December 22, 2011 Posted December 22, 2011 ok..what exactly are we trying to make translucent ... the parent .. or submenus .. if its the parent your seeking..that would be in the styles.css .. though we could build something within the promenu.css to accommodate this. top-level likely uses #primary_nav li
Robert Simons Posted December 22, 2011 Author Posted December 22, 2011 this. top-level likely uses #primary_nav li I would agree .. I do believe thats the one to edit .. or add into the promenu style and have it do an override with the !important tag
Marcher Technologies Posted December 22, 2011 Posted December 22, 2011 I would agree .. I do believe thats the one to edit .. or add into the promenu style and have it do an override with the !important tag hrmm... all they seek is transparency not color shift? #primary_nav li { opacity:0.7; alpha(opacity=70); } #primary_nav li:hover, #primary_nav li.active { opacity:1; alpha(opacity=100); } could do in the promenu css.
Robert Simons Posted December 22, 2011 Author Posted December 22, 2011 indeed .. and if it already has a opacity setting in the style side .. throw in the override
Morozzz Posted December 22, 2011 Posted December 22, 2011 I mean the drop-down menu. If you change the transparency in the #primary_nav li in ipb_styles.css, together with a drop-down menu transparent becomes the parent menu.
Robert Simons Posted December 22, 2011 Author Posted December 22, 2011 I mean the drop-down menu. If you change the transparency in the #primary_nav li in ipb_styles.css, together with a drop-down menu transparent becomes the parent menu. have a link so I can see exactly what you mean?
Richard.C Posted December 23, 2011 Posted December 23, 2011 Dmacleo, on 22 December 2011 - 07:46 AM, said: what determines the opening speeds on hover? nothing wrong with it, just want to tweak (break) it a bit :smile: it would be in the js file .. second line .. s=6 ... increase this number to slow the display can you add this as a global setting?
Robert Simons Posted December 23, 2011 Author Posted December 23, 2011 can you add this as a global setting? I don't believe so .. as its within the js file ... can't really parse php within a js file .. though as I said before ... js is NOT my strong suit .. I can definitely look into it though
Richard.C Posted December 23, 2011 Posted December 23, 2011 I don't believe so .. as its within the js file ... can't really parse php within a js file .. though as I said before ... js is NOT my strong suit .. I can definitely look into it though don't worry then, sounds like more trouble than it's worth.
Robert Simons Posted December 23, 2011 Author Posted December 23, 2011 don't worry then, sounds like more trouble than it's worth. well I'll still give it some thought while I rebuild ... on that note ... I'm working an new angle ... MT suggested the idea of having "groups" of menus .. this way you can have different sets for different groups ... or one one set as a primary...another as a sideblock ... maybe another as a header...etc .. and I agree it would be something that would really increase its flexibility ... I still haven't committed to it as of yet, but its definitely something I'm considering
Richard.C Posted December 23, 2011 Posted December 23, 2011 FYI, ProMenu and Fusion header menu work fine together, though i would prefer that ProMenu had it's own header menu ;)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.