 |
|
 |
hai
This is wounderful. but i dont know how it works.
ramesh
|
|
|
|
 |
|
 |
I'm beginning to understand what this stuff is supposed to do.
It's interesting.
Who can enlighten me as to the theory behind this?
How would an animated picture change the text of a dropdown?
http://www.cyclistlog.com/
|
|
|
|
 |
|
 |
I see, as long as the gif is animated then the selection on the dropdown updates the combo textbox. The faster the animation, the faster the update.
In fact the only style you need is
SELECT
{
list-style-image: url(bullet2.gif);
}
What browsers will this work with? It doesn't appear to work with IE4.
|
|
|
|
 |
|
 |
I tested only in IE6.0, I didn't test it in any other browser.
|
|
|
|
 |
|
 |
It is not working at FireFox
|
|
|
|
 |
|
 |
This does nothing on mousemove. It is just a style applied to a drop down list...
|
|
|
|
 |
|
 |
Indeed. What problem is being solved here? Also, I don't think list-style-image even applies to drop down boxes.
|
|
|
|
 |
|
 |
There is no problem being solved here, its just an new idea being presented, I know list styles dosen't applies to dropdown, but its what it makes this to work.
like it take it or leave it.
|
|
|
|
 |
|
 |
And what should it do? I cannot see any difference between this 'solution' and a normal dropdown...
Wout Louwers
|
|
|
|
 |
|
 |
It does nothing, only when you pull down the dd, and when you move the mouse over the items, the text should change it the dd textbox as it happens in vb.
If you need the image file let me know.
|
|
|
|
 |
|
 |
Ah, yes. With the animated gif it works...
But do you know in which browesers ite works? I'm using IE6.
Wout Louwers
|
|
|
|
 |
|
 |
I think it works with IE6.0 , I did not test in any other browser.
|
|
|
|
 |
|
 |
There is a image file, which has to be in the proper folder where your html page is, the image file is bullet2.gig.
Download this file.
|
|
|
|
 |
|
 |
I used my own image and this seems to do nothing but alter the style of the dropdown. Why is your image important if it is not even used? You're not pawning a jpeg virus off are you?
|
|
|
|
 |
|
 |
I don't know what type of file you are using, I think the image which you are using may have virus (laugh), if you need the code and the image file let me know.
|
|
|
|
 |
|
 |
The image file is very important, that's what it makes it to work, I have sent a mail to them to attach the file, so just wait till they attach the file and then you try it.
|
|
|
|
 |
|
 |
You've yet to define what it's doing when it "works". It's a dropdown with a stylesheet to change the font. That much is clear. What does the image have to do with anything?
|
|
|
|
 |
|
 |
Its simple, when you pull down the dd and move the mouse over the items in the dd, the text will change in the textbox of the dd, and ofcourse the image is the main object which makes this to work, so wait till the codeproject loads the image.
|
|
|
|
 |