Jump to content

AliciaHarper

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by AliciaHarper

  1. I am totally in agreement with Skemcin.You don't need to know PHP and Mysql.It does depend on what area or what your focus is. Personally I am a designer. I design mock ups, the graphic side and code some HTML and PHP. But I am extremely good at HTMl and CSS but like I said I am more of a designer. Which is fine.As more of a designer - I have a couple of options. One is to work with a bigger company who has a complete development team. Or to do many small business websites. And I do both. I have a company which I am employ a dev. team, which enables me to work on the look and feel of websites more. I can either stick to creating HTML and CSS based websites or when we are creating a huge database driven websites - I work with my team. I also am deeply involved in SEO for the smaller business.Good Luck on being a designer :)

  2. need a script (an easy one) where all I have to do is fill in the blanks if its possible so that I can have it so an image on the page changes when you hover your mouse over a link. Then returns to the original image.
    For this you would use:CSS:#navlist { font-family:Arial, Helvetica, sans-serif; font-size:.8em; font-weight:bold; list-style:none;}#navlist a { display:block; width:135px; color:#fff; text-decoration:none; background:url("images/tab.gif") no-repeat; padding:7px 10px 6px 10px;}#navlist a:hover { background-position:0 -29px; color: #1e5ebd;}#navlist a:active { background-position:0 -58px; color:#1e5ebd;}And HTML:<ul id="navlist"> <li><a href="#">Menu Item 1</a></li> <li><a href="#">Menu Item 2</a></li> <li><a href="#">Menu Item 3</a></li> <li><a href="#">Menu Item 4</a></li></ul>Or you could use the javascript rollover effect:An example:< a href="link.html onmouseover="document.rollover.src='mouseoverimg.gif'"onmouseout="document.rollover.src='img.jpg"><img src="img.jpg" name="rollover" /></a>Good Luck!
  3. Or you could simply write<table cellpadding="0" align="center" cellspacing="0" border="0">As you are using tables to design anyhow and it is easier if you are using Dreamweaver just to click on the table and then look in the properties menu and select center.Good Luck

  4. 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>
×
×
  • Create New...