I am playing with my first fluid layout, I have a html canvas which i can place items on top of using absolute positioning, however as soon as i do this, it looses it’s fluid ability to alter depending on browsers viewing the page. Is it possible to position on top of a canvas without loosing the ability to use the fluid layout aspect.
Thanks
I can’t open the URL you listed, but if I understand your question correctly, you can get an absolutely positioned box to adjust to the viewport’s width by setting both it’s left and right coordinates. Example: