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 106662 times and has 33 replies Next Thread
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

If it is online, give us a link so we can check, I am useing IE7.

No, I do not think you can do what you wish. Overflow is just hiding anything out side the box size. The internal anchors are anchoring based on the content in the source code, so the anchor is jumpig down to where the text is ... just invisible. So it is doing it correctly.

IE for Mac is old, it was created before things like overflow existed, so new CSS2 is not supported.
----------------------------------------
Gu.aal kwsh� yak'�i it�akw ijeet wugood�k

LSW-WebDesign.com
[May 10, 2006 10:16:13 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 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

It will work. On Firefox, Opera, and IE for the PC it's doing what you want.

Scrolling Div with "Go To" Links

If it's just an older version of IE on your Mac that its not displaying properly you could use conditional comments to hide overflow auto from it and just have the content display normally.
man I hate IE ? it's always the problem browser for me, all the other main browsers display as they should without any problems

Yup , know what thats like.wink
----------------------------------------
Quiquid latine dictum sit altum viditur
[May 10, 2006 4:36:14 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 cejayem
Stranger




Joined: Jun 28, 2006
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

Dear Stefan,

I tried your suggestion for the scrolling window and it worked just fine.
However, I want it located on the right side of a page.
Should this be done with frames?

Thanks,
Chris
[Jun 28, 2006 10:57:51 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

No frames are depreciated and never a good idea, that is what this article is about, getting rid of them.

You have a box, you have fixed the size of that box, now just use CSS to move that box where you want it on the page asyou would any other element. Nothing changes.
----------------------------------------
Gu.aal kwsh� yak'�i it�akw ijeet wugood�k

LSW-WebDesign.com
[Jun 28, 2006 12:27:02 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 admin
Advanced Member
Member's Avatar


Joined: Jun 14, 2003
Post Count: 2933
Status: Offline
Reply to this Post  Reply with Quote 
Re: CREATING A SCROLLING WINDOW IN A WEB PAGE WITHOUT FRAMES OR IFRAMES

Wow,

this could possibly be the most popular thread ever?

thinking
----------------------------------------
Stefan Mischook

Video Tutorial Store | Web Templates
[Jun 28, 2006 2:08: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 s3maj
Stranger




Joined: Sep 13, 2006
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

this is a great post with great info thanks guys.

i do have one question however. i have a site that i use phpbb2 on. currently i use an IFRAME to display the forum in when a user click on that link. i also use eqDKP for tracking raid values for an online game, which also appears in the same IFRAME. i know iknow, bad boy using frames. i have known for a long time that frames, especially inline ones, are bad juju. my question is, using these scrolling <div> areas, is it possible to display the content of that phpbb2 forum and eqDKP within that <div> area? if so how? i would like to keep the general look of the site but get rid of the IFRAME (it is a pain in the neck). with the complexity of the backend code for both phpbb2 and eqDKP i am concerned i will have to do some heavy modding in order to squeeze them into that scrolling <div> area.

Check out the site

Take a look please. I appreciate ya'lls help with this.

~J
----------------------------------------
[Edit 2 times, last edit by s3maj at Sep 13, 2006 12:27:23 PM]
[Sep 13, 2006 12:25:10 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 shelfimage
Advanced Member
Member's Avatar

USA
Joined: Mar 24, 2005
Post Count: 3000
Status: Offline
Reply to this Post  Reply with Quote 
Re: CREATING A SCROLLING WINDOW IN A WEB PAGE WITHOUT FRAMES OR IFRAMES

You could always use a php include inside the div to call up the forum.

<?php include("path/to/fourm/") ?>

Then adjust your DIV attributes using CSS to make the Forum fit inside neatly.

Now, if you are using a content management system, like phpnuke, joomla, etc, you may have to use iframes..

TO test, just create a test page with the php include and see how it works out for you.

I've been able to do this with php link/directory management scripts without a problem.



------------------------------------------------------------------
John D. Beatrice

MaineWebworks
"If you don't know where you are going, any road will get you there." - Lewis Carroll.
"The art of life lies in a constant readjustment to our surroundings." - Okakura Kakuzo
----------------------------------------
"The art of life lies in a constant readjustment to our surroundings." -Okakura Kakuzo
Save the developers<!>
Maine Webworks
[Sep 14, 2006 10:16:33 PM] Show Printable Version of Post    View Member Profile    Send Private Message    mainewebworks    mainewebworks [Link] Report threatening or abusive post: please login first  Go to top 
Male OldSchool
Stranger




Joined: Dec 6, 2006
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

Glad I found this place! This topic has helped quite a bit. I utilized the code provided here and it looks / works perfect in Firefox but not IE.. here is an example http://www.sodashopgirls.net/index-test-2.htm

What did I do wrong?

just an FYI although this in not "Adult" in nature it is rated "R" ..hope that doesn't offend anyone.

And thanks for your help!
[Dec 6, 2006 2:44:10 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Female bijou999
Stranger




Joined: Dec 9, 2006
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 have a problem I'm hoping someone might be able to help me with...

On this page:

http://dev.pedroncelli.com/find/map.asp

I have a drop down menu of states and a scrolling div with a map, both with anchor links to listings further down the page within the div. If you click on any part of the map it will drop down to the appropriate section; however, if you select a state in the drop down menu it jumps to the correct anchor link but does not display unless you then click within the div and highlight some of the text... then the listing appears. This only happens in IE; the drop down menu links work fine in Mozilla Firefox.


Thank you!
[Dec 9, 2006 7:54:21 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Female Kimie
Stranger
Member's Avatar


Joined: Mar 29, 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 it easy to add images into the Scrolling window? I need a scrolling window for the gallery section of my website!

By the way.. I'm new here..

Thanks sooo much. I thought the information on this site is great :)



Kimie
----------------------------------------
Kimberly l Moss.

Looking forward
to working with you.

kim@dbklm.com
www.DBKLM.com
----------------------------------------
[Edit 2 times, last edit by LSW at Aug 5, 2007 1:23:55 PM]
[Mar 29, 2007 12:52:25 AM] Show Printable Version of Post    View Member Profile    Send Private Message    Hidden to Guest    kimie_xoxo [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