What if Web page's background matters
- by hgulyan
Hi,
I have a complex background image and images, that should be on exact positions of the background image.
How can I organize web page?
I can't use absolute positions, because I need to organize background to view it nice on any monitor, any resolution and any browser. It can be aligned to center or smth else.
Web page can be written just with HTML, Javascript or with a library like JQuery.
Here's an example of what kind of web page I'd like to have.
http://desandro.com/portfolio/
(background picture and points on it)
Thanks in advance.