473,322 Members | 1,494 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

image + text on top both separate coordinate

Fary4u
273 100+
Hi

is there any way i can show the picture coordinates + display some additional text on the upper layer?

like image is on the back & top is the word information.

??????????????????????????????????
Oct 29 '07 #1
5 1471
acoder
16,027 Expert Mod 8TB
Show your code so far, so that we can have a better idea of what you mean.
Oct 29 '07 #2
Fary4u
273 100+
it's related to HTML Simple code coz my coding based in Ajax, javascript, asp & database programming

but simple way to dispaly pic <img src=fds.fds alt=fds> but any way like display text in front of it ?

regards
Fary4u
Oct 30 '07 #3
acoder
16,027 Expert Mod 8TB
To display some text next to the image, use a div and change its innerHTML:
[HTML]<div id="textLayer">Some info..</div>[/HTML]
Expand|Select|Wrap|Line Numbers
  1. document.getElementById("textLayer").innerHTML = "the text you want to display";
Oct 30 '07 #4
Fary4u
273 100+
Thanks for the continuation
Oct 31 '07 #5
acoder
16,027 Expert Mod 8TB
So does that solve your problem?
Oct 31 '07 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: Rob | last post by:
Ummm...I'm a little stuck on how to approach the following.... I have a mySQL table holding images (fields are: data (blob), name (text), type (text), size(text), desc (text) ) If I want to...
4
by: JDevine | last post by:
I am going through the painfull process of learning wxPython. Sincer there is nearly no documentation, I am learning from the demos. Unfortunately, I have realized these demos do some specialized...
2
by: mike_newsgroups | last post by:
hello, I want to be able to create an image from asp where I: 1) paste in an image at a given coordinate 2) draw a line from one coordinate to another 3) write text at a given coordinate ...
15
by: Anand Ganesh | last post by:
HI All, I have an Image. I want to clip a portion of it and copy to another image. How to do this? I know the bounding rectangle to clip. Any suggestions please. Thanks for your time and...
1
by: Jeremy | last post by:
I've magnified an image on the form as following codes: private void ViewForm_Paint(object sender,System.Windows.Forms.PaintEventArgs e) { Point ulCorner = new Point( 0, 0);...
17
by: santel_helvis | last post by:
Hi All, Could anyone tell me how to rotate the image in javascript. Which concepts I should concentrate to rotate the image
16
by: browntown | last post by:
so I have this application I'm nearly finished with. The only thing the client has requested is the ability to submit the form by pressing "enter". I didn't think this would be a huge pain in the...
6
by: -Lost | last post by:
Anyone know offhand how to center a text within the bounding box of an image (width-wise at least) without the Freetype library? GD- or ImageMagick-specifc code would do nicely. -- -Lost...
2
Fary4u
by: Fary4u | last post by:
Hi is there any way i can show the picture coordinates + display some additional text on the upper layer? like image is on the back & top is the word information. ...
5
by: pradeep | last post by:
Hello all, I have a html page with image. When i move mouse over image, i want to get XY Coordinate of my mouse move position, how can i get that XY Coordinate ? Thanks in advance.
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.