Results 1 to 4 of 4
-
01-09-2010, 07:25 AM #1
ccs style sheet, sidebars and color
ccs style sheet, sidebars and color
I would like to have the color of the sidebars on my ccs stylesheet go all the way down to the bottom of the page, but the color ends when the "data" in the sidebar ends.
The middle of the webpage is usually longer and it just looks really funny to have the sidebar color end half way down the page.
Can somebody please help me
This is what my "sidebar" code says currently:
#sidebar {
padding: 10px;
float: right;
width: 180px;
height:auto;
background-color:#E1E8FF;
}
-
04-17-2012, 08:01 AM #2
Sophomore
- Join Date
- Mar 2012
- Posts
- 144
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
you are defined the sidebar style in external style sheet and also you are define the style inline in any div... you are defined above style internale style sheet and also in external..
-
09-06-2012, 03:41 AM #3
Sophomore
- Join Date
- Jun 2011
- Posts
- 100
- Thanks
- 0
- Thanked 3 Times in 3 Posts
- Feedback Score
- 0
You can try like the following link for your reference : http://limpid.nl/lab/css/fixed/left-sidebar
-
01-14-2013, 07:12 AM #4
Junior
- Join Date
- Jan 2013
- Posts
- 260
- Thanks
- 19
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0





Reply With Quote

