PDA

View Full Version : Frame colors


Capt Walt
05-26-2007, 03:41 AM
Hi, in a frame set it is possible to have different background colors in the frames? I am trying to design my first ever web site and established a set of frames with two columns, one of which I use for a navigation pane. I can't figure out how to make the background a different color in each column. I am using a css file for formating.
Thanks, Walt

Spock
05-26-2007, 06:06 PM
You could set up a .class in your css file to set all the parameters for your different areas.

You could set up a .navbar class in css and then use <div class=navbar> to call it from within the program.

Capt Walt
05-27-2007, 05:41 PM
Thanks I'll give it a try.