[jQuery] Very weird and frustrating IE problems
I have encountered a really annoying problem with ie6 and 7:
When I append an img like this
<img src="relative/path" />
The src is automatically changed to the http:// form
It doesnt happen on FF though. Anyone knows why this happens?
Regards