Build with CMS Made Simple.
http://www.jakkosport.nl
Website made with CMSMS and use of Lightbox for a little sportshop
Re: Website made with CMSMS and use of Lightbox for a little sportshop
when I click on the link "lees Meer" in the middle of the home page it opens a lightbox window which after closing either by clicking the "x" on the lightbox window or by clicking the page behind, it closes Firefox 3.08 and all other tabs I have open as well as all other instances of Firefox I have running.
Re: Website made with CMSMS and use of Lightbox for a little sportshop
@mw: Strange! That's new...
I will try to find out on the internet what might be the problem...
I will try to find out on the internet what might be the problem...
Re: Website made with CMSMS and use of Lightbox for a little sportshop
No problem here.
I'm using Firefox 3.6.13
Søren
I'm using Firefox 3.6.13
Søren
Re: Website made with CMSMS and use of Lightbox for a little sportshop
Hai Brandt,
That's one clean looking website you've made! Really like the basic 3 color scheme and the nice round boxes with content. :o
I do not see that problem MW is talking about. Here only the popup closes (on FF3.6.13, Chrome and IE8)
You do have quitte some HTML validation errors. Although most of them are pretty easy to get rid off, hope you don't mind:
- The 'tipImage' Javascript; instead of '' use ''
- In the same JS; change to document.write('');
- For the iframe in your topmenu you use a border parameter in the call, this is not supported. You can add 'iframe' to your css and specify border there.
- Add alt="" to the following images:
(I don't know the setup of your website and what this tipimage JS is doing. Could be that all your images run through that script and therefore you do no thave to change the images itself, only add an alternative title in the script call)
That's one clean looking website you've made! Really like the basic 3 color scheme and the nice round boxes with content. :o
I do not see that problem MW is talking about. Here only the popup closes (on FF3.6.13, Chrome and IE8)
You do have quitte some HTML validation errors. Although most of them are pretty easy to get rid off, hope you don't mind:
- The 'tipImage' Javascript; instead of '' use ''
- In the same JS; change to document.write('');
- For the iframe in your topmenu you use a border parameter in the call, this is not supported. You can add 'iframe' to your css and specify border there.
- Add alt="" to the following images:
(I don't know the setup of your website and what this tipimage JS is doing. Could be that all your images run through that script and therefore you do no thave to change the images itself, only add an alternative title in the script call)
- On more than one occasion you use an 'id' more than once. Just change them to classes. This goes for:
- graphics/button_contact.gif
- graphics/button_connect.gif
- graphics/slider1.jpg
- graphics/slider2.jpg
- graphics/slider3.jpg
- graphics/slider4.jpg
- graphics/lees_meer.png
- graphics/slider5.jpg
- graphics/slider6.jpg
- graphics/voetbal.png
- graphics/bekijk_slideshow.png
I think that would make 95% of the errors dissapear ;D
- nivoslider_image
- prijs
- top_grey
- content
- LeesMeer
- bottom_grey
- contentBeeld
- ad
Last edited by Anonymous on Wed Dec 29, 2010 1:35 pm, edited 1 time in total.
Make your community a better place!
Re: Website made with CMSMS and use of Lightbox for a little sportshop
I tested on a windows workstation and it's fine with IE and FF.Brandt wrote: @mw: Strange! That's new...
I will try to find out on the internet what might be the problem...
Linux however gives that issue with FF...