Display-Inline Margin Problem after loading next page
-
The plugin causes a whitespace problem, since the break between </div> and <div class=”selector”> is eliminated by the js. The problem is caused by the font-size, when having the div displayed inline.
The normal code looks like this:
<div class="selector"> <!-- Content --> </div><!-- .selector --> <div class="selector"> <!-- Content --> </div><!-- .selector --> <div class="selector"> <!-- Content --> </div><!-- .selector -->and after the Navigation it looks like this.
<div class="selector"> <!-- Content --> </div><div class="selector"> <!-- Content --> </div><div class="selector"> <!-- Content --> </div>Ist there a way to make a break between the </div> and <div class=”selector”>?
Thanks in advance,
Lonja
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Display-Inline Margin Problem after loading next page’ is closed to new replies.