AlreadyM / jscrollpane

Automatically exported from code.google.com/p/jscrollpane
0 stars 0 forks source link

session_start() kills it #191

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. adding <?php session_start(); ?> to top of page

What is the expected output? What do you see instead?
jPane will go to your default OS provided scroll bar

What version of the jScrollPane are you using? On what browser? And
operating system?
latest - firefox - vista

Please provide a URL to a page displaying the problem.

Please provide any additional information below.

Original issue reported on code.google.com by jsf...@gmail.com on 3 May 2010 at 1:45

GoogleCodeExporter commented 9 years ago
Probably when you added this you also added some whitespace before the doctype 
at the
top of your page. This will make the page render in quirks mode on some 
browsers and
may cause problems. However, you haven't provided enough information to be sure 
-
with a URL I could possibly help more...

Original comment by kelvin.l...@gmail.com on 4 May 2010 at 7:45