Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 10-05-2004, 12:25 PM   #1 (permalink)
 
Junior Techie

Join Date: Sep 2004

Posts: 85

ayenem

Default HTML - DIV tag

Where do I place the DIV tag?

example:

div.over {
overflow: scroll;
height: 100px;
width: 100px;
}
...
<div class="over">
[img]/images/clouds.gif[/img]
</div>

does the first portion(above the ...) go in my header? I cant seem to get this tag to work correctly.

thanks.
ayenem is offline  
Old 10-05-2004, 03:37 PM   #2 (permalink)
 
Junior Techie

Join Date: Sep 2004

Posts: 85

ayenem

Default

OK so ive figured out the DIV tag and now Im wondering if there is a way that I can modify the scroll bar's appearance?
ayenem is offline  
Old 10-06-2004, 11:41 PM   #3 (permalink)
 
Monster Techie

Join Date: Jul 2004

Location: Manchester, UK

Posts: 1,909

Blind_Arrow

Default

<STYLE TYPE="TEXT/CSS" >
<!--
BODY{
scrollbar-arrow-color:#336633;
scrollbar-base-color:#336633;
scrollbar-dark-shadow-color:#336633;
scrollbar-track-color:#whatever;
scrollbar-face-color:#urchoice;
scrollbar-shadow-color:#asabove;
scrollbar-highlight-color:#behappy;
scrollbar-3d-light-color:#asalways;
}
-->
</STYLE>
__________________
Intel Core2Quad 2.66Ghz 12MB L2-Cache
4096MB DDR Kingston Hyper-X
GigaByte GA-P35-DS3R
XFX 9600GT AlphaDog
Seagate 2 X 320GB SATA2
LG L246WH Flatron 24"
Sony DVD-RW
Blind_Arrow is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On