Thread
:
div css
View Single Post
#
2
(
permalink
)
09-12-08, 02:42 AM
UnrealEd
Community Liaison
Join Date: May 2005
Location: Antwerp, Belgium
Posts: 3,165
Thanks: 4
Thanked 25 Times in 25 Posts
1: you need to explain a little more what you're trying to do. Are you trying to make a gradient border?
2: this is the solution:
CSS Code:
.myDiv
{
position
:
relative
;
margin
:
0
auto;
width
:500px;
}
3: this will do the trick:
CSS Code:
.myDiv
{
overflow
:
auto
;
}
__________________
"Good judgement comes from experience, and experience comes from bad judgement." -
Fred Brooks
LinkedIn
|
Coderzone.org
|
One hell of a Party
UnrealEd
View Public Profile
Visit UnrealEd's homepage!
Find all posts by UnrealEd