Jump to content

raylec

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by raylec

  1. We already have one of these: (the old Monarch Lapcabby) - and it was great. WE recently had the new version delivered and it's been a bit of a disaster - one of the locks fell off within 10 days, and the draw runners (kitchen quality) were loose from day one and the draw jumped over it's restraint in use. To top it all Monarch tried to blame us (and we haven't let children loose on it yet). If anyone has an old version lapcabby .... please I need one!
  2. I have been trying various themes with dropdown menus .... all seem to have bugs. The Newbury College theme LOOKS great but when I tried to add a resource 'link to file or website', I was unable to get the file upload screen. So I had another look at 'Prettysimple' and remembered a similar bug in IE7 with another CMS used at my school - and the same fix works: In Edumoodle.css, at the bottom are these lines: #topmenu ul li li a:hover{ background-image: none; border-bottom: 1px solid #f59231; } #topmenu ul li ul { left: -999em; } #topmenu ul li:hover ul ul, #topmenu ul li:hover ul ul ul { left: -999em; } #topmenu ul li:hover ul, #topmenu ul li li:hover ul, #topmenu ul li li li:hover ul { left: auto; } If you replace with: #topmenu ul li li a:hover{ background-image: none; border-bottom: 1px solid #f59231; min-height:0; } #topmenu ul li ul { left: -999em; } #topmenu ul li:hover ul ul, #topmenu ul li:hover ul ul ul { left: -999em; min-height:0; } #topmenu ul li:hover ul, #topmenu ul li li:hover ul, #topmenu ul li li li:hover ul { left: auto; min-height:0; } The 'min-height:0;' line seems to fix the bug (apparently quite common) in IE7!
  3. Has anyone addressed this issue? I can't see anyone using the theme in a 'live' environment until it is fixed.
  4. Hi Have been playing with the Prettysimple theme (mostly in Firefox), and was almost ready to go live on our site ... when I suddenly noticed a problem in IE7. The dropdown menu drops down OK but stays down when you navigate away from the menu. Tested on IE7 in Vista and XP ... same result. Same result on my test site (here) and on the Edumoodle demo. Maybe too many of us use Firefox by default that issues in IE take time to be spotted! Ray
×
×
  • Create New...