Oh dear, I think you've completely misunderstood what jQuery is for. Think of a webpage as three separate elements that make up the finished product:
1. Content (the HTML) 2. Presentation (the CSS) 3. Behaviour (the javascript, in this case jQuery) First port of call would be HTML Dog to learn about HTML and CSS: http://www.htmldog.com/ Then learn a bit of javascript, then jQuery. Once that's done, come back and your question will have mysteriously been answered for you. On Sep 26, 12:38 am, crybaby <[EMAIL PROTECTED]> wrote: > All the boxes, background colors, and rounded corners done using > javaScript or css? Can I do similar layout, look and feel, with > jQuery alone(without images) or combination of jQuery and CSS? > > thanks