some placeholder & tooltip issues
Posted: Sat Jul 30, 2011 10:17 am
xp sp3, Fx 5.0.1, NS 2.1.2.5, new profile, block flash on trusted
example: http://www.youtube.com/watch?v=_YUugB4IUl4
example: http://www.youtube.com/watch?v=_YUugB4IUl4
- the tooltip is only 5 lines and each line is truncated, if it's too big for the screen, would be better if it showed as many lines as possible without horizontal truncation.
- when the placeholder has focus its background color changes (gets lighter) - you can give it focus by right clicking on it or tabbing into it. Not a big problem, but would be nice to avoid any color changes.
- question: why does the placeholder have two DIVs?
- sometimes the height of the A of the placeholder does not match the height of the DIV and if A has a border it can be seen as a line through the placeholder
Code: Select all
<html> <head> <style type="text/css"> A:link { border-top:solid; } </style> </head> <body> <iframe src="http://domain.invalid/" width="400" height="300"></iframe> </body> </html>
- Why do A and DIV have different heights?
- Shouldn't the placeholder A be given a style so that it's not affected by the page's styles?