Hello to everyone.
I have very strange problem with html. This is the page link
www mrgole net/Mobiflirt
When you open the page the secound image field in main content is empty, but when you refresh and wait 1 sec, repeating this until the picture is showen. I really don't know whay this is happening.
And I also noticed with firebug when picture is displayed html code is ok, but when the picture isn't the html code add ''href'' tags.
Example:
This is the right code when picture is dispayed:
Quote:
<div id="content_box">
<a href="#">
<div id="box_img">
</div>
<div id="box_title">
<span class="name_title">JanjaXxX</span><br> <br> <br>
<span class="p_content">Starost: 23 let Regija: Dolenjska išče moškega
</span>
</div>
</a>
</div>
|
And this is the code when picture is not dispayed, and browser or somebody adds the new ''href'' tag.
Quote:
<div id="content_box">
<a href="#"> </a>
<div id="box_img">
</div>
<a href="#"> </a>
<div id="box_title">
<span class="name_title">JanjaXxX</span><br> <br> <br>
<span class="p_content">Starost: 23 let Regija: Dolenjska išče moškega
</span>
</div>
<a href="#"> </a>
</div>
|
If someone have the solution or the same problem please post.
The problem only expose in Firefox.
Last edited by wotan318; 12-01-2009 at 05:51 AM..
|