+ 13
How to keep two div elements side by side?
3 Antworten
+ 8
thank u i will try and notify
+ 8
@Ice its not working i tried that
+ 1
Not sure if I understood your question. But you are maybe looking for this:
.div1 {
position:relative;
float:left;
}
.div2 {
position:relative;
float:left;
}
Try that, if its not what were you looking for, then you must wait for somebody else. Good luck