CSS: Z-index
CSS: Z-index
Out of context: Reply #7
- Started
- Last post
- 18 Responses
- dc_again0
yeah, get dreamweaver to spit out loads and loads and loads of really shit and unecessary code.
or do something as simple as:
var top_div = 10
function make_this_top(id){
top_div ++
document.getElementById(id).styl... = top_div;
}either way.