[css-d] Question on background images

2007-02-26 Thread Mike Buettner
Is there a desired width ( or rule of thumb) for a background image that is repeated? That is a ramp of color with no pattern. Mike __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7

Re: [css-d] First timer looking for css review

2007-02-13 Thread Mike Buettner
Thanks again Francky! I especially like this part: [1] ... and you'll see some other things to correct. ;-) No kidding. Mike __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7

Re: [css-d] First timer looking for css review

2007-02-13 Thread Mike Buettner
Finally got this part sorted out. I was confused a bit with the footer bar but found a misplaced /div tag. I found this site to be very helpful in sorting out the various containers: http://www.ilovejackdaniels.com/css/view-page-structure/ Scroll down towards the bottom and insert your site

Re: [css-d] First timer looking for css review

2007-02-12 Thread Mike Buettner
I did a bunch more reading (and associated confusion) with this result: Site: http://scottriggs.com/2007/index.html CSS: http://scottriggs.com/2007/css.html 1. I used Francky's suggestion: * The 3 small images (car and logos) with associated text at the top of the right column: this is one

Re: [css-d] First timer looking for css review

2007-02-09 Thread Mike Buettner
Thanks for the help Francky. * You have put the IE-only-styles in the body of the document; they should go to the head part. Notice: the html-validator doesn't notice this, because these styles are placed (correctly) in IE conditional comments, which are just normal

[css-d] First timer looking for css review

2007-02-06 Thread Mike Buettner
Working on my first CSS based site: http://scottriggs.com/2007 The site is just beginning to get laid out and this is the home page. I'm looking for any an all input PLUS some help with: 1. Footer (blue bar) is out of alignment. This happened after I started adding content to the right

Re: [css-d] First timer looking for css review

2007-02-06 Thread Mike Buettner
Thanks Brian - but still not working. New CSS: http://scottriggs.com/ 2007/css.html. Thanks for the tip on validating... fixing those errors now. Mike On Feb 6, 2007, at 5:06 PM, Brian Riley wrote: Mike Buettner wrote: Working on my first CSS based site: http://scottriggs.com/2007

Re: [css-d] First timer looking for css review

2007-02-06 Thread Mike Buettner
/css.html On Feb 6, 2007, at 5:30 PM, Brian Riley wrote: Mike Buettner wrote: Thanks Brian - but still not working. New CSS: http://scottriggs.com/ 2007/css.html. Instead of margin-top: 0px; margin-right: auto;, you should have margin: 0 auto;. This will set the top and bottom margins to 0