Jump to content

defearian

Member
  • Posts

    7
  • Joined

  • Last visited

defearian's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I have been trying to fix a problem in my website with the divs blocking out the background in older browsers. I have come to the realization that the problem is beyond me. I need help. There is also an issue with a page turner script that I cannabolized from another site, it seems to appear differently in every browser. Please someone help me, that is If I can be helped. Here is my site http://www.thelibraryofekhadvim.com and the page turner script is at the bottom of the "articles" page.
  2. I built a web page that has one flash element and when I tested it on my machine it worked fine but when I uploaded to my site it doesn't work. does any have a suggestion? Here is the site link: www.thelibraryofekhadvim.com
  3. Thank you for that I should have caught that one.
  4. At firsts I had all my css code on the html page as seen in my first post but as the css code got larger I created a seperate .css sheet but now for some reason the background jpg is no longer visble on the page. here is the css: body { font: 80%/160% Arial, Helvetica, sans-serif; background: #ffffff url(images/BG.jpg) no-repeat center top; color: #333333; padding: 10px; } * { margin: 0; padding: 0; } img { border: none; } #content { height: 2275px; width: 890px; margin: 0 auto; position: relative; } #logo { position: relative; top: 55px; left: 52px; } #topLn { position: relative; top: 47px; left: 38px; } #kBase { position: relative; top: -170px; left: 480px; }and here is the ref to the stylesheet: Once again, any sugestions on what I may be doing wrong?
  5. Thank you very much for you help and your advice, It worked like a charm as I'm sure you know. I really appreciate the extra effort of creating a page on your site. Thanks again and Peace. Mario
  6. Thanks, that worked somewhat. I added but wheather the position is absolute or relative the element goes about 5px off to the right when I down size the window vertically. Any suggestions?
×
×
  • Create New...