[thelist] Css Site Questions

Neal Watkins neal at constructweb.com
Fri Jan 21 20:44:19 CST 2005


what browser are you using? - opera

> On 21/1/05 9:32 pm, "Neal Watkins" <neal at constructweb.com> wrote:
> 
> > Chris I  belive i got things working now
> > http://www.constructweb.com/css/russ/
> > 
> >> On 21/1/05 4:12 pm, "Neal Watkins" <neal at constructweb.com> wrote:
> >> 
> >>> I seek advice on ways to bette rbuild this if anyone can provide
> >>> suggestions I would appreciate it!!!
> >>> 
> >>> http://www.constructweb.com/css/russ/
> >>> 
> >>> 1) if anyone has any betters way to approach this almost tableless
> >>> design I would love to hear it
> 
> Neal
> 
> You do seem to have sorted it out though I wonder if you mean to have
the go
> buttons extending outside the coloured boxes as they appear on my browser.
> 
> You could trim your css considerably by collecting common attributes
> together e.g. If you've got 4 boxes each 100px x 300px but all of
different
> colour you can write something like this:
> 
> <style>
> div.allboxes { width: 100px; height: 300px; color: #fff; }
> div#box1 { background-color: #000; }
> div#box1 { background-color: #333; }
> div#box1 { background-color: #666; }
> div#box1 { background-color: #999; }
> </style>
> 
> <body>
> <div class="allboxes" id="box1">content</div>
> <div class="allboxes" id="box2">content</div>
> <div class="allboxes" id="box3">content</div>
> <div class="allboxes" id="box4">content</div>
> 
> You also keep repeating the font spec when the font spec applied to
body is
> generally the same throughout.
> 
> -- 
> Chris Price
> 
> Choctaw
> 
> chris.price at choctaw.co.uk
> http://www.choctaw.co.uk
> 
> 
> -- 
> 
> * * Please support the community that supports you.  * *
> http://evolt.org/help_support_evolt/
> 
> For unsubscribe and other options, including the Tip Harvester 
> and archives of thelist go to: http://lists.evolt.org 
> Workers of the Web, evolt ! 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"The Romans create a desolation and call it peace."
Tacitus 

"As democracy is perfected, the office of president represents, more 
and
more closely, the inner soul of the people.

On some great and glorious day the plain folks of the land will reach 
their
heart's desire at last and the White House will be adorned by a 
downright
moron."

H.L. Mencken (1880 - 1956)





More information about the thelist mailing list