I have a small conumdrum with a recent project I'm working on which I don't seem to be able to fix. I have acalendar (no design effort yet, this is just testing out what I want, the text, content and colors are kinda crap) where I want to be able to change which div overlap which.
I would like to be able to change which calendar object is above others,
I know this can be done with position:absolute, but it seems to break my prototype framework, not to mention really making future php-related code generation harder.
The way it's made now I can simply add new elements (and insert relevant css above which is basicly height and offset), if ofset is negative they overlay the latest calendar object, so if I could change their relative placement in the code that would also be nice
I would like to be able to change which calendar object is above others,
I know this can be done with position:absolute, but it seems to break my prototype framework, not to mention really making future php-related code generation harder.
The way it's made now I can simply add new elements (and insert relevant css above which is basicly height and offset), if ofset is negative they overlay the latest calendar object, so if I could change their relative placement in the code that would also be nice
HTML:
<div id="events">
<div id="pensionar"><div id="event"><span id="eventDatum">5:30-12:25</span><br /><div id="content"><span id="eventRubrik">klappa ankor</span><br /><br />Ankor finns i parken, du borde gå dit</div></div></div>
</div>