Click here to Skip to main content
16,005,181 members
Home / Discussions / Web Development
   

Web Development

 
Generalweb icons.. Pin
jeevan2228-Mar-04 15:41
jeevan2228-Mar-04 15:41 
GeneralRe: web icons.. Pin
Mike Ellison28-Mar-04 18:14
Mike Ellison28-Mar-04 18:14 
GeneralExploring the reason for the Server-side DOM existence Pin
intrader27-Mar-04 21:51
intrader27-Mar-04 21:51 
Generalcss Pin
douxcopine25-Mar-04 20:19
douxcopine25-Mar-04 20:19 
GeneralRe: css Pin
Hesham Amin25-Mar-04 20:39
Hesham Amin25-Mar-04 20:39 
GeneralRe: css Pin
douxcopine25-Mar-04 21:00
douxcopine25-Mar-04 21:00 
GeneralRe: css Pin
Hesham Amin25-Mar-04 21:57
Hesham Amin25-Mar-04 21:57 
GeneralRe: css Pin
douxcopine25-Mar-04 22:11
douxcopine25-Mar-04 22:11 
Hi!

Thanks for the reply, with the sample you have given, but how does the following:

scrollbar-face-color: #E5EFE5;
scrollbar-highlight-color: #E5EFE5;

as well as the other declaration in CSS such the font and links will be done and appear when the user loads the page how will it take effect?

thanks


additional question:
i've check out the sample you have given

in the asp page i called in the style sheet the asp page and the id it should pass

this is the sample asp page that contains the information for style sheet and color of the scroll

<%
pageid_ = Request.QueryString("pageid")
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open Application("sampleDSN_ConnectionString")

colorSQL = "SELECT * FROM tblColor where pageid= '"& pageid_ &"'"
Set rs = Conn.Execute(colorSQL)
if rs.eof then
else
bgcolor_ = rs("bgcolor")
end if
%>


body
{
scrollbar-face-color: <%=bgcolor_%>;
scrollbar-highlight-color: <%=bgcolor_%>;
scrollbar-3dlight-color: <%=bgcolor_%>;
scrollbar-darkshadow-color: <%=bgcolor_%>;
scrollbar-shadow-color: <%=bgcolor_%>;
scrollbar-arrow-color: #CC3333;
scrollbar-track-color: <%=bgcolor_%>;
overflow-x:hidden
}
.content {
font-family: Arial, Helvetica, sans-serif;
font-size: x-small;
color: black;
}

.contmenu {
font-family: Arial, Helvetica, sans-serif;
font-size: xx-small;
color: #666633;
}

.contimage {
font-family: Arial, Helvetica, sans-serif;
font-size: xx-small;
color: black;
}
a:link { color: #666633; text-decoration: none}
a:visited { color: #666633; text-decoration: none}
a:hover { color: #CC3333; text-decoration: none}
a:active { color: #666633; text-decoration: none}


when i check out the page, there is no effect on the scroll bar, it displays the normal scroll bar and the style sheet effect.

please assist on what seems to be the problem in here or any thing needed to be change?

thanks so much!
GeneralRe: css Pin
Hesham Amin26-Mar-04 7:14
Hesham Amin26-Mar-04 7:14 
GeneralRe: css Pin
douxcopine28-Mar-04 14:57
douxcopine28-Mar-04 14:57 
GeneralRe: css Pin
Sarvesvara (BVKS) Dasa27-Mar-04 3:10
Sarvesvara (BVKS) Dasa27-Mar-04 3:10 
GeneralI want to loose the focus... Pin
matthias s.25-Mar-04 17:05
matthias s.25-Mar-04 17:05 
GeneralRe: I want to loose the focus... Pin
hxxbin26-Mar-04 4:15
hxxbin26-Mar-04 4:15 
GeneralScreen Revolution Pin
24-Mar-04 22:43
suss24-Mar-04 22:43 
GeneralRe: Screen Revolution Pin
hxxbin25-Mar-04 5:32
hxxbin25-Mar-04 5:32 
GeneralRe: Screen Revolution Pin
Sarvesvara (BVKS) Dasa28-Mar-04 17:53
Sarvesvara (BVKS) Dasa28-Mar-04 17:53 
GeneralText Wrap in TreeNode (MS TreeView ASP.NET) Pin
Ach1lles24-Mar-04 22:40
Ach1lles24-Mar-04 22:40 
QuestionPossible to publish my MFC-app on the net? Pin
anderslundsgard24-Mar-04 22:07
anderslundsgard24-Mar-04 22:07 
AnswerRe: Possible to publish my MFC-app on the net? Pin
anderslundsgard18-Apr-04 19:40
anderslundsgard18-Apr-04 19:40 
GeneralVB Script object exsits judgment Pin
Chris Wang24-Mar-04 16:53
Chris Wang24-Mar-04 16:53 
GeneralDisplay Flash(*.swf) file Pin
chubbysilk24-Mar-04 8:48
chubbysilk24-Mar-04 8:48 
GeneralRe: Display Flash(*.swf) file Pin
Michael Flanakin24-Mar-04 10:41
Michael Flanakin24-Mar-04 10:41 
GeneralRe: Display Flash(*.swf) file Pin
hxxbin25-Mar-04 5:33
hxxbin25-Mar-04 5:33 
GeneralMiss XMLDOM Pin
hxxbin24-Mar-04 6:16
hxxbin24-Mar-04 6:16 
GeneralTextArea Scrollbar Pin
rull24-Mar-04 2:20
rull24-Mar-04 2:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.