Search results

  1. CaldwellYSR

    How to start one div where another ends

    Quick answer is no, I don't think the #000 can be replace by another image. To do that you could have two divs, with two different background images, the inner div (the one that would show on top) being the main image, and the outer div having the one to be repeated. As for the resizing... I'm...
  2. CaldwellYSR

    Web design

    Stop bumping it Frank...
  3. CaldwellYSR

    Browser compatibility question

    Ask her to take a screenshot or screen share with you so that you can see the problems she's talking about. A better description of the issue is the only way you'll be able to figure out the problem. She may have the window smaller than yours, or less resolution. Maybe a different operating...
  4. CaldwellYSR

    How to start one div where another ends

    You shouldn't have img tags in your divs to use as background images. The way it should be is... <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> <title>Carolyn Pender</title> <style type="text/css"> html, body {margin: 0; padding...
  5. CaldwellYSR

    Image Zoom photo gallery issue. Help!!!

    :( Why are you using a table for layout? It honestly isn't worth fixing it (plus I don't know how because tables shouldn't happen unless they're used to make a data table). Also the images shouldn't be wrapped in p tags because those are for paragraphs. To be a little more constructive... you...
  6. CaldwellYSR

    Cross Browser Testing - My Nemesis

    Have you tried switching up your approach? Making the all-ie-only.css your default and then using the conditional that it's not ie to catch all other site? I think this might come with some performance issues (confirm anyone?) but it might work or might at least shed some light on what the...
  7. CaldwellYSR

    Huge scroll bars on website.

    There are tutorials on this site that explain the usage of position and the usage of floats. If you had a live example of what was going on it would help greatly. Otherwise it's kind of hard to help you. If you can, add me to iChat (AIM) and I'll see what I can do to help.
Top