|
scroll bar possition
|
|
07-23-2007, 04:30 PM
Post: #1
|
|||
|
|||
|
scroll bar possition
i have a problem.
visit http://www.seastarproperties.in/villas.html when i was at villa3.. and i clicked on villa3. the zoom image open through open browser window. then i'm closing that zoom window. the problem is there. the main page go to top possition. i want to keep the page at bottom. how to do this? plz giv a solution. |
|||
|
07-23-2007, 09:24 PM
Post: #2
|
|||
|
|||
|
RE: scroll bar possition
Add the following line
PHP Code: <a name="villa3"></a> just before the following line in your code . PHP Code: <img src="images/villa_3big.jpg" width="355" height="267" border="0" usemap="#Map3"> and change the following line PHP Code: <map name="Map3"><area shape="rect" coords="10,11,343,255" href="#" onClick="MM_openBrWindow('villa_3.html','','width=576,height=439')">to PHP Code: <map name="Map3"><area shape="rect" coords="10,11,343,255" href="#villa3" onClick="MM_openBrWindow('villa_3.html','','width=576,height=439')">I think this will work. Please check it. |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)





