Hi, I am writing a small web app (for webTV) which will display a crosshair image, which the user can move around the screen using the remote control.
My question is one of the general approach to the css design. I need a table of fixed size to hold the crosshair image, movement being facilitated by switching the crosshair image to different cells of the table. My usual approach would be to simply write the table in html with an image tag in each table cell, but, I want to avoid this as this is presentation rather than semantic information, and changes to the table layout would be laborious. So, should I be using tables for this at all ? Is there a better css way of handling this. I realize it's a bit of an open question, but I'm just not sure of the best way to split the presentational information away from the html in this case. Thanks for any help/advice. ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
