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.
OK, I fixed the problems with CSS, and it now validates….can someone with firefox check again?
http://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.
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.
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
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 ^_- .