Layout, dont worry im making it just need help |
Layout, dont worry im making it just need help |
![]()
Post
#1
|
|
![]() DING DONG. ![]() ![]() ![]() ![]() Group: Member Posts: 162 Joined: Apr 2005 Member No: 131,900 ![]() |
Hi dont worry im making this layout as you said i should learn and i am now can sombody tell me how i make the scroll bars a different color and also put stuff on page please i am just asking for help not fot you guys to make it
![]() <HTML> <HEAD><TITLE>My Frame Page</TITLE></HEAD> <HEAD></HEAD> <frameset rows=40,60> <frame src=top.html name=top scrolling=no marginwidth=0 marginheight=0 noresize=yes> <frameset cols=130,*,130 border=0> <frame src=left.html name=right scrolling=auto marginwidth=0 marginheight=0 noresize=yes> <frame src=main.html name=main scrolling=auto marginwidth=0 marginheight=0 noresize=yes> <frame src=right.html name=right scrolling=auto marginwidth=0 marginheight=0 noresize=yes> </frameset> <noframes> Thank you DollieCrave for the frame code. </noframes> </HTML> |
|
|
![]() |
![]()
Post
#2
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
Iframes and divs might be easy for you so check the tutorial section
![]() Iframes and divs are used to position content. They can be much easier than all the frameset codes. To change scrollbar colors you need a css stylesheet and it goes between the <head> and </head> tags . You can get on here ( tutorials >> css ) |
|
|
![]() ![]() |