Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
KSA_UH #1
Floating Menu
I have created a floating menu using Java for my page that is on the right side
of the page. The problem I am having is that my page is center aligned, and
when I resize the window, the menu doesn't move accrodingly. It stays put
instead of moving with the page. How do I make the menu has be positioned
absolutely move with the tables and cell? Can I make it absolute relative to
the cell? How???? Thanks!
The page menu can be seen at: [url]http://192.138.193.65/ethics/casestudy.htm[/url]
KSA_UH Guest
-
floating ad compatibility
Hi, I'm trying to make a floating flash advertisment using the wmode parameter (as used in technote 14201... -
Floating Menu?....
Hi, I'm stuck on a project, does anybody know how I can create a floating menu that moves down the page as the user scrolls down the page of a web... -
floating tree menu
any know how this was created: http://surface.yugop.com/ click the 01:Tree-description 01, at the bottum, this is an excellent way to show a large... -
floating ads
Hello! Is anyone know how to make banner ads that float over the page (like at yahoo.com etc)? Thanks! -
floating menu problem when using tables instead of layers
CBrooks: First of all, this is really an urban legend. "Layers" are compatible with all v4+ browsers, but like any other tool, you must know... -
Murray *TMM* #2
Re: Floating Menu
For what it's worth, I miss seeing the menu completely on my 1280x1024
screen because my browser viewport is set at about 720px width. This is a
dangerous scheme for that reason alone. When I notice that I have a
horizontal scroll and scroll to the right, the menu beats offscreen to the
right just ahead of me. Personally, I think this is in the same category as
the mouse trackers.
Nevertheless, you can make the whole thing center as a unit by making these
modifications -
Change this -
body {
background-color: #000000;
}
to this -
body {
background-color: #000000; text-align:center;
}
#wrapper { width:1200px; position: relative; margin:0 auto;
text-align:left; }
and this -
<body topmargin="0" onLoad="start()" >
to this -
<body topmargin="0" onLoad="start()" >
<div id="wrapper">
and this -
<div align="center">
<table border="0" align="center">
to this -
<table border="0" align="left">
Then you might want to fix the invalid code here -
<td valign="top"><div id="lala">
<p> </p> </tr>
</table>
<p> </p></td>
And you should be good to go.
But 1200px is stunningly wide.
--
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
==================
"KSA_UH" <webforumsuser@macromedia.com> wrote in message
news:d36t3m$9og$1@forums.macromedia.com...>I have created a floating menu using Java for my page that is on the right
>side
> of the page. The problem I am having is that my page is center aligned,
> and
> when I resize the window, the menu doesn't move accrodingly. It stays put
> instead of moving with the page. How do I make the menu has be positioned
> absolutely move with the tables and cell? Can I make it absolute relative
> to
> the cell? How???? Thanks!
>
>
> The page menu can be seen at: [url]http://192.138.193.65/ethics/casestudy.htm[/url]
>
>
Murray *TMM* Guest
-
KSA_UH #3
Re: Floating Menu
Thank You! The menu now stays relative to the tanle but it is not where I want
it to be. How do I move it to the empty column to the right of the page? I
changed the left values but it appears there and then jumps back to the right.
Also, I am not sure I understand what you mean by 1200 being too wide. I am on
a 20" widescreen, but is there a way I can set my viewport to 720? My res is
1680x1050. Thanks for all your help!
KSA_UH Guest
-
Murray *TMM* #4
Re: Floating Menu
> but is there a way I can set my viewport to 720?
Grab the lower right-hand resize grabber on your browser window and resize
it until it's 720px wide.
Personally, I wouldn't invest another minute in it. You would probably have> Thank You! The menu now stays relative to the tanle but it is not where I
> want
> it to be. How do I move it to the empty column to the right of the page? I
> changed the left values but it appears there and then jumps back to the
> right.
to adjust the right margin setting in the layer floating setup to get what
you want.
--
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
==================
"KSA_UH" <webforumsuser@macromedia.com> wrote in message
news:d36upf$bst$1@forums.macromedia.com...> Thank You! The menu now stays relative to the tanle but it is not where I
> want
> it to be. How do I move it to the empty column to the right of the page? I
> changed the left values but it appears there and then jumps back to the
> right.
>
> Also, I am not sure I understand what you mean by 1200 being too wide. I
> am on
> a 20" widescreen, but is there a way I can set my viewport to 720? My res
> is
> 1680x1050. Thanks for all your help!
>
Murray *TMM* Guest



Reply With Quote

