H2oskier
-
Slew of layout problems - Firefox
al, Thanks for the time spent looking. I plan on updating this tonight when I have some more time.
-
Slew of layout problems - Firefox
Sorry to bump this up, but I'm still facing issues with my navigation bar, button sizes.
-
Slew of layout problems - Firefox
Al, Thanks for that link, it was real helpful. I'm about 95% done with figuring out everything in the drop down, but I've run into 2 small formatting issues. Both of these need to be looked at in Firefox as I've not tried implemen…
-
Slew of layout problems - Firefox
"Robskiwarrior" said:[quote="H2oskier"]Robskiwarrior, Thanks for the pointers. I don't use Dreamweaver Design View, just use the code view, so I'm only using HTML/CSS. I suppose I could just as easily use Notepad ++…
-
Slew of layout problems - Firefox
al_m473, That looks great! Thank you for taking a look at this as well. I need to go back and see what the both of you did so I can learn from my mistakes.
-
Slew of layout problems - Firefox
Robskiwarrior, Thanks for the pointers. I don't use Dreamweaver Design View, just use the code view, so I'm only using HTML/CSS. I suppose I could just as easily use Notepad ++ or whatever else.
-
Simple BG question - beginner
Thanks guys, that worked. So I don't make that same mistake again, can one of you explain why I needed to set the margin: auto, and padding: 0 in my body tag? What does "auto" do in CSS?
-
Simple BG question - beginner
Thanks for the responses guys. I'll give this a try at lunch.
-
CSS Beginner - 2 column help
Thanks guys, that fixed it.
-
CSS Beginner - 2 column help
Did I not do that? div#main-content { padding-bottom: 25px; } div#main-content div#left-col { float: left; width: 525 px; } div#main-content div#right-col { float: right; width: 275 px; border-top: 3px solid #999999; …