Hi all,
I have a <div id="blah"> tag which sets the text size of the content to go in the div using the following:
#blah{font-size:11px; font-family:Arial;}
I have a label with the same CSS properties:
label{font-size:11px; font-family:Arial;}
The div displays the text much larger and not what it supposed to look like. The label displays just fine. This works fine in all browsers on a PC as desired, just not on the iPhone? Does anyone know why?
This site has not been designed for the iPhone, it is just a standard page, but it is annoying that this is happening. Any ideas?
Thanks in advance.