<snipped>
> You can make the title a bit smaller than 300%, you can shorten
> the title, you can put Between all the words
> in the title.
Thanks - I've added the non-breaking spaces and reduced the size to 250%.
> As to the overlapping of increased text onto the menu, two
> strategies: either make enough pixel margin provisions and don't
> worry about extreme cases or make margins in ems so as to scale
> with the font.
I'm trying to make the website look "perfect" (if there is such a thing)
from a minimum resolution 640x480 and up, but I'd like to be able to keep
a decent layout for smaller screens.
With the s and the 250% size, this should work.
<snipped>
> If you have images left and right, then % widths are not the best
> way to go unless you are prepared to play the odds, simply
> because pics of finite px width will often be bigger than any
> percentage of a narrowed window...
That's why I calculated the sizes on a minimum of 640x480 - but still,
I'm looking for another solution.
> One way to fix is to define the widths in px to ensure they hold
> the pics. Another is to be very generous with your % and not to
> worry. There is a third way (to explore), but it is a trickier
> thing to do, perhaps a bit overkill here: % base their dimensions
> in css. Then they themselves will scale with the % widths
Ok, let's drop that tricky solution, and assume that I'm not the generous
type :)
Your first solution actually sounds perfect: I assign the left and right
region a fixed width in px, so the pics will be displayed perfectly.
But when I set the width in px, the center part suddenly gets displayed
below the left, and the right below the center part. How can I keep them
next to eachother?
Thanks for your help!
Ikke
dorayme - 30 Oct 2006 01:48 GMT
> > One way to fix is to define the widths in px to ensure they hold
> > the pics.
> Your first solution actually sounds perfect: I assign the left and right
> region a fixed width in px, so the pics will be displayed perfectly.
>
> But when I set the width in px, the center part suddenly gets displayed
> below the left, and the right below the center part. How can I keep them
> next to eachother?
First thing to do is get rid of those crazy gifs on the side! I
won't go into it here. Go though the css and html and simplify
everything. Get rid of the 70px height as Chris FA Johnson says.
You don't actually have to float the content... but you can.
Simpler to not set margins on the side panels for now and allow
more left and right margins for grace on the content div.

Signature
dorayme
Ikke - 30 Oct 2006 13:13 GMT
<snip>
> First thing to do is get rid of those crazy gifs on the side! I
> won't go into it here.
Huh? Why would I do that? If those gifs weren't there, there wasn't a
problem in the first place!
> Go though the css and html and simplify
> everything. Get rid of the 70px height as Chris FA Johnson says.
> You don't actually have to float the content... but you can.
> Simpler to not set margins on the side panels for now and allow
> more left and right margins for grace on the content div.
I'm going to make an attempt at not floating everything - hopefully that
will simplify things...
Thanks,
Ikke
dorayme - 30 Oct 2006 22:29 GMT
> <snip>
> > First thing to do is get rid of those crazy gifs on the side! I
> > won't go into it here.
>
> Huh? Why would I do that? If those gifs weren't there, there wasn't a
> problem in the first place!
You had gifs of (natively) something like 1280X1024px, a part of
which had blue in the top left corner, the rest black. Both were
exactly the same as far as I could tell. Anyway, I made the
remark on the principle of removing all that is unnecessary when
tackling a problem. But not to worry, you have some good leads to
go on now. Best of luck...

Signature
dorayme