www.webdeveloper.com

Search:

Type: Posts; User: andy.richin

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    363

    Thanks the min-width worked like a charm after I...

    Thanks the min-width worked like a charm after I messed around with some other CSS. It was only happening in Firefox, but it's fixed thanks! And I would do a responsive design if the client was...
  2. Replies
    5
    Views
    363

    Actually, I placed the min-width on the...

    Actually, I placed the min-width on the #header-wrap, not sure if that's what you meant, and it seemed to fix it. I ended up getting rid of #header-back. Thanks for the advice!
  3. Replies
    5
    Views
    363

    That makes sense. Now if I just got rid of...

    That makes sense. Now if I just got rid of #header-back I could do the same with #header-content and just place the min-width there or would that not work the same?
  4. Replies
    5
    Views
    363

    Site Not Expanding With Browser

    Hello.
    So I posted this yesterday, and thought I figured it out. Can anyone tell me what is happening here? If you shrink the browser to a couple hundred pixels wide, and then scroll right you will...
  5. Resolved.

    Resolved.
  6. [RESOLVED] Site Not 100 Percent With Browser

    I am having some issues with a site that I am building and it expanding the width of the browser. For instance, if my browser window is set to 1500px, a scrollbar will appear at the bottom allowing...
  7. Thanks I figured it out. I was setting my "wrap"...

    Thanks I figured it out. I was setting my "wrap" div which was wrapping the content to 100%. I just set it to 980px and it's fine. Thanks tho!
  8. So I realized by setting the "wrap" div to 960...

    So I realized by setting the "wrap" div to 960 and not 100% it stops it. However, what other solution is there to keep the black nav bar span the width of the browser?
  9. [RESOLVED] Weird Browser Scaling Issue

    I am building a site and when I scale the browser inside of 960px (the width of the site) the browser then gets a scroll bar. All is good here, but then when you actually scroll everything is cut off...
  10. Replies
    5
    Views
    778

    This is why I'm asking my question. Perhaps a...

    This is why I'm asking my question. Perhaps a link or tutorial? I didn't ask anyone to do it for me. Direction. Thanks for the help ;)
  11. Replies
    5
    Views
    778

    Yeah but it's not that simple. There are...

    Yeah but it's not that simple. There are javascript plugins that I need. I essentially want to recreate something like this, doesn't have to be EXACT, but I was just asking for a hint or direction...
  12. Replies
    5
    Views
    778

    Simple Image Rollover

    Anyone know of a good image rollover tutorial? Ideally I want the rollover to be HTML text and styling. Something like this...http://chdmlr.com/home.html thanks!
  13. Replies
    3
    Views
    809

    Is there a way to set the height to "auto"? It...

    Is there a way to set the height to "auto"? It seems like there are times, when the browser is at a certain size, the images are not viewed proportionately. In particular, they seem to be squeezed...
  14. Replies
    3
    Views
    809

    Thanks homie! I appreciate the response, worked...

    Thanks homie! I appreciate the response, worked like a charm.
  15. Replies
    3
    Views
    809

    Image Slideshow & Scaling

    Hello,

    I am trying to create an image slideshow that just fades automatically. I think the tough part is complete, but the site I am building is responsive and the javascript I am using has a set...
  16. Replies
    0
    Views
    139

    Dynamically Rearrange Elements

    Hi all. Does anyone know of a good tutorial or example code that rearranges say projects that are in a grid format. A user clicks "Print Projects" and all of a sudden all of the print projects...
  17. Replies
    2
    Views
    32

    Beautiful! That worked perfectly!! Thanks so...

    Beautiful! That worked perfectly!! Thanks so much. Now what if I wanted each of those links to stay 'Active' when you click them? I have that function working when you go to new pages, i.e. the Print...
  18. Replies
    2
    Views
    32

    Ghost Images on Click

    I want to create something like this http://cameronreynoldsflatt.com/work/ where you can click different tabs (Print, Web, etc) and the images become transparent instead of creating new pages for...
  19. Replies
    24
    Views
    4,778

    Thanks for the help man! I came across a really...

    Thanks for the help man! I came across a really simply tutorial that worked and made sense to me.

    http://buildinternet.com/2009/12/using-the-php-include-function-to-template-faster/

    Really...
  20. Replies
    24
    Views
    4,778

    So if I used the above PHP code you provided,...

    So if I used the above PHP code you provided, would there be any PHP in the each list item.. something like this?



    <li><a <?php if (strpos($_SERVER['PHP_SELF'], 'index.php')) echo...
  21. Replies
    24
    Views
    4,778

    I just want to have 1 header file.. 3 nav links...

    I just want to have 1 header file.. 3 nav links (Home, Work and About), and have the Work link stay hilighted (.current) when you visit the subpages in Work such as Print, Web, Packaging. Is this...
  22. Replies
    24
    Views
    4,778

    So would that replaces the current echo...

    So would that replaces the current echo strpos($_SERVER..... line? Is there any way to accomplish this same thing without embedding it in the unordered list and just calling it in the list? If that...
  23. Replies
    8
    Views
    928

    So just put it in an include folder and say ...

    So just put it in an include folder and say



    <?php
    include("site/include/headerfooter.php");
    ?>


    Or something like that.
  24. Replies
    8
    Views
    928

    How about something like this.. Include File...

    How about something like this..

    Include File (Header and footer):


    <?
    //if ($_SERVER['REMOTE_ADDR'] != "216.196.198.118") { header("HTTP/1.0 404 Not Found"); }
    //else
    {
    ?>
  25. Replies
    8
    Views
    928

    Couldn't you just say...

    Couldn't you just say...



    <?php
    include("header.php");
    ?>

    HTML from index file here
Results 1 to 25 of 69
Page 1 of 3 1 2 3
HTML5 Development Center



Recent Articles