In article <[email protected]>, Michael Drake <[email protected]> wrote: > In article <[email protected]>, > Vincent Sanders <[email protected]> wrote:
> > url to trigger is > > http://www.canford.co.uk/Products/74-4843_VOICE-TECHNOLOGIES-VT700B-HEADWORN-MICROPHONE-Black-without-case > I'll look into it. Thanks. Problem is a replaced float with after: psuedo element. I'll fix tomorrow. Test case: <html> <head> <style> img { float: left; } img:after { display: block; content: " "; } </style> </head> <body> <img src="test.png" height="50" width="50"> </body> </html> -- Michael Drake (tlsa) http://www.netsurf-browser.org/
