TheAwake
Programmer
- Jul 28, 2003
- 37
Greetings:
I have two little issues here which I hope to be easily solvable by the experienced members here:
1) I want to put 2 divs of the same size parallel to each other, how can I do this without using top: -xyz on the right div (with xyz being the height of the left div)
Is there some kind of <span> tag for divs?
(the problem is that in IE, the divs below act as if the right div was below the left one, while I actually moved it next to it with the negative top: value)
2) I have copied the code for a div which is completely specified from the style tags (including its position), how can I make it appear with the conventional div tag?
(the problem is that using position:relative, the div is releated to the top of the page and not the div I want it to relate to)
Hope I stated everythin understandable and I hope you can help me, please dont ask me to post the code (well I maybe could for problem 2) because its a hell of a mess
(newb at work) Thanks in advance
I have two little issues here which I hope to be easily solvable by the experienced members here:
1) I want to put 2 divs of the same size parallel to each other, how can I do this without using top: -xyz on the right div (with xyz being the height of the left div)
Is there some kind of <span> tag for divs?
(the problem is that in IE, the divs below act as if the right div was below the left one, while I actually moved it next to it with the negative top: value)
2) I have copied the code for a div which is completely specified from the style tags (including its position), how can I make it appear with the conventional div tag?
(the problem is that using position:relative, the div is releated to the top of the page and not the div I want it to relate to)
Hope I stated everythin understandable and I hope you can help me, please dont ask me to post the code (well I maybe could for problem 2) because its a hell of a mess