Page not working in Safari & Chrome

User 107145 Photo


Registered User
88 posts

I have a page that works fine in IE9 and FF but does not work in Safari or Chrome. The last item in the horizontal list (li) drops directly under the previous item. I can not figure out what I am doing wrong. The url is.... elizabethkosterich.com/art.html

Thanks for any help you can give
pk
... so much to learn!!
User 187934 Photo


Senior Advisor
20,266 posts
Online Now

Looks like this div could use some width.:)
Edit. I changed your code to 668 and the image floated right like it's suppose to but the nav menu shifted down.

#artcatbox ul {
float: right;
width: 668px;

I think it's going to be a combo deal.:)
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 107145 Photo


Registered User
88 posts

Thanks Eric. What I ended up doing in order to get the alignments correct in the different browsers was to make the list into a table. Now it seems to work in both IE, FF and Safari.

Thanks
pk
... so much to learn!!
User 187934 Photo


Senior Advisor
20,266 posts
Online Now

Looks good now. Congrats!:)
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.