Results 1 to 7 of 7

Thread: Possibly Simple. IE and outlines?

  1. #1
    Join Date
    Jun 2008
    Posts
    53
    Thanks
    8
    Thanked 0 Times in 0 Posts

    Default Possibly Simple. IE and outlines?

    Using IE6 I'm unable to display outlines, is there a work around to actually use the outline element or do I have to code for borders unless a user has IE7 or better?

  2. #2
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    I hope its not IE6 Peekaboo Bug.

    If that ain't help, show us your code, or better a link.
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

  3. #3
    Join Date
    Jun 2008
    Posts
    53
    Thanks
    8
    Thanked 0 Times in 0 Posts

    Default

    To be honest I haven't bothered to write anything yet, I wanted to check on the styles I could have because I am forgetful and visited:
    http://meyerweb.com/eric/css/tests/css2/sec18-04c.htm

    If I load that page in FF2 I can see all of the outlines just fine, loading it in IE I saw no outlines, only the gray inner border.

    His code is pretty darn basic, any idea whats up, I could code my page into outlines but I dont really have it aside from a local copy yet. Also I wasnt able to see borders for my div's. Im pretty sure you can outline a div cant you?

  4. #4
    Join Date
    Jun 2008
    Posts
    53
    Thanks
    8
    Thanked 0 Times in 0 Posts

    Default

    Just built a super simple page with the outline on a div and its good in FF not existant in IE.

    There a workaround for outline element in IE6?

  5. #5
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    CSS outline, does'nt work in IE.

    You'll need to replace outline-style with border-style which works cross-browser.

    Hope it helps.
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

  6. The Following User Says Thank You to rangana For This Useful Post:

    Irishjugg (06-18-2008)

  7. #6
    Join Date
    Jun 2008
    Posts
    53
    Thanks
    8
    Thanked 0 Times in 0 Posts

    Default

    Hmn, well shoot. Now I have to worry about borders taking up space.... blah.

    As an aside, could someone link me to a decent page on how to fix positioning issues in IE?

    Im pretty good with CSS but Im very new to trying to design professional looking stuff and make it look the same cross browser platform. To be honest Im just recently learning how much a pain in the butt it is. I hated IE before this and now I just hate it more.

  8. #7
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    BonRouge is a good site. There are FAQ's which is also helpful.

    Hope it keeps you going.
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •