Previous Message
Next Message

How else can we accomplish this layout.

Sent by Gary Turner on 29 March 2005 07:07


Ian Skinner wrote:
> Take a look at [1].  We are trying to replace the version here [2], with a pure CSS solution that
will eliminate the unnecessary images and be fluid.  How else could we achieve the desired effect of
having the text on the left centered on the line and the text on the right sitting on the line? 
Ideally we can do this with a minimum of mark-up and unnecessary images.
> 
> [1] http://www.bloodsource.org/bugtests/titletest.cfm
> [2] http://www.bloodsource.org/AboutUs/JobsCareers.cfm

You might try playing with this a bit;

  <p style="text-align: right;
            vertical-align: bottom;
            border-bottom: 2px solid black;
            padding-right: 100px;">
    <span style="float: left;
                 width: 5em;
                 padding-right: .5em;
                 background-color: white;
                 margin-top: .5em;">About Us</span>Jobs/careers</p>

cheers,

gary
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: