[fr]
Deux problèmes avec Sandbox: les menus déroulants qui se déroulent décalés sur la droite dans IE, et l'absence de feuille de style pour l'impression. Toute aide bienvenue.
[en]
As you might have seen, Sandbox is now my theme of choice for WordPress. Diurnal, here on CTTS, is built upon Sandbox, and I’m using it with a client to build a new design from scratch. It’s a nice base to work from, in a CSS Zen Garden way.
However, there are problems. Here are two I’m stuck with on my client site. I posted them to the Sandbox forums, but I thought I’d mention them here in case one of you smart readers had an answer.
- No print stylesheet?: does anybody have a print stylesheet handy for use with Sandbox? If I can avoid writing one from scratch…
- Broken drop-down menus in IE: I’m far from a drop-down menu specialist, so I’m not sure where to start to fix the IE wonkiness I’ve noticed. The menus in IE do not drop right below the parent menu as shown here, but overlap on the neighbouring menu item on the right.
Thanks for any help or pointers you can bring me.
Similar Posts:
- Print CSS Plugin (WordPress) Needs CSS Guru
- K2
- Upgrade, Shmupgrade
- Busy Busy Busy
- Bunny’s Print CSS Plugin Upgrade
- Lift11: Marcel Kampman, Reinventing schools — project Dream School
- Reboot9 — Ted Rheingold: Learning from Dogs and Cats
- Intranet
- Tags and Categories are not the Same!
- Web







Des menus déroulants sur ton site? J’ai du râté quelque chose! Je ne les vois pas non plus sous Firefox, ou alors : où sont-ils dissimulés?
Très bon choix sandbox, cela faisait un bail que je n’étais pas passé par ici… Moi aussi j’ai fait une mise à jour Sandbox et cela fonctionne nickel.
Bon courage
Pingback: Climb to the Stars (Stephanie Booth) » WordPress Deaf to Pings
Des menus déroulants sur ton site? J'ai du râté quelque chose! Je ne les vois pas non plus sous Firefox, ou alors : où sont-ils dissimulés?
Très bon choix sandbox, cela faisait un bail que je n'étais pas passé par ici… Moi aussi j'ai fait une mise à jour Sandbox et cela fonctionne nickel.
Bon courage
I believe the Blueprint CSS framework has a print stylesheet ripe for adapting to Sandbox. You might try that.
I believe the Blueprint CSS framework has a print stylesheet ripe for adapting to Sandbox. You might try that.
Pingback: Climb to the Stars (Stephanie Booth) » December 2007 Recap
If I understand you correctly, I used this bit of css to make the drop down menus go vertical instead of horizontal:
div#menu ul ul li {float:none;}
I had that problem in IE and Firefox. Or, did you mean to move the placement of the whole dropdown? Have a screenshot of the problem?
If I understand you correctly, I used this bit of css to make the drop down menus go vertical instead of horizontal:
div#menu ul ul li {float:none;}
I had that problem in IE and Firefox. Or, did you mean to move the placement of the whole dropdown? Have a screenshot of the problem?