VISIT STORE RECOMMEND US LINK TO US CONTACT US INDUSTRY NEWS Visit our Home Page Image hosted by Photobucket.com

Go Back   CGIScript.net -- Forums > Programming Discussion > General HTML Discussion
User Name
Password


Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 08-10-2007, 01:19 AM
outputlevel outputlevel is offline
Junior Member
 
Join Date: Aug 2007
Posts: 3
Default Web site that scrolls from right to left

i am trying to make a site that opens in a pop up window and then scrolls thru content starting from the right. i am using tables and have the large holder one aligned to the right. the pop up comes up, but there are no scroll bars present. when i align it to the left the scroll bars appear and you can scroll thru the whole site. so, does anyone know how to acheive what i am attempting here? many thanks to anyone that helps out. i'll buy you a brew thru pay pal!

here are the source files for my project. it is a portfolio site.

http://www.mhilldesign.com/mhd/Archive.zip

here is the page in question:

http://www.mhilldesign.com/mhd

Last edited by outputlevel : 08-10-2007 at 10:47 PM.
Reply With Quote
  #2  
Old 08-11-2007, 02:26 PM
contact contact is offline
Administrator
 
Join Date: May 2005
Posts: 353
Default

What is the code you use for the popup window to appear? That would need to have the scrollbar attributes present for the scroll bars to appear..i.e. scrollbars=yes.
__________________
Andy Angrick
http://www.cgiscript.net
"Automate Your Website for Less!"
Reply With Quote
  #3  
Old 08-11-2007, 04:48 PM
outputlevel outputlevel is offline
Junior Member
 
Join Date: Aug 2007
Posts: 3
Default no pop up

i have that on the pop up js code and it still didn't work. i am now just trying to get it to work in a normal browser window. no pop up.

here is the page in question:

http://www.mhilldesign.com/mhd/
Reply With Quote
  #4  
Old 08-11-2007, 09:24 PM
contact contact is offline
Administrator
 
Join Date: May 2005
Posts: 353
Default

I get both a horizonal and vertical scrollbar at http://www.mhilldesign.com/mhd

Where does it initiate the popup window?
__________________
Andy Angrick
http://www.cgiscript.net
"Automate Your Website for Less!"
Reply With Quote
  #5  
Old 08-12-2007, 10:29 PM
outputlevel outputlevel is offline
Junior Member
 
Join Date: Aug 2007
Posts: 3
Default solved

figured it out with the help of someone off of the flashKit board. i put this code at the bottom of the page right before the </body>.

<script type="text/javascript">
var delay = setInterval(setScroll, 100);

function setScroll()
{
clearInterval(delay);

window.scrollTo(99999, 0);
}
</script>

here is the working shell of a page:

http://www.mhilldesign.com/mhd/
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump



All times are GMT. The time now is 05:18 PM.


Powered by: vBulletin Version 3.0.7
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.