This is a discussion on "overflow auto w/ names links on mac" within the Web Page Design section. This forum, and the thread "overflow auto w/ names links on mac are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
overflow auto w/ names links on mac
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
overflow auto w/ names links on mac
I coded a site for a client. It uses a SPAN with overflow = auto to scroll the content in the page. The side navigation uses named links to scroll to different sections of the document. Works fine on a PC.
The designer says the named link based navigation doesn't work on a mac. Could someone confirm this and offer any ideas for workarounds (I'm thinking of the .scrollIntoView method but haven't tried it yet). |
|
#2
|
|||
|
|||
|
#3
|
|||
|
|||
|
I had a look on a PC and you are not compatible with NN6, Mozilla 1.4 or Opera 7.02. You are only compatible with IE 5.5 and above.
I also had a quick look at your CSS and noticed that you are using some IE CSS tags: scrollbar-3dlight-color, scrollbar-arrow-color, scrollbar-base-color, scrollbar-darkshadow-color, scrollbar-shadow-color. There are some good examples at www.dynamicdrive.com for scrollers if you are stuck or want a more compatible scroller. HTH u2o. |
|
#4
|
|||
|
|||
|
just tested it on Mac OSX, IE5.something
clicking on each link made the page scroll right to the bottom so all i could see was white space, so i scroll up and click another and im just sent to the bottom of the page again. Looks like you havent targeted the span correctly. Have you put a target on those links? HTH |
|
#5
|
|||
|
|||
|
Yeah, here's an example of the two parts of a link...
Library <a name="curriculum_Library"></a><span class="blu">Library Science.</span> Nothing unusual about that. I think there's an issue with scrolling to the correct position in a span using a named link with overflow auto on IE Mac. |
![]() |
| Tags |
| overflow, auto, names, links, mac |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| overflow:auto not working within float | mikep | Web Page Design | 2 | Aug 24th, 2007 13:40 |
| Overflow Problem | MattHen | Web Page Design | 0 | Jan 17th, 2007 16:43 |
| css, overflow, firefox | djme | Web Page Design | 5 | Feb 5th, 2006 22:03 |
| div overflow help | redimp | Web Page Design | 0 | Feb 3rd, 2006 14:00 |
| Auto generate links for database linking | yazer | Classic ASP | 1 | Oct 10th, 2005 13:33 |