Search found 15 matches
- Tue Apr 27, 2010 9:10 pm
- Forum: CMSMS Core
- Topic: root_path: failure in system info
- Replies: 1
- Views: 1574
root_path: failure in system info
I know this error has been talked about in the forums, but cannot seem to find a cure. Some suggest a 32M php_mem_limit which I have, others change the permissions on the root (mine shows at chmod 750). Does this present a problem, as all seems to be working fine. If a problem, then does the permis...
- Tue Mar 09, 2010 1:27 am
- Forum: Layout and Design (CSS & HTML)
- Topic: SOLVED: Another disappearing menu issue w/ IE6 & 7
- Replies: 15
- Views: 6090
Re: Another disappearing menu issue w/ IE6 & 7
I think I'm good Doc. Re-did some of the menu with a friends help. I will make this thread solved. Took away lots of the absolute positioning, Also he mentioned that usually for drop downs it is better to use left:-999em to hide the menu instead of display:none and then use left:0 to bring it back i...
- Mon Feb 22, 2010 1:25 am
- Forum: Layout and Design (CSS & HTML)
- Topic: SOLVED: Another disappearing menu issue w/ IE6 & 7
- Replies: 15
- Views: 6090
Re: Another disappearing menu issue w/ IE6 & 7
Ok, a bit more progress. Used the below hack in the menu css to get rid of the top padding: *:first-child+html #primary-nav { padding-top: 0px; } So the #primary-nav is better but still falls below the #menuwrapper in IE7. Tried adjusting the height of it to match the #menuwrapper (by adding a &q...
- Sat Feb 20, 2010 11:45 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: SOLVED: Another disappearing menu issue w/ IE6 & 7
- Replies: 15
- Views: 6090
Re: Another disappearing menu issue w/ IE6 & 7
Can't take it out else that will break it in firefox and IE8. I use the below in my template, but it does not change the padding at all: (and tried iterations of #primary-nav by itself, with li, with li.menuparent) {literal} <!--[if lte IE 7]> <style type="text/css"> #primary-n...
- Sat Feb 20, 2010 5:24 am
- Forum: Layout and Design (CSS & HTML)
- Topic: SOLVED: Another disappearing menu issue w/ IE6 & 7
- Replies: 15
- Views: 6090
Re: Another disappearing menu issue w/ IE6 & 7
Well, I seem to have tried every hack and every setting for the primary-nav targeting IE7 specifically but cannot seem to get it to move or get shorter in height. Still falls below the menuwrapper. Anyone? Dr. CSS?
- Thu Feb 18, 2010 7:36 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: SOLVED: Another disappearing menu issue w/ IE6 & 7
- Replies: 15
- Views: 6090
Re: Another disappearing menu issue w/ IE6 & 7
Ok, just about there. Redid the menu and it renders quite well in Firefox and IE8. In IE6, the menu wrapper falls a bit below the horizontal solid line, but not a big deal. The menus work fine and no one should be on IE6 at this point (but we know there are many!). It is with IE7 that there still a ...
- Wed Feb 17, 2010 8:29 pm
- Forum: Modules/Add-Ons
- Topic: Search in Firefox Not Working... [SOLVED]
- Replies: 4
- Views: 1291
Re: Search in Firefox Not Working...
Thanks doc....agree w/ the IE statement....
That padding for the primary nav was actually in the default horizontal css menu stylesheet (but only 10px;). Guess I got carried away.
Took it out and added some px's to the top: and that worked. I will mark as solved...
That padding for the primary nav was actually in the default horizontal css menu stylesheet (but only 10px;). Guess I got carried away.
Took it out and added some px's to the top: and that worked. I will mark as solved...
- Wed Feb 17, 2010 7:43 pm
- Forum: Modules/Add-Ons
- Topic: Search in Firefox Not Working... [SOLVED]
- Replies: 4
- Views: 1291
- Wed Feb 17, 2010 7:42 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: SOLVED: Another disappearing menu issue w/ IE6 & 7
- Replies: 15
- Views: 6090
- Wed Feb 17, 2010 4:59 pm
- Forum: Modules/Add-Ons
- Topic: Search in Firefox Not Working... [SOLVED]
- Replies: 4
- Views: 1291
Search in Firefox Not Working... [SOLVED]
Interesting... I added the {search} smarty tag in my template (w/o any parameters), styled the button and input field, and it looks great in both IE and Firefox, yet I cannot click into the search field to enter input, nor does the button work. Works great in IE though... Any thoughts? I am using Se...
- Thu Feb 11, 2010 1:28 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: SOLVED: Another disappearing menu issue w/ IE6 & 7
- Replies: 15
- Views: 6090
Re: Another disappearing menu issue w/ IE6 & 7
I guess my pics didn't post...I re-attached. ff.gif for firefox, IE.gif for IE!!
Notice how the menu drops below the line. Happens in IE6 & 7
Notice how the menu drops below the line. Happens in IE6 & 7
- Tue Feb 09, 2010 5:36 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: SOLVED: Another disappearing menu issue w/ IE6 & 7
- Replies: 15
- Views: 6090
Re: Another disappearing menu issue w/ IE6 & 7
Thanks, tried that but no go. Wondering if your code is for a vertical rather than horizontal. Here is the code within a {literal} in my template: <!--[if IE 7]> <style type="text/css"> #primary-nav li.menuparent:hover {margin-bottom:-4px;} </style> <![endif]--> Also I adde...
- Tue Feb 09, 2010 4:02 am
- Forum: Layout and Design (CSS & HTML)
- Topic: SOLVED: Another disappearing menu issue w/ IE6 & 7
- Replies: 15
- Views: 6090
Re: Another disappearing menu issue w/ IE6 & 7
Thanks Doc, that was easy...and in my non-menu css no less... Any thoughts on why the below doesn't bring up the menu bottom margin up? <!--[if IE 7]> <style type="text/css"> #primary-nav li {margin-bottom: -3px;} #primary-nav li:hover {margin-bottom:-3px;} </style> <![endif]-->
- Tue Feb 09, 2010 3:28 am
- Forum: Layout and Design (CSS & HTML)
- Topic: What does margin: 0px 5px 0px do? Which margin is which?
- Replies: 2
- Views: 2223
Re: What does margin: 0px 5px 0px do? Which margin is which?
The margin property can have from one to four values. * margin:25px 50px 75px 100px; o top margin is 25px o right margin is 50px o bottom margin is 75px o left margin is 100px * margin:25px 50px 75px; o top margin is 25px o right an...
- Tue Feb 09, 2010 3:25 am
- Forum: Layout and Design (CSS & HTML)
- Topic: SOLVED: Another disappearing menu issue w/ IE6 & 7
- Replies: 15
- Views: 6090
SOLVED: Another disappearing menu issue w/ IE6 & 7
Hi all... After going through all the related posts about the above here, I am at my wits end with trying to figure this out (losing time, hair and sleep). I am unable to click any level 2 horizontal menus in IE6/7. Looks and works great in IE8 and FF, but in the others the menus will disappear once...