Re: <td width=...> in IE
- From: "Jonathan N. Little" <lws4art@xxxxxxxxxxxxx>
- Date: Wed, 24 Oct 2007 14:02:47 -0400
richard wrote:
On Oct 23, 2:23 am, jodleren <sonn...@xxxxxx> wrote:Hi!
I have problems with the following code in IE, but it works well in
Firefix.
<table border=1>
<tr>
<td>a b</td>
<td width=25>c</td>
width=25? 25 what? Pixels or percent?
width="25" equals pixels where as "25%" defines percent.
It would be pixels. The HTML attribute is in pixels unless you explicitly use the "%" unit identifier width="25%" T think you are confusing it with CSS properties where unit identifiers are required[1] for length values, width: 25px;
[1]optional for "0" values and with line-height property.
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
.
- References:
- <td width=...> in IE
- From: jodleren
- Re: <td width=...> in IE
- From: richard
- <td width=...> in IE
- Prev by Date: Re: CSS styles with 100% height
- Next by Date: Re: retooling and mental housecleaning
- Previous by thread: Re: <td width=...> in IE
- Next by thread: Embedding html inside html (that old chestnut)
- Index(es):
Relevant Pages
|