Tue, 2012-01-24 01:09
I'm not an experienced coder or designer, but I've been teaching myself steadily over the last several months. I'm attempting to put a user scrolling text box for a news section over a PS image slice using CSS. No matter what I try I can't get it to work and I believe part of the problem is that I don't know where to put it. Here is what I'm attempting to do.
I am trying to put the text in a defined scrollable box in the news portion of the site.
css:
#news-box_ {
position:relative;
left:0px;
top:447px;
width:493px;
height:560px;
overflow: auto;
background-color: transparent;
}
<a href="http://imageshack.us/photo/my-images/252/newwebsitedesign.jpg/" class="bb-url" rel="nofollow"><img src="http://img252.imageshack.us/img252/255/newwebsitedesign.jpg" alt="" class="bb-image" /></a> Uploaded with <a href="http://imageshack.us" class="bb-url" rel="nofollow">ImageShack.us</a>
Tue, 2012-02-21 10:35
#1
send us entire code. it will
send us entire code. it will helpful to find out the solutions.
Thanks,