hi friends, i would like to add one feature to my website www.worldissoft.com i built the site for free advertizement promotion of websites. have a look at my page http://www.worldissoft.com/blogs.html my requirement is as the user rolls the mouse over those square boxes, he must be able to see the square number(row number and column number) how can i program this? Thank you
Can't you grab the x,y position of the mouse, subtract the starting x,y position of the entire grid, and take the mod of the number of pixels making up each box ?