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...
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!
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?
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...
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...
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?
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...
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...
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!
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...
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...
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...
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...
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...
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...
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...