Jump to content

harryd

Member
  • Posts

    44
  • Joined

  • Last visited

Profile Information

  • Location
    IL

harryd's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. harryd

    Background

    Thanks cpanhud
  2. harryd

    Background

    Thanks jlhaslip, You helped me a lot. I checked on bigger screen and had hope that I found a solution. I'll let u know after testing. http://www.htmlcodetutorial.com/help/ftopic4503.html http://www.cssplay.co.uk/layouts/background.html With kind words from Thelma :/ I did a better research. I hope you don't work in customer service Thanks again to all
  3. harryd

    Background

    I posted this in CSS and my question is what is the best way to use it. I am able to re size. background: ........ here is sample of what I am trying to accomplish. http://www.diabeticrockstar.com/ The background does not move as u scroll down. thanks HD
  4. harryd

    Background

    I don't think I could use a small slice. Could I send you the file.
  5. harryd

    Background

    Thanks Thelma. The image is only 3$ with clouds and green on the bottom and I think it would look great on my real estate site that I am working on. Any tips on how to optimize it? I could use a sky gradient color but I don't know how to use the photoshop yet. I just signed up for a class HD
  6. harryd

    Background

    I am purchasing a high resolution ( 3000?2543 jpg) Landscape View background. My site width is 900px. What would be the best way to use it? Thanks HD
  7. When I used margin auto the background color showed between nav and header and the nav was still left even when I did change the width to px.
  8. I did try align center it did not work. Any other suggestions.
  9. How do I center the navigation. I read some tutorials and I still could not find the answer. #navigation ul { padding-left: 0; margin-left: 0; color: #000000; float: left; width: 100%; font-family: arial, helvetica, sans-serif; font-size:14px; border-top-style:none; border-right-style: none; border-bottom-style: none; border-left-style: none; background-color: #BAFF75; } #navigation ul li { display: inline; color: #000000; background-color: #BAFF75; } Home Contact Us Upcoming Shows About Us Thanks again HD
  10. One more thing. I would like to keep it simple like this. How can I have different colors just for footer. Home | Contact Us | Directions | About Us | Resources Footer #footer { width: 900px; height: 200px; clear: both; color: #A60000; border: 1px solid #ccc; background-color: #78B876; margin: 0px 0px 10px 0px; padding: 10px; } This are my links in css a { color:#005100; border-bottom:none; text-decoration:none} a:visited{ color:#00D700; border-bottom:thin; } a:hover{ text-decoration:underline; color:#009933; } Thanks again
  11. Thanks a lot. Final answers at killersites :cool:
  12. I have a simple css #navigation. Home I would like to have a different color text and links in the footer from the rest of the page. Should I use #footer ul li {..} and how would my div look. Could I do it like this but again I would need different text and link color in the footer. Home | Contact Us | Directions | About Us | Resources Thanks HD
  13. Thanks Benjamin. Almost. Now I have the padding, still not centered. First banner has more room on the left than the last one. Thanks again
  14. The footer is 900px wide. Thanks to newseed the banners are now horizontal. I would like to center them and have same space between. Thanks
×
×
  • Create New...