Help - Search - Members - Calendar
Full Version: Layout
Forums > Resource Center > Graphics Help > Graphics Help Resolved Topics
Imlearning
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 _smile.gif Here is the umm html

<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>
Mulder
...you dont have anything..in the...frames.
are you trying to use iframes?

and you have no css whatsoever.











... i could be wrong..but im just really tired. ill edit this after i finish my frappuchino.
technicolour
^ oh yum

Use iFrames my friend
Imlearning
sorry i have no idea what iframes is
freeflow
Iframes and divs might be easy for you so check the tutorial section cool.gif .
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 )
steezahh
umm this might work for the scrollbar& link colors and stuff; i think i actually did use this code once. credit freshpr0dutshuns...
Mulder
^thats just a stylesheet.


which is what toya said to get.
steezahh
oh; well wouldnt that work too? it works for me...is CSS better?
Mulder
CSS = cascading stylesheet
freeflow
Your stylesheet is pretty much the same from pixelfx it might have some different features but no matter what the work the same.

except yours only deals with links & scrollbars.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.