Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Floating Menu

Status
Not open for further replies.
What do i change it to? Or do i need to get the screen size - window box from left?
 
If your page is static in width, you should be able to calculate it and hardcode it in there. If it's dynamic, then yes you'll need to subtract the box size from the available width of the browser window.



*cLFlaVA
----------------------------
[tt]"quote goes here"[/tt]
[URL unfurl="true"]http://www.coryarthus.com/[/url]
 
Tried this
Code:
var startX = document.body.screen.width-200
But can't seem to get it to do anything
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top