>> What I'm trying to get is: >> >> http://www.columbiacityjazz.com/LEV4_VOUCHERS_DIV_STEP2.gif >> >> I've set it up like this: >> >> >> <div class="ROW"> >> <span class="fltLEFT">Long Distance Telephone Calls</span> >> <span class="fltRIGHT"><input type="text" name="whatever"</span> >> </div> >> >> >> The left/right aligned columns isn't the problem. It's the darned >> dotted >> line between them. This same configuration takes place in dozens of >> places - Class "ROW" is 600 pixels wide. The width of the left/right >> content could be split 200px/400px or 450px/150px - could be anything >> and content could be anything on either side...multiple text >> boxes, just >> text....
Can each row have multiple lines? If so, where does the dotted line appear? If each line is a fixed height, put a background image on the div, makes the div height 1 pixel less than the spans, then give the span a background colour of white to mask the dotted lines. Regards Mark Howells www.permanenttourist.ch ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
