Click here to Skip to main content
15,890,670 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Yo! I'm building a website, and I have an awesome idea, but it's, well, far beyond my skillset.

First things first, I need a rounded-edge rectangle (vertically oriented) that sticks to the right side of the browser for the entire time you're on my website. I keep finding plenty of fixed floating widget ideas, but everyone's talking about single-page widgets. I need it to effectively transcend which page you're on.

Furthermore, I want to start out with a simple shape, nothing special no forms to fill out, that way I can tinker with what goes inside of that box.

Hit me with some clarification questions. :)

What I have tried:

Googling it for the last 4 hours. :C
Posted
Updated 19-Oct-17 20:07pm

1 solution

Every site is made up of single pages: you can't spread your sites' widget across other sites pages, just your own.
So go back to the fixed floaty widgets you found, and use one of those on your master page - it will then appear on all of your sites' pages (but not on other sites).
 
Share this answer
 
Comments
Richard Deeming 20-Oct-17 11:23am    
Technically, you could use a <frameset>[^] - if you want your site to suddenly stop working at some unknown point in the near future! :D
OriginalGriff 20-Oct-17 11:31am    
I'm kinda fond of things not spontaneously combusting! :laugh:

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900