We have a new site we're going to be rolling out soon:
http://www.girlscoutsmoheartland.org/drupal
and it looks great in all browsers and tablets... except when you turn on IE 9's compatibility...
I have a site I'm working on:
http://www.girlscoutsmoheartland.org/drupal/
and you'll notice at the very bottom the green copyright bar nicely situated below the sitemap.
Nevermind, someone helped me.
Put position:relative on the div around all the menus, then set position:absolute and top:0 on each of the individual menus, then margin-left to move them side to side.
I have a drupal site I'm building:
http://www.girlscoutsmoheartland.org/drupal/?q=content/about-us
and at the very bottom I'm using a footer sitemap which takes all of the site's menus and spits...
Man, what a trial!
In case anyone else with the same problem reads this, I FINALLY discovered you have to download the full jquery.cycle plugin from here:...
OK, I've been searching and searching for Joomla vs. Drupal comparisons and contrasts, and every search ends in a battle of subjective opinion. Equal amounts of "I tried to use Drupal, and it was...
Unfortunately, re: the subdomain, I have to edit and change pages a lot and I'd really like to not have to edit 2 pages every time I make a change. ...if I can...
Sorry, I wasn't clear. :(
Within the wrapper, I need DIV 1 to fall below DIV 2 on the page.
So, in the HTML, DIV 1 is written before DIV 2 (because that's the way it should appear on the main, full...
Hi.
I've a page that looks just like I want, but now I need to make a pared-down mobile style sheet for it. And I need to get a DIV (1) that appears within a DIV wrapper before another DIV (2) to...
This is just so weird. I was able to recreate the error of three different PCs before I posted the problem, and now I can't recreate it again... yet I changed nothing!
Ugh, so frustrating. I need to...
Odd problem I just can't figure out. Allow me to describe it first before I provide a link, because the problem happens ONLY on the first time you view the page -- it corrects itself if you...
Hello,
We need to get a really good idea of what state (of the U.S.) the visitor to our Web site is browsing from. We realize it can't be perfect, but we just need to get a good idea. Our host's...
Ah ha! I inserted that, and it worked!
(Although, it messed up some other elements OUTSIDE the #content DIV. Weird. I had to relative set that too to fix it. Except, that messed it up in IE, so I...
I've got a weird situation I just can't figure out. I've using essentially the exact same scripting one place and it works, elsewhere and it doesn't.
(Oh, this issue is only in IE 7 and 8. In 9 and...
Good question... I'm using phpMyAdmin. Hey! The data browse for the passwords table has [BLOB - 8B] listed for every row. That means each entry has exactly 8 characters in it, right? If a & was...
I have a script that creates a bunch of accounts for the site including passwords. But when I examine the passwords it creates, all the < and > and & have been converted and input into the database...