02-28-2009, 01:55 AM
|
#8 (permalink)
|
|
La Vida es Sueño
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
|
It is as simple as the following code. Albeit Internet Explorer doesn't play so nicely so that would require more of a hack.
css Code:
select option { background-repeat: no-repeat; background-position: 3px center; padding-left: 25px; }
select option#ar { background-image: url('ar.gif'); } select option#be { background-image: url('be.gif'); } select option#en { background-image: url('en.gif'); } select option#fr { background-image: url('fr.gif'); }
Using this HTML code:
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
|
|
|