Killersites.com Homepage Welcome Guest   |   Register  |  Login
Login Name Password
  Search  
  Index  | Recent Threads  | Unanswered Threads  | Who's Online  | User List  | Help



Quick Go »

No member browsing this thread
Thread Status: Active
Total posts in this thread: 34
Posts: 34   Pages: 4   [ Previous Page | 1 2 3 4 | Next Page ]
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 106639 times and has 33 replies Next Thread
Male delarge
Stranger
Member's Avatar


Joined: Jul 27, 2007
Post Count: 1
Status: Offline
Reply to this Post  Reply with Quote 
Re: CREATING A SCROLLING WINDOW IN A WEB PAGE WITHOUT FRAMES OR IFRAMES

Kimie,
A standard Image will work quite happily in the scrollable text <img src="a_picture.gif">

I suspect you've found out an answer to this question already but you were just too darn pretty to ignore.... biggrin

Russell (AKA Delarge)
----------------------------------------
[Edit 1 times, last edit by LSW at Aug 5, 2007 1:22:58 PM]
[Jul 27, 2007 7:05:45 AM] Show Printable Version of Post    View Member Profile    Send Private Message    Hidden to Guest [Link] Report threatening or abusive post: please login first  Go to top 
Female Thelma
Advanced Member
Member's Avatar

Texas, USA
Joined: Dec 8, 2003
Post Count: 3021
Status: Offline
Reply to this Post  Reply with Quote 
Re: CREATING A SCROLLING WINDOW IN A WEB PAGE WITHOUT FRAMES OR IFRAMES

Bad news, Russell - pretty Kimie hasn't been here since March 29th, the day she signed up.

Btw - webstandards dictate the use of an alt tag to to with your image.
----------------------------------------
...
[Jul 27, 2007 7:13:05 AM] Show Printable Version of Post    View Member Profile    Send Private Message    Hidden to Guest [Link] Report threatening or abusive post: please login first  Go to top 
Female Celtic
Stranger



Buncombe
Joined: Aug 3, 2007
Post Count: 1
Status: Offline
Reply to this Post  Reply with Quote 
Re: CREATING A SCROLLING WINDOW IN A WEB PAGE WITHOUT FRAMES OR IFRAMES

I need a scrolling window done if anyone would like to bid on it.
I can communicate what I need if anyone is interested. Thanks, Susan
[Aug 3, 2007 8:27:40 AM] Show Printable Version of Post    View Member Profile    Send Private Message    Hidden to Guest [Link] Report threatening or abusive post: please login first  Go to top 
Male Zombie
Advanced Member
Member's Avatar

Right behind you...
Joined: Jul 25, 2007
Post Count: 328
Status: Offline
Reply to this Post  Reply with Quote 
Re: CREATING A SCROLLING WINDOW IN A WEB PAGE WITHOUT FRAMES OR IFRAMES

@Celtic - why not build it yourself, this thread explains how.

Why do people feel the need to Quote the entire thread (Kimie) and then even quote all of Kimie's thread (delarge) including the quote of the original thread?

In case you have not noticed you can actually edite the quote in your thread and just quote what needs quoting rather than everything.
----------------------------------------
"If you are bitten by a Zombie you should contact authorities and then kill yourself via traumatic head wound or have an acquaintance kill you."
- A Pamphlet of the Department of Homeland Defence
[Aug 3, 2007 1:03:52 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Male billyboy
Advanced Member
Member's Avatar


Joined: Sep 3, 2005
Post Count: 2206
Status: Offline
Reply to this Post  Reply with Quote 
Re: CREATING A SCROLLING WINDOW IN A WEB PAGE WITHOUT FRAMES OR IFRAMES

I found out that by using overflow: auto to create scrolling divs, there's a very good chance you'll be making the content inaccessible to anyone who navigates via the keyboard. Unless the scrolling div contains a link that a user can tab to, there's no way to put the focus inside it, and the arrow keys only scroll the main page up and down. Those that rely on keyboard navigation won't be able to scroll down to see the hiddden content. The scroll only works via the mouse in IE, Opera, Safari. (Firefox is the exception, it allows you put the focus inside the scrolling div via the arrow keys).
----------------------------------------
Quiquid latine dictum sit altum viditur
[Aug 5, 2007 9:22:47 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Male pcman_chris
Stranger




Joined: Aug 31, 2007
Post Count: 1
Status: Offline
Reply to this Post  Reply with Quote 
Re: CREATING A SCROLLING WINDOW IN A WEB PAGE WITHOUT FRAMES OR IFRAMES

Is there a way to change the style of scroller. I need this exact method but with a more elegant scroller.

Chris
[Aug 31, 2007 12:34:34 PM] Show Printable Version of Post    View Member Profile    Send Private Message    Hidden to Guest [Link] Report threatening or abusive post: please login first  Go to top 
Male LSW
Advanced Member
Member's Avatar

USA
Joined: Nov 27, 2003
Post Count: 6287
Status: Offline
Reply to this Post  Reply with Quote 
Re: CREATING A SCROLLING WINDOW IN A WEB PAGE WITHOUT FRAMES OR IFRAMES

You can do it with CSS... but it only works in IE and is not valid code.
----------------------------------------
Gu.aal kwsh� yak'�i it�akw ijeet wugood�k

LSW-WebDesign.com
[Aug 31, 2007 1:52:58 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Male agentxcell
Stranger




Joined: Oct 20, 2007
Post Count: 2
Status: Offline
Reply to this Post  Reply with Quote 
Re: CREATING A SCROLLING WINDOW IN A WEB PAGE WITHOUT FRAMES OR IFRAMES

So how do I get the scrollable window to float over a graphic?
[Oct 20, 2007 10:36:06 AM] Show Printable Version of Post    View Member Profile    Send Private Message    Hidden to Guest [Link] Report threatening or abusive post: please login first  Go to top 
Male LSW
Advanced Member
Member's Avatar

USA
Joined: Nov 27, 2003
Post Count: 6287
Status: Offline
Reply to this Post  Reply with Quote 
Re: CREATING A SCROLLING WINDOW IN A WEB PAGE WITHOUT FRAMES OR IFRAMES

How about putting the graphic inside the scrollable window?
----------------------------------------
Gu.aal kwsh� yak'�i it�akw ijeet wugood�k

LSW-WebDesign.com
[Oct 21, 2007 2:53:35 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Male johnw@winserv.com
Stranger



USA
Joined: Oct 31, 2007
Post Count: 1
Status: Offline
Reply to this Post  Reply with Quote 
Re: CREATING A SCROLLING WINDOW IN A WEB PAGE WITHOUT FRAMES OR IFRAMES

Thank you very much. I was thinking I would have to do something else. You have saved the day.

I totally, 100% agree with your coding style. Tell it like it should be. Only lazy, sloppy programmers don't indent.

Sometimes I may spend more time fixing indents than anything else. I have written a VB program to check for missing end tags (loops, end if, close, etc.) based upon the indent spaces and the tag. Helps me find out what is wrong sometimes.

Thank you again, very much.
----------------------------------------
[Edit 1 times, last edit by johnw@winserv.com at Oct 31, 2007 10:43:26 AM]
[Oct 31, 2007 10:41:26 AM] Show Printable Version of Post    View Member Profile    Send Private Message    Hidden to Guest [Link] Report threatening or abusive post: please login first  Go to top 
Posts: 34   Pages: 4   [ Previous Page | 1 2 3 4 | Next Page ]
[ Jump to Last Post ]
Show Printable Version of Thread  Post new Thread