Question – From A Newby

Forums Forums Menus Question – From A Newby

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #815
    PatrickBo
    Member

    I have several questions..  i used the menu generator, but come to find out i believe this entire site is dedicated to WordPress.  But i figured i would ask anyways, since i purchased a premium account here.

    i used the following url https://geek.hellyer.kiwi/suckerfish_css/  now, i used the code, and it worked great in firefox.  i was unable to get it working in IE for some reason.  the demo i have setup is here: http://pwheadlines.com/css/v2/sucker.shtml

    Thanks in advance,
    I love the service you guys offer here

    #6209
    adiant
    Member

    I did a quick View Source on it in IE8, and then pasted the HTML into NotePad++ with HTML syntax highlighting turned on.  It says there is something wrong with the:
    <!–[if lte IE 6]>
    <script type="text/javascript" src="http://www.pwheadlines.com/css/v2/suckerfish_ie.js"></script&gt;
    <![endif]–>
    as it says, coded that way, the rest of the HTML in the file is to be ignored.

    My guess is that FireFox may just be more forgiving of whatever error is in that three lines listed above.

    #6210

    Hi,
    This site is mostly dedicated to WordPress, but the CSS generator is not related to WordPress at all except that most of the users of it are predominantly users of the Multi-level Navigation Plugin for WordPress.

    Your page seems to be working fine in IE7 and IE8, it just isn’t working in IE6 because you don’t have a suckerfish script on the page. From adiant’s post above I’m guessing you had it there originally and then removed it. Below is an explanation of why what adiant posted wouldn’t work …

    [quote:24bww3bs]I did a quick View Source on it in IE8, and then pasted the HTML into NotePad++ with HTML syntax highlighting turned on.  It says there is something wrong with the:
    <!–[if lte IE 6]>
    <script type="text/javascript" src="http://www.pwheadlines.com/css/v2/suckerfish_ie.js"></script&gt;
    <![endif]–>

    as it says, coded that way, the rest of the HTML in the file is to be ignored.[/quote:24bww3bs]

    Yep, it should be coded like the following instead, otherwise there is no end to the HTML comment:
    [code:24bww3bs]<!–[if lte IE 6]>
    <script type="text/javascript" src="http://www.pwheadlines.com/css/v2/suckerfish_ie.js"></script>
    <![endif]–->[/code:24bww3bs]

    [quote:24bww3bs]My guess is that FireFox may just be more forgiving of whatever error is in that three lines listed above.[/quote:24bww3bs]

    Yeah, Firefox probably noticed the error and compensated for it accordingly.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.