Search results

  1. C

    [android] css overflow ... I need to fix this

    Fixed it. The solution had nothing to do with box sizing. All I had to do is take the padding off the 1px divider underneath my menu links.
  2. C

    [android] css overflow ... I need to fix this

    Yeeeea I read the articles you guys linked, googled some more articles, and watched some guides on youtube. I still can't seem to fix it.
  3. C

    [android] css overflow ... I need to fix this

    Could someone please explain box sizing to me a bit more? Maybe provide me with another example?
  4. C

    [android] css overflow ... I need to fix this

    Thanks, but I'm not too sure that I fully understand this. I've been trying to use some process of elimination to solve the problem, but I'm getting nowhere. I need to finish this website ASAP so I can start putting out job applications again.
  5. C

    [android] css overflow ... I need to fix this

    Here's the site that I'm working on: http://www.james-blanton.com/version2/index.php I have this problem with extra space showing up on the right side of the main div area. You'll see what I'm talking about if you scroll to the right and look at the blue bar that I've positioned at the top of...
  6. C

    php image gallery ... image array & urls - help please

    Hello everyone. I've been struggling with coding an image gallery for my art portfolio for the past few days. I thought that maybe someone here could provide me with a simple solution. Here's what I have so far: http://james-blanton.com/version2/ ... take a look at the 4 thumbnails. Right...
  7. C

    Help please! having some relative positioning trouble.

    I fixed the image gallery codes... note that the forum is adding http://www.webdesignforum.com/ to any place that I put a images/ location. EDIT: Yeees! I fixed the php all on my own! Here's how it should have been: <?php //a list of support file types to allow in the gallery...
  8. C

    Help please! having some relative positioning trouble.

    I've sort of fixed the problem that I mentioned in my first post... For now at least. Thanks for the help. Ive run in to an other problem now. I'm trying to use php to create an image gallery. I want to define an array with images, then have a loop display those images in div areas until the...
  9. C

    Help please! having some relative positioning trouble.

    http://james-blanton.com/version2/ I've been working on this new portfolio design for a few hours today. I'm having trouble with getting the footer div to not position itself above the "container_left" & "container_right" divs.
Top