Jump to content

CSS/HTML in a canvas


echofool

Recommended Posts

Hey,Is it possible to create CSS menus in Canvas? Or is the only way to do it is by placing the divs "layered" on top of the canvas ? For example, lets say you click something in canvas which loads a list of options can a canvas draw interactive CSS menus like that or would it have to be placed on top to create the effect?

Link to comment
Share on other sites

Technically, you can do absolutely anything with the canvas since it works with Javascript, but it's really difficult because you would basically be programming your site in Javascript. You should make all your links and menus with HTML and CSS.

Link to comment
Share on other sites

Technically, you can do absolutely anything with the canvas since it works with Javascript, but it's really difficult because you would basically be programming your site in Javascript. You should make all your links and menus with HTML and CSS.
So its just going to be best to make GUIs layered on top of the canvas and just make "appear" like its in the canvas?
Link to comment
Share on other sites

  • 1 month later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...