Inger Eik wrote:
I wonder if the files I have attached could be a start for you. Never mind the weird borders, they are just there to show the different divs that are on top of each other and can be deleted.
These were very helpful, thank you. This fixed the height issue I was having.
And, per Mike's suggestion, I removed the menu_menu.css file as it was unnecessary.
Fixed site along with borders is at
http://www.somaluxury.net/dev2
Inger Eik wrote:
You will have one problem with the main image. It has a fixed width, but that
can't be given to the content div, because if you do, it will pop out to the right on small screens. You could try the stretch code thart I posted earlier, but the image might then become out of proportions.
Yes, that does make the image proportions unsightly. I've tried a bunch of different widths but cannot figure out how in the heck does one do this? Is this due to having, in effect, 2 backgrounds (the inner and the outer)?
Inger Eik wrote:Another thing, to make less code, you could define one kind of 'textbox' with a class for heading and another one for text and reuse it for all the different products. Just a hint.

I do have various entries in the .css file like this:
.text1 {
font-size: 1.3em;
font-weight: bold;
}
Is that what you mean, or is it something different?
-- me