HighDots Forums  

DHTML Help

alt.html.dhtml alt.html.dhtml


Discuss DHTML Help in the alt.html.dhtml forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Nomadic Worker
 
Posts: n/a

Default DHTML Help - 04-02-2005 , 03:30 PM






Hi is there a way in DHTML to make buttons scroll down. I have 8 nav
buttons that I want to move when someone scroll reads text. I have to much
text and want the nav bars to move automatically.

Any help would be greatly appreciated.



Reply With Quote
  #2  
Old   
David Dorward
 
Posts: n/a

Default Re: DHTML Help - 04-03-2005 , 03:18 PM






Nomadic Worker wrote:

Quote:
Hi is there a way in DHTML to make buttons scroll down. I have 8 nav
buttons that I want to move when someone scroll reads text. I have to
much text and want the nav bars to move automatically.
position: fixed

.... but Internet Explorer doesn't support enough of CSS 2 for that to work.
Google for the IE7 hack which will fake support for position: fixed in IE.

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is


Reply With Quote
  #3  
Old   
Nomadic Worker
 
Posts: n/a

Default Re: DHTML Help - 04-03-2005 , 03:37 PM



where would I insert this in my CSS?

"David Dorward" <dorward (AT) yahoo (DOT) com> wrote

Quote:
Nomadic Worker wrote:

Hi is there a way in DHTML to make buttons scroll down. I have 8 nav
buttons that I want to move when someone scroll reads text. I have to
much text and want the nav bars to move automatically.

position: fixed

... but Internet Explorer doesn't support enough of CSS 2 for that to
work.
Google for the IE7 hack which will fake support for position: fixed in IE.

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/
Home is where the ~/.bashrc is



Reply With Quote
  #4  
Old   
David Dorward
 
Posts: n/a

Default Re: DHTML Help - 04-03-2005 , 04:40 PM



Nomadic Worker wrote:

Quote:
where would I insert this in my CSS?
Answer: Top posting
Question: What is the illogical form of communication commonly frowned upon
on Usenet?

You would apply it to the element you wanted to position.


--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is


Reply With Quote
  #5  
Old   
Nomadic Worker
 
Posts: n/a

Default Re: DHTML Help - 04-03-2005 , 04:56 PM




"David Dorward" <dorward (AT) yahoo (DOT) com> wrote

Quote:
Nomadic Worker wrote:

where would I insert this in my CSS?

Answer: Top posting
Question: What is the illogical form of communication commonly frowned
upon
on Usenet?

You would apply it to the element you wanted to position.


--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/
Home is where the ~/.bashrc is
Thanks




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 - 2008, Jelsoft Enterprises Ltd.