Welcome Guest, Not a member yet? Register   Sign In
Page layout with multiple views in FF and IE
#11

[eluser]vitoco[/eluser]
it works?? did you notice what i've changed and why??
#12

[eluser]Maranax[/eluser]
Honestly no :-)
What did you change?
#13

[eluser]vitoco[/eluser]
In the original file was :
Code:
<div class=“line-hor”>
    images/1page-title1.gif
    ....
</div>
images/1page-title2.gif
<div class=“line-hor”>images/banner2.jpg</div>

The second div with line-hor was closed right there, so the content that it suppesed to be inside was out of the div, so i changed to this :
Code:
<div class=“line-hor”>
    images/1page-title1.gif
    ...
</div>
images/1page-title2.gif
<div class=“line-hor”>
    images/banner2.jpg
    ...
</div

this are assumptions only based in your structure

Saludos




Theme © iAndrew 2016 - Forum software by © MyBB