Hi
Still no help on this issue?
There must be an issue in some java-script or helper class I updated. Now I have put in a module to the right of my website.
Still gets a 100000px on div 'nspArtScroll2'
- Code: Select all
<div class="nspArtScroll2" style="width: 100000px;">
But since there is a moule now to the left, my 4 div's gets calculated to:
- Code: Select all
<div class="nspArtPage" style="width: 634px; float: left;">
<div class="nspArt" style="width: 158.8%; clear: both;">
<div class="nspArt" style="width: 158.8%; clear: both;">
<div class="nspArt" style="width: 158.8%; clear: both;">
<div class="nspArt" style="width: 158.8%; clear: both;">
Only a problem in IE all versions.
In firefox I get:
- Code: Select all
<div class="nspArtScroll2" style="width: 100000px;">
<div class="nspArtPage" style="width: 634px; float: left;">
<div class="nspArt" style="width:25%;clear:both;">
<div class="nspArt" style="width:25%;">
<div class="nspArt" style="width:25%;">
<div class="nspArt" style="width:25%;">
Still the width on 'nspArtScroll2 is a bit wide for most screenresolutions, but since next div is 634px it has no visual effect. I think! But, it seems that it's from this number that the percentage is calculated?
Henrik