FOAK basic html problem

Discussion in 'UK Motorcycles' started by Porl, Jul 3, 2004.

  1. Porl

    sweller Guest

    In 1997 browsers didn't fully support them. It was appropriate to avoid
    their use.

    Its now 2004 and it can be safely assumed that browsers support them.
    Disability access problems can be dealt with. It is no longer necessary
    avoid their use.

    Unless you want to give the impression that you know your internet onions
    and show you're an 'old boy' at the game by trotting out the "frames are
    bad" line.
     
    sweller, Jul 4, 2004
    #21
    1. Advertisements

  2. Porl

    darsy Guest

    porl mate, don't use frames - they bite 1997-stylee.
     
    darsy, Jul 4, 2004
    #22
    1. Advertisements

  3. Porl

    Porl Guest

    Are you being cheeky?
     
    Porl, Jul 4, 2004
    #23
  4. Porl

    darsy Guest

    you can't touch my bum, no matter how politely you ask.

    Seriously though, don't use frames - they make you look like a
    no-nothing wanker.

    Use CSS for positioning - it's the way forward.

    e.g. http://glish.com/css/7.asp
     
    darsy, Jul 4, 2004
    #24
  5. Porl

    PDannyD Guest

    First you need to give your button/rollover elements a name with
    id="name1"
    Each ID has to be unique for that page/frame element but can be reused on
    other pages. Some browsers use NAME instead of ID but it doesn't hurt to
    have both
    eg: id="name1" name="name1"

    Then use the onMouseOver="name1.src='highlight.gif'" and
    onMouseOUt="name1.src='normal.gif'"

    The below code snippet is from an earlier version of my menu page. It was
    bad for many reasons but mostly because I had 3 images per button. The
    later version has one background image common to all buttons and changes
    the style of the overlaid text instead of the image.

    <td>
    <a href="HomePage.asp">
    <img src="Images/Buttons/ButtonHomepage.gif"
    id="homepage" border="0" alt="Homepage"
    onmouseover="homepage.src='Images/Buttons/ButtonHomepageBright.gif'"
    onmouseout="homepage.src='Images/Buttons/ButtonHomepage.gif'"
    onmousedown="homepage.src='Images/Buttons/ButtonHomepageClick.gif'"
    width="100" height="29">
    </a>
    </td>

    You could use <div> elements instead of <td> elements.
     
    PDannyD, Jul 4, 2004
    #25
  6. Porl

    Porl Guest

    I forgot how tedious web sites were to put together.
     
    Porl, Jul 4, 2004
    #26
  7. Porl

    Verdigris Guest

    Curiously, they're absolutely fascinating to read about.
     
    Verdigris, Jul 4, 2004
    #27
  8. Heh, that's funny.
     
    Whinging Courier, Jul 4, 2004
    #28
  9. Porl

    darsy Guest

    keeps the spackers and windowlickers happy too.
     
    darsy, Jul 5, 2004
    #29
  10. Porl

    darsy Guest

    that wasn't the reason to avoid using them.
    the reason to avoid using frames is not /accessibility/ per se - it's
    /usability/. Frames **** navigation.
    heh
     
    darsy, Jul 5, 2004
    #30
  11. Porl

    sweller Guest

    Look, you know, I know that I know SFA about this stuff. Just let carry
    on with my delusions.
     
    sweller, Jul 5, 2004
    #31
  12. Porl

    darsy Guest

    I've lost interest in that now, but I'm vaguely interested in why your
    quote of what I said doesn't include the slashes I put in for emphasis
    - did XanaNews strip them, or did you manually edit them out, and if
    so, why?
     
    darsy, Jul 5, 2004
    #32
  13. Porl

    sweller Guest

    Xananews converts the 'tagged' text into actual italics. When I selected
    it to reply it had lost the // so was presented as plain text.

    Does the same with * and _, unfortunately.
     
    sweller, Jul 5, 2004
    #33
  14. Porl

    darsy Guest

    ah - that's a nice feature - I got into the habit of slashes for
    italics, asterisks for bold and underscores for underline years and
    years ago, as most of the popular Fidonet newsreaders did this.
    ah - that's not so good.
    hmm.
     
    darsy, Jul 5, 2004
    #34
  15. Porl

    darsy Guest

    here you go, then:

    http://www.useit.com/alertbox/ s0w9p0
     
    darsy, Jul 5, 2004
    #35
  16. Porl

    Verdigris Guest

    Verdigris, Jul 6, 2004
    #36
    1. Advertisements

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.