![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | How is this done? There are a few apps out that allow a user to mouseover a webpage and the app highlights the portion (be it a DIV, cell, table, whatever) of the webpage that the mouse is over by placing a colored box around it and allows the user to select this portion. One such app is an addon for Firefox called clipmarks. You can see a demo at http://clipmarks.com/how-to-clip/. How would I do the same thing in .Net, using the webcontrol? Do I need a special webcontrol? jim |
My System Specs![]() |
| | #2 (permalink) |
| | Re: How is this done? jim wrote: Quote: > There are a few apps out that allow a user to mouseover a webpage and the > app highlights the portion (be it a DIV, cell, table, whatever) of the > webpage that the mouse is over by placing a colored box around it and allows > the user to select this portion. > > One such app is an addon for Firefox called clipmarks. You can see a demo > at http://clipmarks.com/how-to-clip/. > > How would I do the same thing in .Net, using the webcontrol? Do I need a > special webcontrol? > > jim > > and CSS. It don't get into .NET, Java or PHP, they are server technology. So if you want to do it, you could use a JavaScript library to make it easier. Try for jQuery (http://jquery.com/) -- Thanks, Duy Lam Phuong |
My System Specs![]() |