<p>I don't now about you guys, but I never managed to understand much from CSS and never liked the Halos tool.</p>
<p>Lately however I discovered Stylizer. &nbsp;<a href="http://www.skybound.ca/">http://www.skybound.ca/</a>&nbsp;which seems good and very dynamic in evreything where Seaside is bad and totally static.</p>
<p>Allthough I am a dummy in webdevelopement, I actually managed to use a style sheet I bought on the web (<a href="http://www.4templates.com/website-templates/749699735-WT00897/#orange">http://www.4templates.com/website-templates/749699735-WT00897/#orange</a>), understand how it works and simply use it (<a href="http://stakepoint.com/">http://stakepoint.com/</a>) .&nbsp;</p>
<p>I would say try Stylizer if you don't use it yet, it will indicate you which div is used where and how, without overloading your neurons.</p>
<p>&nbsp;</p>
<p>My 2 cts,</p>
<p>&nbsp;</p>
<p>@+Maarten,</p>
<p>&nbsp;</p>
<blockquote style="padding-left: 5px; margin-left: 5px; border-left: #ff0000 2px solid;">&gt; Message du 04/01/14 14:53<br />&gt; De : "dtrussardi@tiscali.it" <br />&gt; A : "Seaside - general discussion" <br />&gt; Copie &agrave; : <br />&gt; Objet : Re: [Seaside] Read the DIV dimensions from the browser<br />&gt; <br />&gt; Ciao,<br />&gt; <br />&gt; &gt; The resize event only works on the window [1].<br />&gt; &gt; How are you changing the size of that div? <br />&gt; <br />&gt; For what DIV i define the CSS property resize:both;<br />&gt; <br />&gt; With this setting the browser display a div with a 'down right anchor' for drag and change the div dimensions.<br />&gt; <br />&gt; <br />&gt; It work fine, in the sense what the dimension of the div change in the browser.<br />&gt; <br />&gt; My problem is to read the new dimensions after change it with the div browser drag.<br />&gt; <br />&gt; Dario<br />&gt; <br />&gt; &gt; <br />&gt; &gt; [1] http://api.jquery.com/resize/<br />&gt; &gt; <br />&gt; &gt; On 04 Jan 2014, at 14:33, dtrussardi@tiscali.it wrote:<br />&gt; &gt; <br />&gt; &gt;&gt; Hi,<br />&gt; &gt;&gt; <br />&gt; &gt;&gt; i need to read the dimensions of a specific div after change the size with the browser "anchor".<br />&gt; &gt;&gt; <br />&gt; &gt;&gt; I define:<br />&gt; &gt;&gt; <br />&gt; &gt;&gt; html div class: 'topSide';<br />&gt; &gt;&gt; onResize: (html jQuery ajax<br />&gt; &gt;&gt; callback: [ :x | x inspect ]<br />&gt; &gt;&gt; value: (html jQuery this width)); <br />&gt; &gt;&gt; <br />&gt; &gt;&gt; <br />&gt; &gt;&gt; but no callback event is trigger when i 'drag' the div.<br />&gt; &gt;&gt; <br />&gt; &gt;&gt; <br />&gt; &gt;&gt; With onClick :<br />&gt; &gt;&gt; <br />&gt; &gt;&gt; html div class: 'topSide';<br />&gt; &gt;&gt; onClick: (html jQuery ajax<br />&gt; &gt;&gt; callback: [ :x | x inspect ]<br />&gt; &gt;&gt; value: (html jQuery this width)); <br />&gt; &gt;&gt; <br />&gt; &gt;&gt; <br />&gt; &gt;&gt; <br />&gt; &gt;&gt; the callback is trigger and the right width is read.<br />&gt; &gt;&gt; <br />&gt; &gt;&gt; <br />&gt; &gt;&gt; Suggestion about it ?<br />&gt; &gt;&gt; <br />&gt; &gt;&gt; <br />&gt; &gt;&gt; Thanks, <br />&gt; &gt;&gt; <br />&gt; &gt;&gt; Dario<br />&gt; &gt;&gt; <br />&gt; &gt;&gt; <br />&gt; &gt;&gt; <br />&gt; &gt;&gt; <br />&gt; &gt;&gt; _______________________________________________<br />&gt; &gt;&gt; seaside mailing list<br />&gt; &gt;&gt; seaside@lists.squeakfoundation.org<br />&gt; &gt;&gt; http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br />&gt; &gt; <br />&gt; &gt; _______________________________________________<br />&gt; &gt; seaside mailing list<br />&gt; &gt; seaside@lists.squeakfoundation.org<br />&gt; &gt; http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br />&gt; <br />&gt; _______________________________________________<br />&gt; seaside mailing list<br />&gt; seaside@lists.squeakfoundation.org<br />&gt; http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br />&gt; </blockquote>