[jQuery] Re: creating a visual frame using jquery

2009-06-23 Thread Peter Marino
Hi, I would really like to do as you mention... I have my forms using rounded corners from jquery and it's super cool but these panels I create have shadows on them too... haven't see any plugin to do that yet with rounded corners and captions. I have searched the net for solutions and tried

[jQuery] Re: creating a visual frame using jquery

2009-06-23 Thread Charlie
you can accompish this 4 corner box with far less markup, standard css with no script there's lots of css tutorials on this topic. I'm all for using jquery to add creative solutions but sometimes using a bulldozer when all that is needed is a shovel is overkill for example, wrap your

[jQuery] Re: creating a visual frame using jquery

2009-06-23 Thread Liam Potter
3 images 1) the top bar, 2) the full width of the panel (including shadow) 3) bottom corners 3 divs div id=top/div div id=content content here /div div id=bottom/div each div would have the same width and height as the image you made for it and apply as background The content will need

[jQuery] Re: creating a visual frame using jquery

2009-06-23 Thread Peter Marino
Hi Liam, your method isn't flexible enough, thanks for trying peter On Tue, Jun 23, 2009 at 4:04 PM, Liam Potter radioactiv...@gmail.comwrote: 3 images 1) the top bar, 2) the full width of the panel (including shadow) 3) bottom corners 3 divs div id=top/div div id=content content