• Hello,
    Just looking for input as to site design. Also would like info as to how it looks in other browsers (FireFox, etc), does gallery work well too? I have made some changes since the last time I posted this request — Made HTML compliant, removed tables, etc…ANY input would be appreciated.
    https://karleyament.com
    Thanks! –Drew

Viewing 7 replies - 1 through 7 (of 7 total)
  • Yeah all the content is not visible when you click on the link, you have to scroll to the right by quite a bit to see the pics.

    Moderator James Huff

    (@macmanx)

    I don’t know if this will help, but bringing your CSS up to code may fix it. Your HTML is fine. https://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fkarleyament.com%2Fgallery%2F&usermedium=all

    Thread Starter drewament

    (@drewament)

    OK, I fixed the problems with CSS, and it now validates….can someone with firefox check again?
    https://karleyament.com/gallery
    Thanks!
    –Drew

    Your content is still way off to the right (huge horizontal scroll bar too) – if you want screenshots, let me know.

    Moderator James Huff

    (@macmanx)

    SUCCESS! Thanks to the fabulous Web Developer Extension for FireFox, I’ve found it! Open your standalone_style.css file and look for the following area towards the bottom:
    #navcontainer ul
    {
    padding-left: 0;
    margin-left: 0;
    background-color: #036;
    color: White;
    float: left;
    width: 100%;
    font-family: arial, helvetica, sans-serif;
    }
    #navcontainer ul li { display: inline; }
    #navcontainer ul li a
    {
    padding: 0.2em 1em;
    background-color: #036;
    color: White;
    text-decoration: none;
    float: left;
    border-right: 1px solid #fff;
    }

    Remove the two lines that say: float: left; and your problem will be solved.

    Thread Starter drewament

    (@drewament)

    macmanx,

    Took out float, like you suggested. Now my Gallery nav bar was pushed down and looks funny (at least in IE).

    Any suggestions? Or, I may just put the whole table stucture in a DIV like someone suggested.

    I am off to work and will look at it tonight when I get back….

    THANKS to everyone for there help…

    –Drew

    Moderator James Huff

    (@macmanx)

    Unfortunately, I won’t be near a Windows IE until next week. So, I think I’m out on that one. At least it looks good in every other browser ^_- .

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Design’ is closed to new replies.