[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 inform

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 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 URL.

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 informatio

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 com

[css-d] First timer looking for css review

2007-02-07 Thread Mike Buettner
I have reworked a lot of layout CSS (thanks for the help) and things are working well. I have validated both the XHTML and the CSS. 1. I still see problem with the PMM submunues dropping behind page elements with IE 5.2 Mac. 2. Is there a better way to handle the 3 small images (car and logo

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 s

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/2

[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 colum