CSS Question
CSS Question
Out of context: Reply #23
- Started
- Last post
- 29 Responses
- pablito0
if u want the smaller box to stay inside the bigger one u should add position:relative to the main div.
now, i suggest using floats and margins instead. much easier to control position this way.