I know CSS, but I'm in over my head with this one. It does not work on Explorer or Safari... it's looking to me like the stylesheet is not loading for some reasons in the other browsers? Anyways, here it is:
http://www.bestamericanarts.com/Shop/zzz
When I load it from a folder in my computer, it seems to work in IE so I don't think the problem lies with the Javascript. Thanks for any advice you might have on this one.
These 2 files govern the map (lines copied from source code):
Thanks!
Jacob
Cripes to be honest I
Cripes to be honest I wouldn't know where to begin, there are 200 odd errors in the markup and no DTD we do ask that code is presented in a fairly robust error free condition, as it is and without a doctype I wouldn't hazard a guess as to what was happening or how that page should behave cross browser.
Start by trying to add a DTD ( examples in my sig link or in the 'How To section')
I'm afraid I wouldn't even consider looking at CSS at this stage it's a secondary matter to writing correct valid markup, and preferably markup that is sans tables usde for layout purposes
I just have to highlight this as I have never seen (that I can remember) styles passed as url parameters in this fashion
href='http://www.bestamericanarts.com/core/styles/pagestyles.nl?ct=100&bglt=ffffff&bgmd=ffffff&bgdk=808080&bgon=ffffff&bgoff=ffffff&bgbar=633914&tasktitletext=c1b530&crumbtext=c1b530&headertext=c1b530&ontab=ffffff&offtab=ffffff&text=000000&link=cc6633&bgbody=ffffff&bghead=ffffff&portlet=ffffff&portletlabel=ffffff&bgbutton=ffffff&bgrequiredfld=ffffff&font=Arial%2CHelvetica%2Csans-serif&size_site_content=10pt&size_site_title=10pt&size=1.0&nlinputstyles=T&NS_VER=2008.2.0'>
My CMS uses tables for their
My CMS uses tables for their template system, unfortunately, so I'm out of luck there.
Those styles in the query string are also generated by Netsuite (http://www.Netsuite.com).
What are these 200+ errors you speak of and where can I find out more about them. I looked into adding a doctype and it stretched my site out to 100% of the screen among other problems...