Graphical round box made easier...
BoxIt extends DOMAssistant library functionalities. This plugin can be used to automate the creation of graphical round boxes on block-type tags (P, DIV, UL, LI) in an HTML page.
For example,, menu links, background of above title and shadowing of the image below have been realized with DOMAssistant.boxIt.
It starts with a simple ambition : how to easily create graphical rounded boxes fitting inside-text resizing and differents windows width (on fluid page designs).
Technically, boxIt is not a new way to do this... Principle is detailed, for example, here and there.
I used it on several projects et it always gave me satisfaction.
However, using it is heavy during page writing (in particular when it occurs several times in the same block...)
Decide by yourself : compare the two pieces of HTML code below...
<div class="round_cadre">
<div class="gCont">
<div class="topCont"><div class="top"><div> </div></div></div>
<div class="midCont">
<p>Test</p>
</div>
<div class="botCont"><div class="bot"><div> </div></div></div>
</div>
</div>
<p class="round">Test</p>
Each of above examples gives following visual effect :
Test
"Download" link icon by Alexandre Moore
Last version is 0.4 (for DOMAssistant 2.7)
BoxIt is ditributed under MIT licence.
Copyright (c) 2008 Samuel Desnoës
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.