Not in the address bar. Ah well. I can live without it, obviously.
Xander ,'Lessons'
Buffistechnology 3: "Press Some Buttons, See What Happens."
Got a question about technology? Ask it here. Discussion of hardware, software, TiVos, multi-region DVDs, Windows, Macs, LINUX, hand-helds, iPods, anything tech related. Better than any helpdesk!
Did you try clearing the cache?
Yep, no love.
Have you ever said anything mean about Bill Gates?
...crap. That must be it.
What version of IE are you using?
I just downloaded the new one -- 7? But they've never really worked for me.
In a web page, is it possible to make a combo box (dropdown box) wider just when you pull down the selection? So the combo box itself would remain the same width and only the pulled down stuff would be wider?
We could use Javascript to do this....
eta: This would only be used for IE.
I don't know if you could do it with a "real" combo box, but you could certainly design a fake combo box with those properties using CSS and Javascript.
And by "you", I mean someone with more knowledge of CSS than I.
That effect can indeed be done with css and javascript. Here's one approach: [link]