Here is the html code to a home page I am working on:
Freese Custom Homes
homes under construction
homes completed
development information
contact us
Floorplans
A list of our current floorplans, both rambler and 2-story. You can download a pdf of each ...
All,
On some mouse over, div1 is displayed.How to display the div next to the mouse pointer so that even mouseover at the end of the context the div should show up next to the mouse pointer.
<style type="text/css">
#div1 { width: 200px; height: 30px; background-color: #a9a9a9; color: #fff; position: absolute; }
</style>
<script src="jq...
Hi,
I am trying to create a page where I can attach sticky notes at runtime exactly as explained in this tutorial.
I have converted the sample in ASP.NET MVC 2 (which is the technology I am using) and everything works fine.
So I have a DIV in my view
<!-- Contains all the notes and limits their movement -->
<div id="notesDesktop" sty...