Forum Moderators: not2easy
Problem is that the right-hand column becomes tiny when the browser is resized smaller. I inserted a 220px image in the right-hand column but if the browser width is smaller than around 1000px then the image either pushes to the right of the column or is pushed completely to the bottom of the page.
Any ideas on how to make the right-hand colum a fixed width so that it displays my 220 pixel image correctly, regardless of the browser width?
Thanks,
May
---------------
#rightColumn
{
float: right;
width: 42.85%;
margin: 0 -42.85% 0 1px;
}
---------------
..but the reason I did't put this in my previous post is that I've already tried changing the width & margin to just over the 220px width of my image, but this doesn't work.
So the problem is likely to be elsewhere but I can't see where.
The CSS file is quite small if you'd like to have a look:
[webhost.bridgew.edu...]
Thanks in advance,
May