> 1. The background image for the h2 tags is not begin fully shown. How do I
> make it show completely?
>
You can add a height to the style for h2 tags.


> 2. I am trying to make the divs called "details" be the same width as this
> h2 orange background image.
> How do I do this- force a pixel width on the boxes.
>
Your page has alot of errors (plug it in at http://validator.w3.org), you're
going to need to fix those before we'll be able to be much help. One major
problem is that you can only use an id once on each page, you have
id="details" in a number of places, change that to a class or find another
way to apply selectors to those elements.
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to