|
Apply Css to Frame
Dear frends
i have a page wher i am using frameset.like this
<HTML>
<HEAD>
<style type="text/css">
.frame1
{
border-style: solid double;
border-color: rgb(22,157,200);
border-width: 0px 0px 0px 0px;
}
</style>
<FRAMESET ROWS="10.5%,90.5% ">
<FRAME class="frame1" TITLE="Service Navigator" SRC="header.htm" frameborder=0 noresize="noresize" scrolling="no">
<FRAMESET COLS="20%,80% ">
<FRAME class="frame1" TITLE="Desk Express " SRC="navigation.htm" frameborder=0>
<FRAME class="frame1" TITLE="Desk Express " SRC="content.htm" frameborder=0>
</FRAMESET>
</FRAMESET>
</HEAD>
</HTML>
Now expected behavious is tht, i want frame border to be of zero width. when i make frames broder zero it shows me single line of (may be 1px width) white in color.
iwant to change that color to some other color.
(I am not sure how n from wher it is taking that white color, is it background color, or border default color.)..pls let me know hoe to change tht zero width border's back color.
sure i am lacking some knowledge on this,
Pls help.
|