Click here to Skip to main content
16,011,475 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: How to write a spider(web crawler) program Pin
benzite16-May-03 23:55
benzite16-May-03 23:55 
GeneralSomthing about offline web browser Pin
benzite13-May-03 16:58
benzite13-May-03 16:58 
GeneralRe: Somthing about offline web browser Pin
Sarvesvara (BVKS) Dasa13-May-03 19:46
Sarvesvara (BVKS) Dasa13-May-03 19:46 
GeneralRe: Somthing about offline web browser Pin
benzite13-May-03 20:42
benzite13-May-03 20:42 
GeneralRe: Somthing about offline web browser Pin
Sarvesvara (BVKS) Dasa13-May-03 21:02
Sarvesvara (BVKS) Dasa13-May-03 21:02 
Generalpassing arguments to Flash animation Pin
peterchen13-May-03 6:01
peterchen13-May-03 6:01 
GeneralTwo graphics files over each other Pin
Brakanjan13-May-03 0:46
Brakanjan13-May-03 0:46 
GeneralRe: Two graphics files over each other Pin
Tomas Petricek14-May-03 6:04
Tomas Petricek14-May-03 6:04 
If you want to put two html objects over each other you can do it using position.
For example this will put dot at position [150,50] (from left top corner of window client area)
<img src="map.jpg" style="position:absolute; left:0; top:0;" >
<img src="dot.jpg" id="dotObj" style="position:absolute; left:150px; top:50px;" >

To change position of 'dot' image you can use javascript:
el=document.getElementById('dotObj');
el.style.left="20px";
el.style.top="80px";



i'm only pointer to myself
GeneralBest Looking Sites Pin
Mark Sanders12-May-03 5:20
Mark Sanders12-May-03 5:20 
GeneralRe: Best Looking Sites Pin
Tomas Petricek12-May-03 6:36
Tomas Petricek12-May-03 6:36 
GeneralRun File Pin
Mazdak12-May-03 5:17
Mazdak12-May-03 5:17 
GeneralRe: Run File Pin
antbates12-May-03 5:22
antbates12-May-03 5:22 
GeneralRe: Run File Pin
Mazdak12-May-03 5:28
Mazdak12-May-03 5:28 
QuestionRemote DB? Pin
sindhu2k11-May-03 8:32
sindhu2k11-May-03 8:32 
AnswerRe: Remote DB? Pin
Nick Parker11-May-03 10:54
protectorNick Parker11-May-03 10:54 
GeneralVBScript (File System Object) Pin
Daron Tan11-May-03 5:37
Daron Tan11-May-03 5:37 
GeneralRe: VBScript (File System Object) Pin
Sarvesvara (BVKS) Dasa11-May-03 7:38
Sarvesvara (BVKS) Dasa11-May-03 7:38 
GeneralRe: VBScript (File System Object) Pin
sindhu2k11-May-03 8:10
sindhu2k11-May-03 8:10 
GeneralRe: VBScript (File System Object) Pin
sindhu2k11-May-03 8:21
sindhu2k11-May-03 8:21 
GeneralArabic , Access , ASP 3.0 Pin
Hesham Amin11-May-03 4:00
Hesham Amin11-May-03 4:00 
GeneralI'm going mad Pin
Roger Wright10-May-03 23:53
professionalRoger Wright10-May-03 23:53 
GeneralRe: I'm going mad Pin
Sarvesvara (BVKS) Dasa11-May-03 2:08
Sarvesvara (BVKS) Dasa11-May-03 2:08 
GeneralRe: I'm going mad Pin
Roger Wright11-May-03 7:51
professionalRoger Wright11-May-03 7:51 
GeneralRe: I'm going mad Pin
Nick Parker11-May-03 11:34
protectorNick Parker11-May-03 11:34 
GeneralRe: I'm going mad Pin
Roger Wright11-May-03 12:00
professionalRoger Wright11-May-03 12:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.