473,545 Members | 2,009 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Autoscroll scrolling content position off when browser window size changed

Hello,

I have an index page with an autoscroller writen with CSS.
The problem is the scrolling content(text and inages)'s position is correct
but will off position when the broswer(IE) window size was changed.
How can I make the scrolling content "stick" the position with respect to
the scrollowing box?
Your advise is appreciated.

Spencer
Jul 20 '05 #1
3 9653
spencer <sp*******@cox. net> wrote:
I have an index page with an autoscroller writen with CSS.
The problem is the scrolling content(text and inages)'s position is
correct but will off position when the broswer(IE) window size was
changed.
How can I make the scrolling content "stick" the position with
respect to the scrollowing box?
Your advise is appreciated.


Advice comes best with an example URL.
--
Michael Wilcox
mjwilco at yahoo dot com
Essential Tools for the Web Developer - http://mikewilcox.t35.com
Jul 20 '05 #2
Sorry!
Here is the URL: www.edgesoundmachine.com
TIA

"Michael Wilcox" <mj************ *****@yahoo.com > wrote in message
news:u%******** ***********@new sread3.news.atl .earthlink.net. ..
spencer <sp*******@cox. net> wrote:
I have an index page with an autoscroller writen with CSS.
The problem is the scrolling content(text and inages)'s position is
correct but will off position when the broswer(IE) window size was
changed.
How can I make the scrolling content "stick" the position with
respect to the scrollowing box?
Your advise is appreciated.


Advice comes best with an example URL.
--
Michael Wilcox
mjwilco at yahoo dot com
Essential Tools for the Web Developer - http://mikewilcox.t35.com

Jul 20 '05 #3
*spencer*:

I have an index page with an autoscroller writen with CSS.
I highly doubt that. You probably used some sort of client-side scripting
language, JavaScript perhaps. However, scrolling is the user's job, because
only he knows when and how quick he wants to see further content.
The problem is the scrolling content(text and inages)'s position is correct
but will off position when the broswer(IE) window size was changed.
Then do an update on window size change. That's of course not possible with
CSS.
How can I make the scrolling content "stick" the position with respect to
the scrollowing box?
The CSS approach for "sticking" something is "position: fixed", but maybe
you mean "position: relative" instead.
Your advise is appreciated.


Forget autoscrollers. Forget any moving or blinking text.
Ever tried to read all of the movie credits? Or CNN's crawl when doing
something else at the same time?

| <http://www.edgesoundma chine.com/>

In the most advanced browser I have, that page consists /only/ of a search
box, the text "Show Specials!" (white on orange) and "News Flash" (white on
pink). (With Lynx it's a little more informative, though.) I hope for you
that you don't want to sell anything there.

--
The mind is like a parachute; it works much better when it's open.
Jul 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
1949
by: Pete | last post by:
I'm working (playing) on a mouse following script. Yes, the sort no one likes but I'm having great fun tinkering with it - sad. Anyway, if there's enough page content to cause scrolling and I want the objects (colored divs) to scroll with the mouse in Opera 6. I give the mouse y coords (-) window.pageYOffset and the objects (+)...
12
2711
by: Major Man | last post by:
Hi, I have this .jpg picture that's 700 x 200. What I wanna do is display it on a 300 x 200 window, and have it scroll left and right, back and forth. Can anyone help this newbie? TIA
12
4371
by: NewSun | last post by:
I draw a grid on a panel.And panel1' property AutoScroll is set true.When HScroollBar is Scroolling,the grid is error. I have rewritten the mathod of WndProc.But the effect is unexpected. How can i do? Thx a lot. Main codes go here: class frm private MyApp.Panel panel1; this.panel1.Paint += new...
0
1477
by: linkspeed2000 | last post by:
Hi, All: When using AutoScroll feature, the UserControl moves the unchanged part and only paints the changed part. This only works under following situations: 1. when OnPaint() function always paints the entire view eg: OnPaint() always draws 100 lines of text, even some lines are invisible. 2. OnPaint() method only paints the visible...
1
1660
by: malcolm | last post by:
I have a scrollable vb.net form with a web browser (axWebBrowser) instance on it. All is well until I try to change the left/top (and perhaps height/width) of the web browser on the form. If the form is scrolled so that the top of a browser control is not showing, then the browser is lost. The behavior is especially amusing if part of...
0
1509
by: Jeff | last post by:
I am making a custom control that displays images, allows zooming in and out, and can fit the image to the control. The way I am handling all of this is probably not best, but I was looking for a quick and easy way to at least get it working for now. I tried to keep this short, but I couldn't find a way to. The control has its Autoscroll...
8
4785
by: knoxautoguy | last post by:
This problem has consumed a lot of my time, and I'm aftraid someone will tell me that my whole approach to this objective is wrong; however, I would like to know if there is a way to do this. I have a web page divided into two major segments, with the top segment fixed and the bottom segment allowed to scroll, thus giving the look of frames...
0
2881
by: eweaver | last post by:
Hello, I have a problem with getting an autoscrollbar to end up where I want it. Things to know about the prob: I have an imagebox inside of a Panel for (inheritance of) autoscroll capabilities. The imagebox is named panel2 for my own conventions and the panel will be named panel1 Panel2 (the imagebox) is set to fit to the size of Panel1 (the...
1
3164
by: vp.softverm | last post by:
hi all . Am facing problem with the date picker. when i click on date picker in a popup window. the date table is opened in the middle of the pop up window. and it is unable to scroll with the pop up window .
0
7475
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7409
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
1
7437
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7771
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5343
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
4958
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3465
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3446
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1900
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.