Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Jumploader page format AFTER upload.
#1
Trying to figure how to move the meta data area that is displayed under the jumploader when a file is uploaded.

I'm trying to move the callback methods and the debug auxillary information to the right hand side of the jumploader instead of underneath it.

Something along the lines of this:
CSS
Code:
#leftcolumn { width: 300px; border: 1px solid red; float: left}
#rightcolumn { width: 300px; border: 1px solid red; float: right}

Code:
<div id="leftcolumn"><p>JumpLoader Applet here</p></div>
<div id="rightcolumn"><p>Callback method and debug auxillary here</p></div>

But I cannot figure out how to implement with the inc.ClassUI.php.

Any guideance would be appreciated.

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)