I want to Build something very similar to the blue box on the page linked below.

http://www.designpublic.com/shop/inhabit/14520


on my website: http://www.apartmentdesignco.com on all the products page like this

http://www.apartmentdesignco.com/2010/apartment-furniture/indigo-slipper-chair

would I want image or it is a box I can create via css


Thanks

Recommended Answers

All 3 Replies

can you visit the link ..I want on that website ..it is on Thesis 1.7 ..I am trying

Thesis options >custom file editor>custom.css

#content {background:#67567;}

what is happening is that it makes the whole content area that color but I want only some portion of blue background as you see on the website http://www.designpublic.com/shop/inhabit/14520


on this

http://www.apartmentdesignco.com/2010/retro-rugs/60-circular-smash-printed-rug


any idea ...please help..
Thanks
Amit

i would suggest manually making the blue box, just add div tags before and after the area that you want blue. Then just give it an ID, and set the style up like this:
#someId {
background-color: wateverColor;
border:1px solid anotherColor;
}

This gives that effect, and it is very simple, you can choose watever colors you wish

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.