[Javascript] Re: Javascript Digest, Vol 45, Issue 19

vijaykumar bavareddy abvijayreddy at gmail.com
Tue Nov 21 22:22:03 CST 2006


thanks david..


On 11/21/06, javascript-request at latech.edu <javascript-request at latech.edu>
wrote:
>
> Send Javascript mailing list submissions to
>         javascript at LaTech.edu
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.LaTech.edu/mailman/listinfo/javascript
> or, via email, send a message with subject or body 'help' to
>         javascript-request at LaTech.edu
>
> You can reach the person managing the list at
>         javascript-owner at LaTech.edu
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Javascript digest..."
>
>
> Today's Topics:
>
>    1. Adam Connor/US/Warranty is out of the office.
>       (Adam.Connor at us.aonwarranty.com)
>    2. Adam Connor/US/Warranty is out of the office.
>       (Adam.Connor at us.aonwarranty.com)
>    3. Re: DIV height problem in IE (David Hucklesby)
>
>
>
> ---------- Forwarded message ----------
> From: Adam.Connor at us.aonwarranty.com
> To: javascript at LaTech.edu
> Date: Mon, 20 Nov 2006 16:01:40 -0600
> Subject: [Javascript] Adam Connor/US/Warranty is out of the office.
>
> I will be out of the office starting  11/17/2006 and will not return until
> 11/28/2006.
>
> I will be checking emails daily and i am available via cellphone 773 606
> 0585.
>
>
> This message is intended only for the addressee and may contain
> information
> that is confidential or privileged. Unauthorized use is strictly
> prohibited
> and may be unlawful. If you are not the intended recipient, or the person
> responsible for delivering to the intended recipient, you should not read,
> copy, disclose or otherwise use this message, except for the purpose of
> delivery to the addressee. If you have received this email in error,
> please
> delete and advise the IT Security department at ITSEC at combined.com
> immediately
>
>
>
>
>
> ---------- Forwarded message ----------
> From: Adam.Connor at us.aonwarranty.com
> To: javascript at LaTech.edu
> Date: Mon, 20 Nov 2006 16:01:40 -0600
> Subject: [Javascript] Adam Connor/US/Warranty is out of the office.
>
> I will be out of the office starting  11/17/2006 and will not return until
> 11/28/2006.
>
> I will be checking emails daily and i am available via cellphone 773 606
> 0585.
>
>
> This message is intended only for the addressee and may contain
> information
> that is confidential or privileged. Unauthorized use is strictly
> prohibited
> and may be unlawful. If you are not the intended recipient, or the person
> responsible for delivering to the intended recipient, you should not read,
> copy, disclose or otherwise use this message, except for the purpose of
> delivery to the addressee. If you have received this email in error,
> please
> delete and advise the IT Security department at ITSEC at combined.com
> immediately
>
>
>
>
>
> ---------- Forwarded message ----------
> From: David Hucklesby <davidh126 at writeme.com>
> To: \[JavaScript List\] <javascript at LaTech.edu>
> Date: Mon, 20 Nov 2006 17:48:50 -0800
> Subject: Re: [Javascript] DIV height problem in IE
> On Mon, 20 Nov 2006 09:17:52 +0530, vijaykumar bavareddy wrote:
> > Hi, trying to place DIV with height less than 15 using below code..
> > its works fine in firefox but not in IE.. in IE its showing height
> > around 15px by default.. please help in this regard...
>
> Hi Vijaykumar,
>
> The height you see is the blank text between the open and close tags.
> Unfortunately IE still "sees" text when you write the two tags next to
> each other. Adding an HTML comment between works though:
>
>   <div id="vscl"><!-- --></div>
>
> Attempting to fake it with font-size will only break for your visitors
> that use IE accessibility options.
>
> Cordially,
> David
> --
> www.hucklesby.com
>
>
>
>
>
>
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> https://lists.LaTech.edu/mailman/listinfo/javascript
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20061122/e1f5b9bf/attachment.htm>


More information about the Javascript mailing list