Posted by Jonathan N. Little on 10/24/07 18:02
richard wrote:
> On Oct 23, 2:23 am, jodleren <sonn...@hot.ee> 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
[Back to original message]
|