CraigC
-
[Solved] Google Map Overflowing Text
A clever solution; thanks! :D
-
[Solved] Google Map Overflowing Text
Thanks. I am having trouble getting that to work. I don't know my way around jquery very well. I'm not sure if I've put the code in the right place. It's directly below the google map javascript right before the closing body tag.…
-
[Solved] Cross Browser Issues
Just an update for the record: I fixed the 1px gap in Safari/Chrome by adding 1px of padding-bottom to the header, and setting the background-color to match the area below.
-
Footer issues
Yes, tried it with the reset also. I did get rid of the gap at the top of the footer with: #footer {margin:-3px 0 0 0;} in the conditional stylesheet. But no luck with the gap at the bottom.
-
Footer issues
Thanks. That did the trick for everything except IE7. There I have a 2px gap at the top of the footer and about a 4px gap at the bottom. (?)
-
[Solved] Cross Browser Issues
Thanks for the help. I was able to get the nav menu and scrollbar issues fixed per your advice. I'm still working on the Safari (Windows) 1px gap. But that was a big help; thanks.
-
[Solved] Cross Browser Issues
Thanks for the input; I appreciate your taking a look. What I was (unsuccessfully?) attempting with the repeat background image was to fake one large background image. (Of course, on larger windows you would see the "seam.") Anyway, I'…
-
Background images don't load in IE7
That does help, thanks. I think I've got it fixed now. What is odd is that I'm on Mac also, and it was loading just fine for me. I had the page up on Safari on a friend's Mac also with the images loading. I've been working on le…
-
Noob bg image question
And thanks Rob also for the encouragement to keep going... I needed that.
-
Noob bg image question
Thank you all for the help! That put me on the right track and I was able to fix the problem. And thanks for pointing out the missing .png and the path mistakes also. That's one of those things that you can be staring right at and never "s…
-
IE 7 indenting by 5px (resolved)
Found the problem... changing from: div class="container"--- to div id="container" did the trick. I'm not sure why, but it fixed it.
-
Floating question (solved)
Thanks again for your time; I appreciate the help. Photoshop to the rescue! :D
-
Floating question (solved)
Thanks for offer to help and teach me a thing or two. Here's the old code: #primary_content { background: url(images/featured_bg.jpg) repeat-x; height: 350px; width: 960px; } #featured { background: url(images/featured_box.jpg) no-rep…
-
Floating question (solved)
Thanks so much! That really does help me get going again. And just so I can learn from this, what were my mistakes? I take it setting height/widths was part of the problem, but why should I not have done that? You fixed that so fast...what made you…
-
Menu displaying weird in IE7 (resolved)
Thanks for the kind reply and idea, but that doesn't do it. It does push the background image down, and in FF and Safari some of the floated li's step down. (?) If this is of any help, I'm trying to use the concepts from http://www.co…