www.webdeveloper.com

Search:

Type: Posts; User: mechphisto

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Hmmm, I did find a way to insert this into the...

    Hmmm, I did find a way to insert this into the header:

    <?php
    if (is_null(drupal_get_http_header('X-UA-Compatible'))) {
    drupal_add_http_header('X-UA-Compatible', 'IE=edge,chrome=1');
    ...
  2. Stopping, or fixing, IE compatibility mode from totally screwing up the site?

    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...
  3. Nevermind; I had a max height set for a div in...

    Nevermind; I had a max height set for a div in one CSS that I didn't have in the other. :P
  4. [RESOLVED] Can't stop a div from overlapping another

    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.

    But if you go to any...
  5. Thanks! I did exactly that, and came out with a...

    Thanks! I did exactly that, and came out with a pretty cool effect. Thanks! :)
  6. [RESOLVED] Style the popup on an image map?

    I have an image map here:
    http://www.girlscoutsmoheartland.org/drupal/?q=content/council-map
    with some pop-up text on hover.

    Is there some way to style the box and text? I tried putting some...
  7. Nevermind, someone helped me. Put...

    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.
  8. [RESOLVED] How to get various DIVs to align by their tops?

    OK, I have Drupal spitting out all the site's menus out into a series of ULs using this line:

    <div id="<?php print $class.'-foot'; ?>"><?php print render($menu_output); ?></div>
    But I want to...
  9. Replies
    0
    Views
    505

    breaking up lists into columns?

    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...
  10. Man, what a trial! In case anyone else with the...

    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:...
  11. [RESOLVED] Drupal slideshow transition/pager won't work

    (Hi, I'm not sure what the best forum or category to ask this; so, if anyone has any better suggestions, I'm all ears!))

    So I just installed Drupal 7.11 and began following a YouTube video series...
  12. Replies
    1
    Views
    488

    Joomla or Drupal to fit these needs?

    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...
  13. Replies
    7
    Views
    903

    Yeah, that's what I was afraid of. ...

    Yeah, that's what I was afraid of.

    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...
  14. Replies
    7
    Views
    903

    Sorry, I wasn't clear. :( Within the wrapper, I...

    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...
  15. Replies
    7
    Views
    903

    Making a DIV fall below another?

    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...
  16. Replies
    2
    Views
    766

    This is just so weird. I was able to recreate the...

    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...
  17. Replies
    2
    Views
    766

    div shifting until page reload

    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...
  18. How to get the browser's location (state)?

    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...
  19. OMG That's it!! Huzzah! Thank you so much! :D

    OMG That's it!! Huzzah! Thank you so much! :D
  20. [RESOLVED] redirect while masking the URL?

    I'm trying to set up a redirect rule so that URL 1 redirects to URL 2 (on same server) but the browser's URL bar still reflects URL 1.

    Example:
    I want browser requests for:...
  21. Ah ha! I inserted that, and it worked!...

    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...
  22. Floating image one place works while identical elsewhere doesn't

    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...
  23. Replies
    4
    Views
    1,790

    What do I look like? Sony? *eg*

    What do I look like? Sony? *eg*
  24. Replies
    4
    Views
    1,790

    Good question... I'm using phpMyAdmin. Hey! The...

    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...
  25. Replies
    4
    Views
    1,790

    htmlentities done without being called??

    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...
Results 1 to 25 of 80
Page 1 of 4 1 2 3 4
HTML5 Development Center



Recent Articles