My name is Mark Steggles and I'm a web developer. I take pride in my work and I am not satisfied until my customers are satisfied. I believe communication is the key to a successful working relationship. I have been a full time corporate employee, a contractor, and a self employed web designer.
I am one of only four css genius' on experts-exchange.com. This took alot of time and effort and I am proud of this achievement :)

Supergloo hired me to do some xhtml/css/design work. Sites worked on include www.jacobsen.com

PeekYou contracted me to clean up the xhtml/css. This led to ongoing front end modification work.
www.royexley.co.uk Released: Jun 2008

www.jennyexley.com Released: Dec 2007

xl.com (In administration)

I worked on this site while working for the Really Great Holiday Company. HTML / CSS / CMS
travelcitydirect.com (in administration)

I worked on this site while working for the Really Great Holiday Company. HTML / CSS / CMS / AJAX / JAVASCRIPT
freedomflights.co.uk (In administration)

I worked on this site while working for the Really Great Holiday Company. HTML / CSS
kosmar.com (In administration)

I worked on this site while working for the Really Great Holiday Company. HTML / CSS / CMS
www.southcoastevents.org.uk Released: Nov 2006

www.harvesterstogether.org.uk Released: Jul 2006

www.inspiredwebs.co.uk (lapsed) Released: Jan 2006

by Mark on Apr.12, 2009, under xhtml
Can you have images in a drop down select box?
This one is a select box with images for options:
code: “<select><option value=”UK”><img src=”images/uk.gif” alt=”UK” /></option></select>”
doesnt work and also failed to validate: (document type does not allow element “img” here)
This example uses background colors/images and a bottom border on the options
background images and borders only work in firefox.
Background colors work in IE / firefox / safari / Opera / Chrome
This one is a div with images inside like <div id=”divscroller”>
<img src=”/images/uk.gif” alt=”UK” /></div>






I didnt pursue this avenue but I imagine you can use onclick to populate a hidden form field with some value. Could be buggy.
Some javascript solutions I found but havn’t tried:
Check out dhtmlxCombo
I hope this information was at least slightly informative… please post a comment if you have any suggestions that might help others
Use the form below to search the site:
Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!