March 28, 201214 yr Hi people, I've been designing this website and using carouFredSel amongst other scripts... I'm curious as to why on some browsers such as Chrome and Safari the page needs refreshing to work properly - if it does - and on Firefox for example, it works ok... Can u take a look and let me know if you notice something off??? CarouFredSel Page Thank you for your time. A.
March 28, 201214 yr http://validator.w3.org/check?uri=http%3A%2F%2Flucasnascimento.com%2FAW12carousel_content.html&charset=%28detect+automatically%29&doctype=Inline&group=0 Fix your basic code errors first. Then fix JS warnings: "Use of attributes' nodeName attribute is deprecated. Use name instead" Rinse, repeat.
April 2, 201214 yr Author http://validator.w3.org/check?uri=http%3A%2F%2Flucasnascimento.com%2FAW12carousel_content.html&charset=%28detect+automatically%29&doctype=Inline&group=0 Fix your basic code errors first. Then fix JS warnings: "Use of attributes' nodeName attribute is deprecated. Use name instead" Rinse, repeat. Thank you for the input, I fixed some of those, but still get weird messages in that concerning my dropdown menu? Help? Also, the carouFredSel still doesn't load the first time you visit the page.... ?
April 2, 201214 yr Fix them all. You still have badly written code, and seeing as your LI/UL tags are for your slides, and they're what are causing the errors - fix them. Hint: You have a missing end li tag. That could well fix your issue. As a word of advice, use software like Notepad++ with syntax highlighting so missing end tags, stray tags, bad code, should become a thing of the past. Edited April 2, 201214 yr by brightonmike
April 2, 201214 yr Author Fix them all. You still have badly written code, and seeing as your LI/UL tags are for your slides, and they're what are causing the errors - fix them. Hint: You have a missing end li tag. That could well fix your issue. As a word of advice, use software like Notepad++ with syntax highlighting so missing end tags, stray tags, bad code, should become a thing of the past. Thank you again, I can't use Notepad++ but i got TextWrangler... The li/ul tags are for the dropdown menu not the slides.... so maybe that's not the problem that causes the slideshow to appear offcenter on load... It seems to be suggesting to put a </li> before the last </ul> of my menu. But it doesn't seem to go through the validation again...it comes up with other issues. Can u maybe tell me what you see it's badly coded? Thank you. Edited April 2, 201214 yr by alexandros
Create an account or sign in to comment