[ciapug] Re: June meeting?

Mike Parks ciapug@cialug.org
Tue, 24 May 2005 14:30:44 -0500


Do we have June scheduled yet?



----- Original Message ----- 
From: <ciapug-request@cialug.org>
To: <ciapug@cialug.org>
Sent: Sunday, May 22, 2005 6:25 AM
Subject: ciapug digest, Vol 1 #230 - 1 msg


> Send ciapug mailing list submissions to
> ciapug@cialug.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://cialug.org/mailman/listinfo/ciapug
> or, via email, send a message with subject or body 'help' to
> ciapug-request@cialug.org
>
> You can reach the person managing the list at
> ciapug-admin@cialug.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of ciapug digest..."
>
>
> Today's Topics:
>
>   1. Re: css help (Lathrop Preston)
>
> --__--__--
>
> Message: 1
> Date: Sat, 21 May 2005 07:49:17 -0500
> From: Lathrop Preston <laith@prestonfam.org>
> Organization: Preston Family
> To: ciapug@cialug.org
> Subject: Re: [ciapug] css help
> Reply-To: ciapug@cialug.org
>
>
> I would probably stick to using a table not spans
> <table cellspacing="0">
> <tr>
> <td class="headerbarL"></td>
> <td class="headertext"></td>
> <td class="headerbarR"></td>
> </tr>
> </table>
>
> I think this will probably work a bit better.
> use FFox->Webdeveloper to view the css for phpMyAdmin I think that will
> be helpful.
>
> Laith
>
> Barry Von Ahsen wrote:
>> I'm trying to move to a css layout and I'm replacing the following:
>>
>> <table width="100%"  border="0" cellspacing="0" cellpadding="0">
>> <tr align="left" valign="middle">
>> <td width="3%">
>> <img src="/images/titlebar_endcap_L.gif" width="16" height="28">
>> </td>
>> <td width="94%" height="28" valign="middle" bgcolor="#1A4A90"
>> class="pageheader13w">TEXT</td>
>> <td width="3%" height="28" valign="middle">
>> <img src="/images/titlebar_endcap_R.gif" width="16" height="28">
>> </td>
>> </tr>
>> </table>
>>
>> this creates a colored bar with curved caps at the end. thusfar I have:
>>
>> <style>
>> .headerbarL { display: inline; padding: 2px 0 2px 10px;
>>   background: #E4DBBA url(/images/titlebar_endcap_L.gif) top left
>> no-repeat; }
>> .headerbarR { display: inline; padding: 2px 0 2px 10px;
>>   background: #E4DBBA url(/images/titlebar_endcap_R.gif) top right
>> no-repeat; }
>> .headertext { width:560px; background: #1a4a90; font-family: Arial,
>> Helvetica, sans-serif; font-size: 13px; color: #ffffff; text-decoration:
>> none ; font-weight: bold }
>> </style>
>> <span class="headerbarL">&nbsp;</span>
>> <span class="headertext">TEXT</span>
>> <span class="headerbarR">&nbsp;</span>
>>
>> It works great except: 1) the headertext isn't the full height of the L
>> and R, and 2) I can't make it go to 100% (the width will be determined
>> by the parent)
>>
>> Any help for a css n00b? (This will be for IE5.5+, but the more
>> cross-browser the better)
>>
>> -barry
>>
>>
>>
>> _______________________________________________
>> ciapug mailing list
>> ciapug@cialug.org
>> http://cialug.org/mailman/listinfo/ciapug
>
>
>
> --__--__--
>
> _______________________________________________
> ciapug mailing list
> ciapug@cialug.org
> http://cialug.org/mailman/listinfo/ciapug
>
>
> End of ciapug Digest