Philip Herlihy wrote:
> In article <
b7aa6edc-422d-47ed...@googlegroups.com>,
>
tonyjoh...@gmail.com says...
>>
>> So as I said in the subject of this mail this example works as long as I
>> don't change the size of the browser window.
>> If you copy this example you can see that three div are created after each
>> other in a html row. You can also look at the code.
>>
>> For example when the browser display the first time div1 might start at
>> 08:00 at end at 09:30 and if I change the size browser window this is not
>> correct any longer.
>> So if the user changes the browser window the div must still correspond to
>> the time axes and start at the correct time.
>> Here is an exampe the first div start at 08:00 acording to the time axes. So
>> if the user change the size of the browser window the first div must adjust
>> the size
>> so the start of the div is still 08:00.
>>
>> So I wonder how can I accomplish this with CSS ?
>>
>> ------ -----------------------------------------------------------------------
>> Götaälvbron | 07:00 | 08:00 | 09:00 |
>>
>> -----------------------------------------------------------------------------
>> | Ö | Eken| C
>> .opening:after { content: "ö"; }
>> <td class="bridge">Göta älv bron</td>
>> <td colspan="4"><div class="track" id="test-track"></div></td>
>> </tr>
>> </table>
>>
>> <form id="params">
>> <table>
>> <tr><td>opening:</td> <td><input name="opening" value="2013-04-22
>> 11:30"></td></tr>
>> <tr><td>passable:</td><td><input name="passable" value="2013-04-22
>> 11:40"></td></tr>
>> <tr><td>closing:</td> <td><input name="closing" value="2013-04-22
>> 12:00"></td></tr>
>> <tr><td>closed:</td> <td><input name="end" value="2013-04-22
>> 12:10"></td></tr>
>> </table>
>> </form>
>> <button onclick="test()">test()</button>
>> <button onclick="wipe()">clear</button>
>>
>> </body>
>> </html>
>>
>> //Tony
>
> Is it just me?
You are not alone, Philip. I ignore posts like this.
How many members of this group are going to be happy
> chewing through all this code without a link to a live version? There
> may well be folk here bright enough just to visualise all this in the
> time they can spare, but I'm not one of them!
>
--
Ed Mullen
http://edmullen.net/
Why is it that the guy who comes up behind you while you're waiting for
an elevator presses the already-lit button as though he has some magical
powers that you don't?