Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
RemyC #1
anchor to link to an absolute position
I'm a newbie to this forum. Just installed Studio 8. Been building sites with
MS FrontPage, so bare with me. Thanks.
I want the anchor to link to an absolute position on the page. The
[url]http://www.remyc.com[/url]
RemyC Guest
-
absolute link paths
Hi all, I'm using Contribute with Dreamweaver templates. On my template pages, I have an editable region containing navigation, all links are... -
Position Absolute (CSS) in IE and Firefox
:confused; I don't know if my problem is (a) a CSS issue/mistake (b) a discrepancy between browsers or (c) an issue with the PVII ShowPic... -
Center image using position: absolute?
I have an image (it's a navigation bar) that should appear with a specifc vertical position; so I'm using absolute positioning to put it a precise... -
Is there any way to smooth a line and still have each anchor point remain in a fixed position?
I am new very new to Adobe Illustrator (I downloaded the try out for CS 3 day ago). I am trying to smooth (or make curve) a line with specific plot... -
How do I get absolute position deriving from Control instead of WebControl?
I remember Nikhil Kothari discussing about this at ASP.NET Forums and he said it is impossible unless you derive from WebControl. -- Teemu... -
Murray *TMM* #2
Re: anchor to link to an absolute position
Your site certainly moves alot.
What absolute position are you seeking?
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"RemyC" <webforumsuser@macromedia.com> wrote in message
news:dhm9mv$5ka$1@forums.macromedia.com...> I'm a newbie to this forum. Just installed Studio 8. Been building sites
> with
> MS FrontPage, so bare with me. Thanks.
>
> I want the anchor to link to an absolute position on the page. The
> [url]http://www.remyc.com[/url]
>
Murray *TMM* Guest
-
RemyC #3
Re: anchor to link to an absolute position
I want the anchor to not only go to the line, but to position exactly where the
anchor is! Adding the page width and height numbers into the anchor code, so
the page scrolls to it. I don't know how to explain it any better. Instead of
just going to the line on the page to where the word or image is I want the
page to automatically scroll to where the anchor is, so if I build a huge
page, it will indeed create that effect of "moving a lot." Like building many
pages on the same page, and having the anchor find them rather than open a new
page. The code in the museumofsex website is too complex for me to understand,
plus it's mixed in with templates, etc... there has to be a simpler way to
write in an additional line of html to the anchor position that will add that
feature and find its position on the page.
RemyC Guest
-
Murray *TMM* #4
Re: anchor to link to an absolute position
A named anchor will take you to the exact spot where that anchor is located.
For example, if you have -
<255 paragraphs of text content><a name="foo" id="foo">Whatever</a>
then a link like - <a href="#foo"> - at the top of the page, will take you
to that exact spot by scrolling the page. Is that your question?
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"RemyC" <webforumsuser@macromedia.com> wrote in message
news:dhme83$be3$1@forums.macromedia.com...>I want the anchor to not only go to the line, but to position exactly where
>the
> anchor is! Adding the page width and height numbers into the anchor code,
> so
> the page scrolls to it. I don't know how to explain it any better. Instead
> of
> just going to the line on the page to where the word or image is I want
> the
> page to automatically scroll to where the anchor is, so if I build a huge
> page, it will indeed create that effect of "moving a lot." Like building
> many
> pages on the same page, and having the anchor find them rather than open a
> new
> page. The code in the museumofsex website is too complex for me to
> understand,
> plus it's mixed in with templates, etc... there has to be a simpler way to
> write in an additional line of html to the anchor position that will add
> that
> feature and find its position on the page.
>
Murray *TMM* Guest
-
RemyC #5
Re: anchor to link to an absolute position
Yes, but not exactly... It scrolls down, yes... But what I want it to do is
also scroll sideways as well... horizontally, to where the anchor is, to align
it left with the table or cell the anchor is in. So if an anchor is all the way
2000 pixels right on a 800x600 webpage, the link will also automatically scroll
the page to that position on the page (off screen) to center (or alight left)
inside the visible portion of the 800x600 window.
RemyC Guest
-
Murray *TMM* #6
Re: anchor to link to an absolute position
[url]http://www.murraytestsite.com/namedanchorscroll.html[/url]
That's what it does when you click on the link - however, it only brings the
link to the first spot where it is onscreen. You have no further control
beyond that.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"RemyC" <webforumsuser@macromedia.com> wrote in message
news:dhovvh$glf$1@forums.macromedia.com...> Yes, but not exactly... It scrolls down, yes... But what I want it to do
> is
> also scroll sideways as well... horizontally, to where the anchor is, to
> align
> it left with the table or cell the anchor is in. So if an anchor is all
> the way
> 2000 pixels right on a 800x600 webpage, the link will also automatically
> scroll
> the page to that position on the page (off screen) to center (or alight
> left)
> inside the visible portion of the 800x600 window.
>
Murray *TMM* Guest
-
RemyC #7
Re: anchor to link to an absolute position
Yes, I know... and that's why I am looking for an additional line of code to
give me control horizontal as well as vertical. [url]http://www.museumofsex.com[/url] does
it, So it's doable. If you don't know how, then maybe someone else on this
forum will. Or we can both look further together. Thanks.
RemyC Guest
-
RemyC #8
Re: anchor to link to an absolute position
ah, yes, OK, sorry, got it!
let me try something with this...
RemyC Guest
-
RemyC #9
Re: anchor to link to an absolute position
finally got the page the way I wanted it to work...
[url]http://www.remyc.com/Carly_Champagne.html[/url]
almost, close enough...
had to go back to FP to work with bookmarks instead of anchors...
because I could figure out how to delete the underline on the linked text...
I have a big learning curve between FP and Dreamweaver...
But that's a whole other bowl of wax...
I can't even find the pencil and the eraser to insert and delete tables and
cells yet...
Maybe there isn't any... never mind... will get a book! ;)
RemyC Guest
-
Murray *TMM* #10
Re: anchor to link to an absolute position
See my response on the DW forum.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"RemyC" <webforumsuser@macromedia.com> wrote in message
news:dhpsqg$kq6$1@forums.macromedia.com...> finally got the page the way I wanted it to work...
> [url]http://www.remyc.com/Carly_Champagne.html[/url]
> almost, close enough...
> had to go back to FP to work with bookmarks instead of anchors...
> because I could figure out how to delete the underline on the linked
> text...
> I have a big learning curve between FP and Dreamweaver...
> But that's a whole other bowl of wax...
> I can't even find the pencil and the eraser to insert and delete tables
> and
> cells yet...
> Maybe there isn't any... never mind... will get a book! ;)
>
Murray *TMM* Guest



Reply With Quote

