|
Posted by Brian Cryer on 10/18/07 16:02
"Adrienne Boswell" <arbpen@yahoo.com> wrote in message
news:Xns99CD53B57129Darbpenyahoocom@69.28.186.121...
> Gazing into my crystal ball I observed "Brian Cryer"
> <brian.cryer@127.0.0.1.ntlworld.com> writing in
> news:xPednYtDjYaZ94ranZ2dnUVZ8qminZ2d@pipex.net:
>
<snip>
> Even with my crystal ball in the shop, I can see that this is a rigid
> design that is obviously breaking, probably nested tables and other
> nasty things. I predict you need to redesign using a fluid design,
> semantic markup, external CSS, etc.
Other than the left hand menu (fixed at 10em), everything this fluid.
Reasonably sematic markup, external css etc.
> The little snippet is not nearly enough information. You really need to
> provide a URL.
I don't think anything other than the snippet is necessary given that this
is a browser issue. Copy the following and it will give you a page that
demonstrates the issue:
<html>
<body>
<select name="Select1" style="width: 10em">
<option>men, women and children</option>
<option>boys toys</option>
</select>
</body>
</html>
I suspect now that the original design decision for a fixed width left hand
menu was a mistake, or at least a mistake to include selection lists in it.
--
Brian Cryer
www.cryer.co.uk/brian
[Back to original message]
|