Jump to content

notsuresbarros

Member
  • Posts

    7
  • Joined

  • Last visited

notsuresbarros's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. So my employer is about to offer me the position of web designer for them. My passion has always been web design & computer graphics & I took a short course about 10 years ago. I've never had a web design job but have dabbled in it on my own. I'm excited for this new job but afraid I'm in WAY over my head. They already have an up and running website which is handled mostly by an outside company. Any tips on what to do first, where I can learn things on the go, etc., so that I don't come off as a total idiot?! Any help would be REALLY appreciated...
  2. Ok, I've got a few problems, here goes... After I've uploaded the whole website, on some computers there are weird symbols mixed into the words... On one computer on IE it will be fine while on another computer and also on IE it will have that problem. Why is that? * I have a lot of text just going down a page and so I did the following in CSS but sometimes (and only sometimes) the words overlap - INSERT CSS HERE * I previously had an old pitcure up and now changed it. When I go onto the site now, at first the old pic shows up even though I physically deleted it from firezilla * Why does the audio take a long time to pop up? * Why do the audio play buttons only show up sometimes? Thanks,
  3. Is this enough? /* Generic Selectors */ body { font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; color: #2C7AB0; background-color: #B3EA10; background-image: url(images/sky.jpg); background-repeat: no-repeat; background-attachment:fixed; background-position: center center } width: 20%; } li { list-style-type: disc; line-height: 150%; list-style-image: url(images/arrowSmall.gif); } h1 { font-family: Tempus Sans ITC; font-size: 50px; font-weight: bold; color: #2C7AB0; border-bottom: 2px solid #2C7AB0; } h2 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 20px; font-weight: bold; color: #2C7AB0; border-bottom: 2px solid #2C7AB0; } h3 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 40px; font-weight: bold; color: #2C7AB0; } /**************** Pseudo classes ****************/ a:link { color: #2C7AB0; text-decoration: underline; font-weight: bold; } li a:link { color: #2C7AB0; text-decoration: none; font-weight: bold; } a:visited { color: #2C7AB0; text-decoration: none; font-weight: bold; } li a:visited { color: #2C7AB0; text-decoration: none; font-weight: bold; } a:hover { color: #F66D08; padding-bottom: 0px; font-weight: bold; text-decoration: none; } li a:hover { display: block; color: #F66D08; padding-bottom: 0px; font-weight: bold; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #2C7AB0; } a:active { color: #F66D08; font-weight: bold; } /************************* ID's *************************/ #navigation { position: absolute; z-index: 10; width: 210px; height: 900px; margin-left: 40px; margin-top: 400px; border-right: 1px solid #2C7AB0; font-weight: normal; } #centerDoc { position: absolute; z-index: 15; padding: 0 0 20px 20px; /*top right bottom left*/ margin-top: 50px; margin-left: 265px; } #LogoPic { position: absolute; z-index: 10; width: 210px; height: 900px; margin: 0; font-weight: normal; }
  4. Thanks! But why does only the top left corner of the image show up on the website? This is the code I used: background-image: url(images/sky.jpg); background-repeat: no-repeat; background-attachment:fixed; background-position: central central }
  5. Hi, I'm pretty new to all of this and I'm just looking for some CSS code to set up a background image? Something that will not repeat, but will just take up the whole page? Thanks
  6. a - Thanks! I made the silly mistake of typing the link as ".jpeg" as opposed to ".jpg" b - I'm not sure which code you're referring to... is it this? Home Current Story Archived Stories Buy a dedication Contact Us
  7. Hi, I purchased your video and found it very helpful. However, I do have a few questions I hope you can help me with. a. i cant view my logo, which is a picture. i saved it as a jpeg... nothing. How to view? b. I want my logo/pic to be on top of the navigation bar but its to the left of it, next to it. How do I put it on top? c. How do I link to an email address? For example, "contact us at ....@aol.com" but to be able to open as a link? Thank you so much, Zelda
×
×
  • Create New...