div trick
div trick
Out of context: Reply #5
- Started
- Last post
- 16 Responses
- sparker0
xhtml:
[div id="yourid"] content [/div]
css:
#yourid {
width: 100%;
}that's all there is to making a div 100%.
is that what your asking? i'm kind of confused.
xhtml:
[div id="yourid"] content [/div]
css:
#yourid {
width: 100%;
}
that's all there is to making a div 100%.
is that what your asking? i'm kind of confused.