[thelist] CSS question

Austin Harris austin at dotmail.co.uk
Mon Mar 19 10:09:35 CDT 2007


And to put it all one line to make it more efficient :)

.HeaderLeft {
   background:url('left_3caad2.gif') no-repeat top left;
}

In fact you could probably get away with not having the top left positioning as that is the default anyway

----- "Erik Mattheis" <gozz at gozz.com> wrote:
> Something like this would be much easier.
> 
> .HeaderLeft {
>   background-image:url('left_3caad2.gif');
>   background-position: top left;
>   background-repeat: no-repeat;
> }
> 
> -----Original Message-----
> bounces at lists.evolt.org] On Behalf Of Matthias Ritzkowski
> 
> 1.) Table-based layout (I know, nothing to do about this one ...).
> 2.) The table forms a predefined grid structure.
> 3.) One of the grids holds a sliding doors version of a rounded box.
> 
> My problem:
> I need to put a rounded box on the upper edge of that box. Needs to
> be
> liquid to allow variable text length. 
> -- 
> Regards
> Matthias
> ---------------
> matthiar at gmail.com
> 
> -- 
> 
> * * 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 ! 
> 
> 
> -- 
> 
> * * 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 !




More information about the thelist mailing list