A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: CCS/DHTML layers on MAC IE5.2

  1. #1
    Member
    Join Date
    Jul 2001
    Posts
    39

    CCS/DHTML layers on MAC IE5.2

    Hello,
    I have the following script which is working fine on PC IE
    and Netscape, but on MAC IE 5.2 is not working.

    This is the script (just a simple layer):

    <div style="position:absolute; left:33px; top:281px;
    width:330px; height:230px; filter:alpha(Opacity=100);
    overflow:auto">
    content over here.
    </div>

    Can somebody help me with this? Or is there an other script which is
    compatible with MAC?

    Thanks!!

  2. #2
    Member
    Join Date
    Jul 2001
    Posts
    39

    help:test?

    Can please somebody with a MAC and IE5.2 comfirm that the script is not working? I have posted this issue on serveral forum's and nobody replyed so far. Thanks for any help!

  3. #3
    Member
    Join Date
    Jul 2001
    Posts
    39

    the script

    I can see now that the script is not printed on my first mail.

    This is the script (just a simple layer):


    &lt;div style="position:absolute; left:33px; top:281px;
    width:330px; height:230px; filter:alpha(Opacity=100);
    overflow:auto"&gt;


    &lt;/div&gt;

  4. #4
    Senior Member SJT's Avatar
    Join Date
    Mar 2000
    Location
    London, UK
    Posts
    2,563
    I'm pretty sure the reason you're having trouble is filter is not valid CSS for HTML.

    Filter is meant for SVG graphics in general, and the method you're using it for isn't actually supported by the official CSS standard when applied to HTML. It's one of those 'features' implemented in PC IE and not much else.

    Check the W3C for the official standards, which are much more reliable to code for.

    If you're really into doing stuff in CSS, then you should definitely invest in something like the O'Reilly CSS Reference; it covers all of the custom functions different browsers have and those that aren't compatible with anything else...
    Sam



Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center