Jump to content

Scroll Bar...&...


Life

Recommended Posts

Can't get scroll bar to show in fire fox :) any suggestions??www.westcoastwarriors.org (don't laugh it was a cheerleading site i still got time till i have to buy my own)2nd quesion... i was told to place my styles for the borders inside CSS.. but.. do i create thetable in html then edit it in CSS? i can't find anything that shows how to " Make " the table in css...ie sizes etc... thx!/* CSS Document *//* just some words notes to selfThought out life you are born to do your best. Some of us try and our parents accept that as our best. The Rare Few seek something more. They seek Perfection. Those who are rare know who they are. *//*notes *//* actor CSS file */ Body { background-color : #4f4f4f; } Body, p { font-family : "Monotype Corsiva", Arial, "Times New Roman"; font-size : 22px; font-style : italic; color : #cdcdcd; background-color:4f4f4f; border-top-style : none; border-right-style : none; border-bottom-style : none; border-left-style : none; } .p3 { font-family : "Monotype Corsiva", Arial, "Times New Roman"; font-size : 12px; font-style : italic; color : #cdcdcd; border-top-style : none; border-right-style : none; border-bottom-style : none; border-left-style : none; background-color:4f4f4f; } .h1 { color : #cdcdcd; font-style : italic; font-family : "Monotype Corsiva", Arial, "Times New Roman"; font-size : 60px; background-color:4f4f4f; font-weight: lighter; text-decoration: underline; text-transform: capitalize; } table { background-color:4f4f4f; border-top-width : thick; border-right-width : thick; border-bottom-width : thick; border-left-width : thick; border-top-style : ridge; border-right-style : ridge; border-bottom-style : ridge; border-left-style : ridge; } .table2 { border-top-style : none; border-right-style : none; border-bottom-style : none; border-left-style : none; background-color:4f4f4f; } .table3 { font-family : "Times New Roman", Times, serif; font-size : 16px; font-style : italic; text-align:center; background-color:4f4f4f; scrollbar-face-color:4F4F4F; scrollbar-highlight-color:4F4F4F; scrollbar-3dlight-color:4F4F4F; scrollbar-shadow-color:4F4F4F; scrollbar-darkshadow-color:4F4F4F; scrollbar-arrow-color:CDCDCD; scrollbar-track-color:4F4F4F; color: cdcdcd; direction:rtl; text-indent: 3px; } .thumbnails { background:#000000; border:thin; border:ridge; border:#CCFFFF; } .misc { Miscellaneous Properties } body { cursor:pointer; cursor:hand; } a:hover { cursor:pointer; cursor:hand;}HTML write up<html xmlns="http://www.w3.org/1999/xhtml"><head><link rel="stylesheet" type="text/css" href="actor.css" /><meta http-equiv="Content-Type" content="This is where the perfect few are" /><title>Perfectionz Inc</title></head><h1 align="center" class="h1">Perfectionz Inc,</h1><table width="824" height="470" align="center" cellpadding="0" cellspacing="0"> <!--DWLayoutTable--> <tr> <td width="264" rowspan="2" align="left" valign="top"><p>Welcome To Perfectionz... </p></td> <td width="292" rowspan="4" valign="top"><img src="http://www.westcoastwarriors.org/True-Form.jpg" width="289" height="467" align="absbottom"></td> <td width="2" height="15"></td> <td width="112"></td> <td width="132"></td> </tr> <tr> <td height="15"></td> <td rowspan="2" valign="top" class="thumbnails"><!--DWLayoutEmptyCell--> </td> <td></td> </tr> <tr> <td rowspan="2" valign="top"><textarea name="Who Is Life" cols="40" rows="23" wrap="virtual" class="table3" id="Who Is Life"> ...Life IsThe Best Friend... That support youneed to get though the day. Thatperson you call on when everythingis going the other wayThe Son... The backround backbonethat holds it al together. The Hiddenkey that keeps the family togetherThe Friend... That person you can count on. Advise when needed pushwhen needed, and a shoulder to cry onThe Boyfriend... That special someone, that gives with no means to ever end. There for you no matter what even when you think i'm notThe Stranger... Person that walksdownt he street that if you needed help you could call onThe Lover... That person that drivesyou wild with out even tryingThe Coworker... That guy that helpsanyone everyone anytimeThe Boss... That guy that pushes youalmost till you pop... Then releaves itwith a simple smile of great graditudeI Am... Whom you need me to be to you at any given moment in yourLife...</textarea></td> <td height="100"> </td> <td> </td> </tr> <tr> <td height="340"> </td> <td> </td> <td> </td> </tr></table></body></html>

Link to comment
Share on other sites

It's not showing up right because you have CSS errors.Here are the errors:Error: Invalid color value.scrollbar-face-color:4F4F4FError: Property scrollbar-face-color not recognized.scrollbar-highlight-color:4F4F4FError: Property scrollbar-highlight-color not recognized.scrollbar-3dlight-color:4F4F4FError: Property scrollbar-3dlight-color not recognized.scrollbar-shadow-color:4F4F4FError: Property scrollbar-shadow-color not recognized.scrollbar-darkshadow-color:4F4F4FError: Property scrollbar-darkshadow-color not recognized.scrollbar-arrow-color:CDCDCDError: Property scrollbar-arrow-color not recognized.scrollbar-track-color:4F4F4FError: Property scrollbar-track-color not recognized.color: cdcdcdError: Invalid color value.And Firefox is complaint. You should always check your CSS first - fix error and then check it again.Try that.

Can't get scroll bar to show in fire fox :) any suggestions??www.westcoastwarriors.org (don't laugh it was a cheerleading site i still got time till i have to buy my own)2nd quesion... i was told to place my styles for the borders inside CSS.. but.. do i create thetable in html then edit it in CSS? i can't find anything that shows how to " Make " the table in css...ie sizes etc... thx!/* CSS Document *//* just some words notes to selfThought out life you are born to do your best. Some of us try and our parents accept that as our best. The Rare Few seek something more. They seek Perfection. Those who are rare know who they are. *//*notes *//* actor CSS file */ Body { background-color : #4f4f4f; } Body, p { font-family : "Monotype Corsiva", Arial, "Times New Roman"; font-size : 22px; font-style : italic; color : #cdcdcd; background-color:4f4f4f; border-top-style : none; border-right-style : none; border-bottom-style : none; border-left-style : none; } .p3 { font-family : "Monotype Corsiva", Arial, "Times New Roman"; font-size : 12px; font-style : italic; color : #cdcdcd; border-top-style : none; border-right-style : none; border-bottom-style : none; border-left-style : none; background-color:4f4f4f; } .h1 { color : #cdcdcd; font-style : italic; font-family : "Monotype Corsiva", Arial, "Times New Roman"; font-size : 60px; background-color:4f4f4f; font-weight: lighter; text-decoration: underline; text-transform: capitalize; } table { background-color:4f4f4f; border-top-width : thick; border-right-width : thick; border-bottom-width : thick; border-left-width : thick; border-top-style : ridge; border-right-style : ridge; border-bottom-style : ridge; border-left-style : ridge; } .table2 { border-top-style : none; border-right-style : none; border-bottom-style : none; border-left-style : none; background-color:4f4f4f; } .table3 { font-family : "Times New Roman", Times, serif; font-size : 16px; font-style : italic; text-align:center; background-color:4f4f4f; scrollbar-face-color:4F4F4F; scrollbar-highlight-color:4F4F4F; scrollbar-3dlight-color:4F4F4F; scrollbar-shadow-color:4F4F4F; scrollbar-darkshadow-color:4F4F4F; scrollbar-arrow-color:CDCDCD; scrollbar-track-color:4F4F4F; color: cdcdcd; direction:rtl; text-indent: 3px; } .thumbnails { background:#000000; border:thin; border:ridge; border:#CCFFFF; } .misc { Miscellaneous Properties } body { cursor:pointer; cursor:hand; } a:hover { cursor:pointer; cursor:hand;}HTML write up<html xmlns="http://www.w3.org/1999/xhtml"><head><link rel="stylesheet" type="text/css" href="actor.css" /><meta http-equiv="Content-Type" content="This is where the perfect few are" /><title>Perfectionz Inc</title></head><h1 align="center" class="h1">Perfectionz Inc,</h1><table width="824" height="470" align="center" cellpadding="0" cellspacing="0"> <!--DWLayoutTable--> <tr> <td width="264" rowspan="2" align="left" valign="top"><p>Welcome To Perfectionz... </p></td> <td width="292" rowspan="4" valign="top"><img src="http://www.westcoastwarriors.org/True-Form.jpg" width="289" height="467" align="absbottom"></td> <td width="2" height="15"></td> <td width="112"></td> <td width="132"></td> </tr> <tr> <td height="15"></td> <td rowspan="2" valign="top" class="thumbnails"><!--DWLayoutEmptyCell--> </td> <td></td> </tr> <tr> <td rowspan="2" valign="top"><textarea name="Who Is Life" cols="40" rows="23" wrap="virtual" class="table3" id="Who Is Life"> ...Life IsThe Best Friend... That support youneed to get though the day. Thatperson you call on when everythingis going the other wayThe Son... The backround backbonethat holds it al together. The Hiddenkey that keeps the family togetherThe Friend... That person you can count on. Advise when needed pushwhen needed, and a shoulder to cry onThe Boyfriend... That special someone, that gives with no means to ever end. There for you no matter what even when you think i'm notThe Stranger... Person that walksdownt he street that if you needed help you could call onThe Lover... That person that drivesyou wild with out even tryingThe Coworker... That guy that helpsanyone everyone anytimeThe Boss... That guy that pushes youalmost till you pop... Then releaves itwith a simple smile of great graditudeI Am... Whom you need me to be to you at any given moment in yourLife...</textarea></td> <td height="100"> </td> <td> </td> </tr> <tr> <td height="340"> </td> <td> </td> <td> </td> </tr></table></body></html>
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...