View Full Version : IFrame in CSS


thejermyn
08-10-2006, 03:13 PM
http://www.two-way-street.blogspot.com

Question 1: How do I make the content part scroll up and down? It seems as if I can only define my width for the content section and not the height.


.content {
font-family: Georgia, Times New Roman, serif;
font-size: 8pt;
color: #949198;
position: absolute;
left: 565px;
top: 20px;
width: 400px;
height: 325px;
text-align: justify;
z-index: 2;}

This is what my code looks like for the content area.

Question 2: And how do I modify the scrollbar colour that will be in the content area?


Heres what I want it to look like finally.

http://img218.imageshack.us/img218/1511/finallookblogen6.png (http://imageshack.us)

Thanks,
Jermyn