HighDots Forums  

links displaying correctly live, not locally (preview)

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss links displaying correctly live, not locally (preview) in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
Josie1one
 
Posts: n/a

Default Re: links displaying correctly live, not locally (preview) - 01-05-2006 , 07:37 AM






Thanks both of you. I will start fixing the issues you mention Murray and
I'll look again at the pvii tutorials. I have found them useful I must say
but learnt a lot while doing what I've done so far. In the meantime... any
thoughts on the original question? Live fine, not preview?

"Osgood" <notavailable (AT) atthisaddress (DOT) com> wrote

Quote:
Josie1one wrote:

I used the suckerfish menu almost wholesale (css and javascript) as I
kind of learnt as I adapted. I thought they wouldn't mind as it's a
journal web rather than professional.


Hummm well suckerfish doesnt work cross-browser.

I would go to http://www.projectseven.com/tutorials/navigation/index.htm

and work through 'simple' and 'positioned' pop-up menus.





Reply With Quote
  #12  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: links displaying correctly live, not locally (preview) - 01-05-2006 , 07:49 AM






Your page is strange....

<td valign="top"><h2><img
src="http://www.wrfinn.com/images/view_from_castle_small.jpg" alt="view of
Pantelli from castle. Click to see in new window" width="300" height="225"
hspace="5" vspace="5" border="0" align="right" id="Pantelli_from_the_Castle"
onclick="MM_openBrWindow('/images/view_from_castle.jpg','Pantelli','resizable=yes,wi dth=700,height=500')"
/>Welcome
to my redesigned website. I do hope you like the new drop-down
navigation
and user-friendly pages.<br />
Richard and I (and Rosie-the-dog) are now well ensconced in Leros
in
the Dodecanese, Greece. We love living here and hopefully will
move
into the house at the end of January (2006!).</h2>
<h2><br />

Your content is between <h2> tags - why?

Your behavior is inappropriately applied to the <img> tag - it should be
applied to a link around the <img> tag. Also, you have misused the alt
attribute. So change this -

<img src="/images/view_from_castle_small.jpg" alt="view of Pantelli from
castle. Click to see in new window" width="300" height="225" hspace="5"
vspace="5" border="0" align="right" id="Pantelli_from_the_Castle"
onclick="MM_openBrWindow('/images/view_from_castle.jpg','Pantelli','resizable=yes,wi dth=700,height=500')"
/>

to this -

<a href="/images/view_from_castle_small.jpg" target="_blank" title="view of
Pantelli from castle. Click to see in new window"
onclick="MM_openBrWindow('/images/view_from_castle.jpg','Pantelli','resizable=yes,wi dth=700,height=500');return
false;" ><img src="/images/view_from_castle_small.jpg" alt="view of Pantelli
from castle." width="300" height="225" hspace="5" vspace="5" border="0"
align="right" id="Pantelli_from_the_Castle" /></a>

and that will work better (except for the deprecated attributes in the <img>
tag).

As for your original question, it's normal. When you preview a page in DW,
all of the page elements are handed to the browser. When you click away
from the previewed page, you depend on the browser to assemble the elements,
and if you have used root relative links (and you have), the browser will
begin looking in the root of the hard drive (not the root of the site, since
it doesn't have a clue about DW sites). Ergo - no linked files....

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"Josie1one" <joleros[nospam]@yahoo.com> wrote

Quote:
Thanks both of you. I will start fixing the issues you mention Murray and
I'll look again at the pvii tutorials. I have found them useful I must say
but learnt a lot while doing what I've done so far. In the meantime... any
thoughts on the original question? Live fine, not preview?

"Osgood" <notavailable (AT) atthisaddress (DOT) com> wrote in message
news:dpj2dm$js9$1 (AT) forums (DOT) macromedia.com...
Josie1one wrote:

I used the suckerfish menu almost wholesale (css and javascript) as I
kind of learnt as I adapted. I thought they wouldn't mind as it's a
journal web rather than professional.


Hummm well suckerfish doesnt work cross-browser.

I would go to http://www.projectseven.com/tutorials/navigation/index.htm

and work through 'simple' and 'positioned' pop-up menus.







Reply With Quote
  #13  
Old   
Josie1one
 
Posts: n/a

Default Re: links displaying correctly live, not locally (preview) - 01-05-2006 , 08:18 AM



Thanks so much Murray. I will be spending the rest of the day fixing before
moving on. I have taken your comments seriously and appreciate them.
<h2> in the content - I gather I shouldn't? I was trying to establish a size
but I'll go back and see if I can find a better way. Sigh, I've got sooo
much to learn.
Can I change the root-relative (I obviously having a lot of reading to do
and I will, tonight, I promise) so that I can preview?
Jo

"Murray *TMM*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote

Quote:
Your page is strange....

td valign="top"><h2><img
src="http://www.wrfinn.com/images/view_from_castle_small.jpg" alt="view of
Pantelli from castle. Click to see in new window" width="300" height="225"
hspace="5" vspace="5" border="0" align="right"
id="Pantelli_from_the_Castle"
onclick="MM_openBrWindow('/images/view_from_castle.jpg','Pantelli','resizable=yes,wi dth=700,height=500')"
/>Welcome
to my redesigned website. I do hope you like the new drop-down
navigation
and user-friendly pages.<br /
Richard and I (and Rosie-the-dog) are now well ensconced in Leros
in
the Dodecanese, Greece. We love living here and hopefully will
move
into the house at the end of January (2006!).</h2
h2><br /

Your content is between <h2> tags - why?

Your behavior is inappropriately applied to the <img> tag - it should be
applied to a link around the <img> tag. Also, you have misused the alt
attribute. So change this -

img src="/images/view_from_castle_small.jpg" alt="view of Pantelli from
castle. Click to see in new window" width="300" height="225" hspace="5"
vspace="5" border="0" align="right" id="Pantelli_from_the_Castle"
onclick="MM_openBrWindow('/images/view_from_castle.jpg','Pantelli','resizable=yes,wi dth=700,height=500')"
/

to this -

a href="/images/view_from_castle_small.jpg" target="_blank" title="view
of Pantelli from castle. Click to see in new window"
onclick="MM_openBrWindow('/images/view_from_castle.jpg','Pantelli','resizable=yes,wi dth=700,height=500');return
false;" ><img src="/images/view_from_castle_small.jpg" alt="view of
Pantelli from castle." width="300" height="225" hspace="5" vspace="5"
border="0" align="right" id="Pantelli_from_the_Castle" /></a

and that will work better (except for the deprecated attributes in the
img> tag).

As for your original question, it's normal. When you preview a page in
DW, all of the page elements are handed to the browser. When you click
away from the previewed page, you depend on the browser to assemble the
elements, and if you have used root relative links (and you have), the
browser will begin looking in the root of the hard drive (not the root of
the site, since it doesn't have a clue about DW sites). Ergo - no linked
files....

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"Josie1one" <joleros[nospam]@yahoo.com> wrote in message
news:dpj3tk$ls3$1 (AT) forums (DOT) macromedia.com...
Thanks both of you. I will start fixing the issues you mention Murray and
I'll look again at the pvii tutorials. I have found them useful I must
say but learnt a lot while doing what I've done so far. In the
meantime... any thoughts on the original question? Live fine, not
preview?

"Osgood" <notavailable (AT) atthisaddress (DOT) com> wrote in message
news:dpj2dm$js9$1 (AT) forums (DOT) macromedia.com...
Josie1one wrote:

I used the suckerfish menu almost wholesale (css and javascript) as I
kind of learnt as I adapted. I thought they wouldn't mind as it's a
journal web rather than professional.


Hummm well suckerfish doesnt work cross-browser.

I would go to http://www.projectseven.com/tutorials/navigation/index.htm

and work through 'simple' and 'positioned' pop-up menus.









Reply With Quote
  #14  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: links displaying correctly live, not locally (preview) - 01-05-2006 , 08:39 AM



Quote:
h2> in the content - I gather I shouldn't?
I would just use <p> tags and style them as needed. Reserve the use of <h#>
tags for semantically meaningful content like page titles, or paragraph
headers.

Quote:
Can I change the root-relative (I obviously having a lot of reading to do
and I will, tonight, I promise) so that I can preview?
If you change the root relative links to document relative links you will
(should) be able to successfully click away from a previewed page.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"Josie1one" <joleros[nospam]@yahoo.com> wrote

Quote:
Thanks so much Murray. I will be spending the rest of the day fixing
before moving on. I have taken your comments seriously and appreciate
them.
h2> in the content - I gather I shouldn't? I was trying to establish a
size but I'll go back and see if I can find a better way. Sigh, I've got
sooo much to learn.
Can I change the root-relative (I obviously having a lot of reading to do
and I will, tonight, I promise) so that I can preview?
Jo

"Murray *TMM*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote in message
news:dpj4k1$mn9$1 (AT) forums (DOT) macromedia.com...
Your page is strange....

td valign="top"><h2><img
src="http://www.wrfinn.com/images/view_from_castle_small.jpg" alt="view
of Pantelli from castle. Click to see in new window" width="300"
height="225" hspace="5" vspace="5" border="0" align="right"
id="Pantelli_from_the_Castle"
onclick="MM_openBrWindow('/images/view_from_castle.jpg','Pantelli','resizable=yes,wi dth=700,height=500')"
/>Welcome
to my redesigned website. I do hope you like the new drop-down
navigation
and user-friendly pages.<br /
Richard and I (and Rosie-the-dog) are now well ensconced in
Leros in
the Dodecanese, Greece. We love living here and hopefully will
move
into the house at the end of January (2006!).</h2
h2><br /

Your content is between <h2> tags - why?

Your behavior is inappropriately applied to the <img> tag - it should be
applied to a link around the <img> tag. Also, you have misused the alt
attribute. So change this -

img src="/images/view_from_castle_small.jpg" alt="view of Pantelli from
castle. Click to see in new window" width="300" height="225" hspace="5"
vspace="5" border="0" align="right" id="Pantelli_from_the_Castle"
onclick="MM_openBrWindow('/images/view_from_castle.jpg','Pantelli','resizable=yes,wi dth=700,height=500')"
/

to this -

a href="/images/view_from_castle_small.jpg" target="_blank" title="view
of Pantelli from castle. Click to see in new window"
onclick="MM_openBrWindow('/images/view_from_castle.jpg','Pantelli','resizable=yes,wi dth=700,height=500');return
false;" ><img src="/images/view_from_castle_small.jpg" alt="view of
Pantelli from castle." width="300" height="225" hspace="5" vspace="5"
border="0" align="right" id="Pantelli_from_the_Castle" /></a

and that will work better (except for the deprecated attributes in the
img> tag).

As for your original question, it's normal. When you preview a page in
DW, all of the page elements are handed to the browser. When you click
away from the previewed page, you depend on the browser to assemble the
elements, and if you have used root relative links (and you have), the
browser will begin looking in the root of the hard drive (not the root of
the site, since it doesn't have a clue about DW sites). Ergo - no linked
files....

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"Josie1one" <joleros[nospam]@yahoo.com> wrote in message
news:dpj3tk$ls3$1 (AT) forums (DOT) macromedia.com...
Thanks both of you. I will start fixing the issues you mention Murray
and I'll look again at the pvii tutorials. I have found them useful I
must say but learnt a lot while doing what I've done so far. In the
meantime... any thoughts on the original question? Live fine, not
preview?

"Osgood" <notavailable (AT) atthisaddress (DOT) com> wrote in message
news:dpj2dm$js9$1 (AT) forums (DOT) macromedia.com...
Josie1one wrote:

I used the suckerfish menu almost wholesale (css and javascript) as I
kind of learnt as I adapted. I thought they wouldn't mind as it's a
journal web rather than professional.


Hummm well suckerfish doesnt work cross-browser.

I would go to
http://www.projectseven.com/tutorials/navigation/index.htm

and work through 'simple' and 'positioned' pop-up menus.











Reply With Quote
  #15  
Old   
Josie1one
 
Posts: n/a

Default Re: links displaying correctly live, not locally (preview) - 01-05-2006 , 08:44 AM



Again, many thanks Murray. If you look at my current site you'll see why I
have so much to learn and fix! www.jofinn.com
I'll now slink away and do a lot of correcting both in aesthetics and
coding!
Jo

"Murray *TMM*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote

Quote:
h2> in the content - I gather I shouldn't?

I would just use <p> tags and style them as needed. Reserve the use of
h#> tags for semantically meaningful content like page titles, or
paragraph headers.

Can I change the root-relative (I obviously having a lot of reading to do
and I will, tonight, I promise) so that I can preview?

If you change the root relative links to document relative links you will
(should) be able to successfully click away from a previewed page.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"Josie1one" <joleros[nospam]@yahoo.com> wrote in message
news:dpj6c0$ott$1 (AT) forums (DOT) macromedia.com...
Thanks so much Murray. I will be spending the rest of the day fixing
before moving on. I have taken your comments seriously and appreciate
them.
h2> in the content - I gather I shouldn't? I was trying to establish a
size but I'll go back and see if I can find a better way. Sigh, I've got
sooo much to learn.
Can I change the root-relative (I obviously having a lot of reading to do
and I will, tonight, I promise) so that I can preview?
Jo

"Murray *TMM*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote in message
news:dpj4k1$mn9$1 (AT) forums (DOT) macromedia.com...
Your page is strange....

td valign="top"><h2><img
src="http://www.wrfinn.com/images/view_from_castle_small.jpg" alt="view
of Pantelli from castle. Click to see in new window" width="300"
height="225" hspace="5" vspace="5" border="0" align="right"
id="Pantelli_from_the_Castle"
onclick="MM_openBrWindow('/images/view_from_castle.jpg','Pantelli','resizable=yes,wi dth=700,height=500')"
/>Welcome
to my redesigned website. I do hope you like the new drop-down
navigation
and user-friendly pages.<br /
Richard and I (and Rosie-the-dog) are now well ensconced in
Leros in
the Dodecanese, Greece. We love living here and hopefully will
move
into the house at the end of January (2006!).</h2
h2><br /

Your content is between <h2> tags - why?

Your behavior is inappropriately applied to the <img> tag - it should be
applied to a link around the <img> tag. Also, you have misused the alt
attribute. So change this -

img src="/images/view_from_castle_small.jpg" alt="view of Pantelli from
castle. Click to see in new window" width="300" height="225" hspace="5"
vspace="5" border="0" align="right" id="Pantelli_from_the_Castle"
onclick="MM_openBrWindow('/images/view_from_castle.jpg','Pantelli','resizable=yes,wi dth=700,height=500')"
/

to this -

a href="/images/view_from_castle_small.jpg" target="_blank" title="view
of Pantelli from castle. Click to see in new window"
onclick="MM_openBrWindow('/images/view_from_castle.jpg','Pantelli','resizable=yes,wi dth=700,height=500');return
false;" ><img src="/images/view_from_castle_small.jpg" alt="view of
Pantelli from castle." width="300" height="225" hspace="5" vspace="5"
border="0" align="right" id="Pantelli_from_the_Castle" /></a

and that will work better (except for the deprecated attributes in the
img> tag).

As for your original question, it's normal. When you preview a page in
DW, all of the page elements are handed to the browser. When you click
away from the previewed page, you depend on the browser to assemble the
elements, and if you have used root relative links (and you have), the
browser will begin looking in the root of the hard drive (not the root
of the site, since it doesn't have a clue about DW sites). Ergo - no
linked files....

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"Josie1one" <joleros[nospam]@yahoo.com> wrote in message
news:dpj3tk$ls3$1 (AT) forums (DOT) macromedia.com...
Thanks both of you. I will start fixing the issues you mention Murray
and I'll look again at the pvii tutorials. I have found them useful I
must say but learnt a lot while doing what I've done so far. In the
meantime... any thoughts on the original question? Live fine, not
preview?

"Osgood" <notavailable (AT) atthisaddress (DOT) com> wrote in message
news:dpj2dm$js9$1 (AT) forums (DOT) macromedia.com...
Josie1one wrote:

I used the suckerfish menu almost wholesale (css and javascript) as I
kind of learnt as I adapted. I thought they wouldn't mind as it's a
journal web rather than professional.


Hummm well suckerfish doesnt work cross-browser.

I would go to
http://www.projectseven.com/tutorials/navigation/index.htm

and work through 'simple' and 'positioned' pop-up menus.













Reply With Quote
  #16  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: links displaying correctly live, not locally (preview) - 01-05-2006 , 08:50 AM



No slinks necessary!

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"Josie1one" <joleros[nospam]@yahoo.com> wrote

Quote:
Again, many thanks Murray. If you look at my current site you'll see why I
have so much to learn and fix! www.jofinn.com
I'll now slink away and do a lot of correcting both in aesthetics and
coding!
Jo

"Murray *TMM*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote in message
news:dpj7jb$qib$1 (AT) forums (DOT) macromedia.com...
h2> in the content - I gather I shouldn't?

I would just use <p> tags and style them as needed. Reserve the use of
h#> tags for semantically meaningful content like page titles, or
paragraph headers.

Can I change the root-relative (I obviously having a lot of reading to
do and I will, tonight, I promise) so that I can preview?

If you change the root relative links to document relative links you will
(should) be able to successfully click away from a previewed page.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"Josie1one" <joleros[nospam]@yahoo.com> wrote in message
news:dpj6c0$ott$1 (AT) forums (DOT) macromedia.com...
Thanks so much Murray. I will be spending the rest of the day fixing
before moving on. I have taken your comments seriously and appreciate
them.
h2> in the content - I gather I shouldn't? I was trying to establish a
size but I'll go back and see if I can find a better way. Sigh, I've got
sooo much to learn.
Can I change the root-relative (I obviously having a lot of reading to
do and I will, tonight, I promise) so that I can preview?
Jo

"Murray *TMM*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote in message
news:dpj4k1$mn9$1 (AT) forums (DOT) macromedia.com...
Your page is strange....

td valign="top"><h2><img
src="http://www.wrfinn.com/images/view_from_castle_small.jpg" alt="view
of Pantelli from castle. Click to see in new window" width="300"
height="225" hspace="5" vspace="5" border="0" align="right"
id="Pantelli_from_the_Castle"
onclick="MM_openBrWindow('/images/view_from_castle.jpg','Pantelli','resizable=yes,wi dth=700,height=500')"
/>Welcome
to my redesigned website. I do hope you like the new drop-down
navigation
and user-friendly pages.<br /
Richard and I (and Rosie-the-dog) are now well ensconced in
Leros in
the Dodecanese, Greece. We love living here and hopefully will
move
into the house at the end of January (2006!).</h2
h2><br /

Your content is between <h2> tags - why?

Your behavior is inappropriately applied to the <img> tag - it should
be applied to a link around the <img> tag. Also, you have misused the
alt attribute. So change this -

img src="/images/view_from_castle_small.jpg" alt="view of Pantelli
from castle. Click to see in new window" width="300" height="225"
hspace="5" vspace="5" border="0" align="right"
id="Pantelli_from_the_Castle"
onclick="MM_openBrWindow('/images/view_from_castle.jpg','Pantelli','resizable=yes,wi dth=700,height=500')"
/

to this -

a href="/images/view_from_castle_small.jpg" target="_blank"
title="view of Pantelli from castle. Click to see in new window"
onclick="MM_openBrWindow('/images/view_from_castle.jpg','Pantelli','resizable=yes,wi dth=700,height=500');return
false;" ><img src="/images/view_from_castle_small.jpg" alt="view of
Pantelli from castle." width="300" height="225" hspace="5" vspace="5"
border="0" align="right" id="Pantelli_from_the_Castle" /></a

and that will work better (except for the deprecated attributes in the
img> tag).

As for your original question, it's normal. When you preview a page in
DW, all of the page elements are handed to the browser. When you click
away from the previewed page, you depend on the browser to assemble the
elements, and if you have used root relative links (and you have), the
browser will begin looking in the root of the hard drive (not the root
of the site, since it doesn't have a clue about DW sites). Ergo - no
linked files....

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"Josie1one" <joleros[nospam]@yahoo.com> wrote in message
news:dpj3tk$ls3$1 (AT) forums (DOT) macromedia.com...
Thanks both of you. I will start fixing the issues you mention Murray
and I'll look again at the pvii tutorials. I have found them useful I
must say but learnt a lot while doing what I've done so far. In the
meantime... any thoughts on the original question? Live fine, not
preview?

"Osgood" <notavailable (AT) atthisaddress (DOT) com> wrote in message
news:dpj2dm$js9$1 (AT) forums (DOT) macromedia.com...
Josie1one wrote:

I used the suckerfish menu almost wholesale (css and javascript) as
I kind of learnt as I adapted. I thought they wouldn't mind as it's
a journal web rather than professional.


Hummm well suckerfish doesnt work cross-browser.

I would go to
http://www.projectseven.com/tutorials/navigation/index.htm

and work through 'simple' and 'positioned' pop-up menus.















Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.