Issue with div JSPane div width
-
The weirdest thing: On my homepage the JSPane div generates a different width then on all my other pages. This is what I get from Firebug on all pages:
<div id="wrapper" class="clearfix jspScrollable" style="overflow: hidden; padding: 0px; width: 968px;" tabindex="0"> <div class="jspContainer" style="width: 968px; height: 664px;"> <div class="jspPane" style="padding: 0px 9px 20px; top: -95px; width: 940px;"> <div id="content" class="grid col-940">
While on my home page I see this:
<div id="wrapper" class="clearfix jspScrollable" style="overflow: hidden; padding: 0px; width: 950px;" tabindex="0"> <div class="jspContainer" style="width: 950px; height: 664px;"> <div class="jspPane" style="padding: 0px; top: 0px; width: 940px;"> <div id="content" class="grid col-940">
Notice the difference in the element style width generated by the plugin.
#wrapper has a width: 950px; defined in my stylesheet, #content has no width options
- The topic ‘Issue with div JSPane div width’ is closed to new replies.