Given that it's only just over a month away until Baselworld....we've already had a sneaky peak of a prototype ALT1-WT here however which colour version are you most excited about seeing?
Given that it's only just over a month away until Baselworld....we've already had a sneaky peak of a prototype ALT1-WT here however which colour version are you most excited about seeing?
Piers, I can't see the poll options on my mac using safari, or on my iPhone with safari. Anybody else having trouble?
Thanks Jeremy - I thought it was just my computer - The site was upgraded and I think the polls have gone a bit 'funny' - I'll look into it when I can!
ditto on the polls using firefox. Had a quick look at the HMTL and CSS for you.
I'm uploading an image showing the problem on the screen using Firebug.
The polls are in an HTML div with a class 'blockrow'. The css for blockrow has a font size of 0 (i.e doesn't display anything).
<div id="polloptions" class="blockrow">
You need to get the 'blockrow' class removed from that div
...or get a CSS class to define a bigger font size for the polls as follows:
polloptions li { font-size:11px }
Let me know if you have any problems.