CSS positioning not working in IE 5.2 on a Mac

Hi all,
I have 2 images in my "about" page, the CSS positioning works fine in all other browsers. I'm working on a Mac with OS 10.41. I'm using Dreamwearver CS3. The page works great on all other browsers except IE 5.2 on my Mac, I have not checked other versions of IE yet.
Is there a way to get it to work on all browsers. here's the link to my site.
http://www.robduverger.com
Please take a look at it in either Safari, Opera, or Firefox to se what it's suppose to look like.
Thanks in advance for your help.
Rob

Get Safari for  Mac - http://www.apple.com/safari/download/
IE5x is obsolete and never did support  much in the way of CSS web standards. Unfortunately, IE6 still has around 15% of world wide usage, so it's hard to ignore.
Make sure your code is valid and error free.
HTML Validator - http://validator.w3.org 
CSS Validator - http://jigsaw.w3.org/css-validator/  
HTML & CSS Tutorials - http://w3schools.com/
If you upload your site to server and post a URL, you will get more help. Additionally, you can use http://Browsershots.org to check your page(s) in a variety of  browsers/platforms (screenshots).
If you can use Firefox, get the Web developer Toolbar (a free add-on).  Can't live without it.  https://addons.mozilla.org/en-US/firefox/addon/60
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists
www.alt-web.com/
www.twitter.com/altweb
www.alt-web.blogspot.com

Similar Messages

  • Since downloading Yosemite Flash Player not working. Have downloaded Flash Player for Mac, but still not working. Is there a fix for this? Thanks.

    Since downloading Yosemite Flash Player not working. Have downloaded Flash Player for Mac, but still not working. Is there a fix for this? Thanks.

    1. System Preferences >  Flash Player > Advanced >  Delete  All
         Press the "Delete All" button.
         Install Adobe Flash Player.
        http://get.adobe.com/flashplayer/
       Download it first.
       The next step is important.
       Click Safari in the menubar and select “Quit Safari”.
       If it doesn’t quit, Force Quit it.
       Press command + option + esc keys together at the same time. Wait.
       When Force Quit window appears, select the application if not already.
       Press Force Quit button at the bottom of the window. Wait.
       Application will quit.
        Follow the prompts and install it.
        Restart computer. Relaunch Safari.
    2.  Allow  Plug-ins
        Safari > Preferences > Security
        Internet Plug-ins >  "Allow  plug-ins"
        Enable it.

  • Css position:fixed works on mozilla 21/IE10 but not in chrome ?

    Hello guys,
         I want to stick in position  a rectangle or photo while scrolling browser.
    I am using    sym.$("Rectangle3").css({"position":"fixed"});
    This works fine in Mozilla and IE10 but not in chrome (Version 27.0.1453.116 m)
    Anyone to help please?
    Thanks in advance.
    Anthony

    Antony,
    I will defer to what Sarah said.
    In the future if you needed to add browser prefixes to correct differences which happen for a number of things like transform or shapes, etc..
    Or course this will not correct a bug which I was not aware of in this particular case.
    Here is how to add browser prefixes:
    In this case to make an ellipse a circle because chrome did not recognize the ellipse. I added Opera prefix to show you the syntax.
    sym.$('Ellipse').css({
              '-webkit-border-radius': '50%',
              '-o-border-radius': '50%',
              'border-radius': '50%',
              'width': '35px',
              'height': '35px'
    Sometime the syntax is a little different. Just google the css to make sure.
    Here is another example for a Star Wars intro where I added browser prefixes for Explorer (-ms-), Chrome (-webkit-), and Firefox(-moz-).
    The code can be combined but I did not this time for this sample.
    Sample files here:
    https://www.box.com/s/bdu5c4lq67fkfy7blfhc
    // FF
    sym.$('gradient').css('background', '-moz-linear-gradient(top, rgba(0,0,0,1) 0%, transparent 100%)');
    sym.$('container').css('-moz-transform-origin', '50% 100%');
    sym.$('container').css('-moz-transform', 'perspective(250px) rotateX(25deg)');
    // Chrome and others
    sym.$('gradient').css('background', '-webkit-linear-gradient(top, rgba(0,0,0,1) 0%, transparent 100%)');
    sym.$('container').css('-webkit-transform-origin', '50% 100%');
    sym.$('container').css('-webkit-transform', 'perspective(250px) rotateX(25deg)');
    // Internet Explorer
    sym.$('gradient').css('background', '-ms-linear-gradient(top, rgba(0,0,0,1) 0%, transparent 100%)');
    sym.$('container').css('-ms-transform-origin', '50% 100%');
    sym.$('container').css('-ms-transform', 'perspective(250px) rotateX(25deg)');

  • Button.armed css style not work

    Hi,I have a css like followd:
    .button {
        -fx-padding: 3 25 2 25;
        -fx-text-fill: black;
        -fx-background-radius: 4;
        -fx-background-insets: 0,0,0,0;
        -fx-background-color: linear (0%,0%) to (0%,100%) stops (0.0,white) (0.5,rgb(207,207,207)) (0.51,rgb(190,190,190)) (1.0,rgb(200,200,200));
        -fx-border-width: 1;
    .button:hover{
        -fx-background-color: linear (0%,0%) to (0%,100%) stops (0.0,white) (0.5,rgb(207,207,207)) (0.51,rgb(190,190,190)) (1.0,rgb(200,200,200));
    .button:armed {
        -fx-background-color: red;
    .button:focused {
        -fx-background-color: green;
        -fx-background-radius: 6.4;
        -fx-background-insets: -1.4, 0, 1, 2;
    .button:strong {
        -fx-background-color: linear (0%,0%) to (0%,100%) stops (0.0,white) (0.5,rgb(207,207,207)) (0.51,rgb(190,190,190)) (1.0,rgb(200,200,200));
    .button:disabled {
        -fx-opacity: .4;
    }but seems .button:armed not work,why?

    If I take only the button:armed property, it works well (but defining -fx-color instead of -fx-background-color looks nicer).
    If I take all your definitions, it no longer work.
    If I take out the .button:focused out of the CSS, it works again. Looks like there is a conflict between armed and focused (because an armed button is also focused?). Not sure how to manage this conflict... I see that caspian defines focused as a background color, and armed as a simple color.

  • CSS transitions not working on iPad

    Hello..
    My CSS transitions are not working on the ipad at all
    After a little research i'm wondering if this has to do with the z-index property of the elements i want to animate.
    Could anyone tell me if i'm completely off-direction and/or what might be wrong.
    The tabs on the bottom left corner of the page are supposed to animate up and display content, but they're not working at all... (work fine on desktops though)
    http://tinyurl.com/transproblemipad
    Thanks so much in advance of any guidance
    Katrina

    Hi Nancy,
    Thanks so much for taking a look.
    Oh no
    If it's not one thing, it's another. Hahaha...
    Ok.. back to the drawing board.
    Question: For this project, would you recommend providing separate CSS/using jquery to animate those sections under certain conditions only, or changing it alltogether and using jquery to animate the sections for all screens/devices?
    Hope that question made sense...
    Katrina

  • Why is Transform Tool "reverse position" not working??

    Hi.. I have a part that I want to reverse the pitches of so that I can record it as audio and then reverse it so that it is a reversed version of the sound, yet it's playing the right pitches at the proper time...
    I was under the impression that the transform tool could do this, however it is not working for me. Could some please enlighten me to my error?
    Here is a video of my efforts:
    http://collinatorstudios.com/video/transform.mov
    -patrick

    Nevermind.. I found this thread, where someone already brought this up.
    http://discussions.apple.com/thread.jspa?messageID=762890
    Someone said:
    "Position
    Time position of the event, referenced to the start of the MIDI Region (not of the song)."
    as silly as that is (if it's true), it still doesn't work when I set it to "all"... It only works if I drag the part to the beginning of the song...
    Apple should really hire me to help them fix this program.. (sigh).
    -p

  • Scrollbar positions not working

    i got a tree like structure in jsp as
    Root
    --- Node1
    ---- ChildNode1
    --- Node2
    ---- ChildNode1
    ---- ChildNode2
    --- Node3
    ---- ChildNode1
    --- ChildNode1.1
    --- ChildNode1.2
    ---- ChildNode2
    .......and so on
    this is a dynamic tree . on click on each node the page is refreshed and the below child nodes are retrieved form the database.
    its all are working fine but my bug is on chicking on the each node, the page goes to the top again and again i ve to scroll down to position of the node what i have to do to hold on the scroll bar position where it is for the previous page.
    ive used ScrollTo() but its moving and again it goes to the top automatically wat to do

    Thanks for the suggestion, but I already looked before and
    after page 6, nothing has changed. I've been trying to create a new
    scrollbar with the instructions from the help on the UIScrollBar
    component, but the arrows on the scroll bar don't show up.
    I have the text in the text box showing up and changing with
    each page. But the scroll bars are not working. Here is the AS I
    have on frame 1:
    NarrativeText_bottom = narrative_text[_root.CurrentPgNumber];
    this.createClassObject(mx.controls.UIScrollBar, "my_sb");
    my_sb.setScrollTarget(InstanceName_0);
    my_sb.setSize(16,InstanceName_0._height);
    my_sb.move(NarrativeText_bottom =
    narrative_text[_root.CurrentPgNumber];
    this.createClassObject(mx.controls.UIScrollBar, "my_sb");
    my_sb.setScrollTarget(InstanceName_0);
    my_sb.setSize(16,InstanceName_0._height);
    my_sb.move(InstanceName_0._x + InstanceName_0._width,
    InstanceName_0._y);
    // Load text to display and define onData handler.
    var my_lv:LoadVars = new LoadVars();
    my_lv.onData = function(src:String) {
    if (src != undefined) {
    InstanceName_0.text = src;
    } else {
    InstanceName_0.text = "Error loading text.";
    ._x + InstanceName_0._width, InstanceName_0._y);
    // Load text to display and define onData handler.
    var my_lv:LoadVars = new LoadVars();
    my_lv.onData = function(src:String) {
    if (src != undefined) {
    InstanceName_0.text = src;
    } else {
    InstanceName_0.text = "Error loading text.";
    When I drag the component to the side of the text box, the
    instance name for the text field (InstanceName_0) automatically
    populates the _targetInstanceName property of the component, like
    it's supposed to. So why are the arrows on the scroll bar not
    showing up?? PLEASE HELP! thanks.

  • Key Command troubles: Set Region/Event Start to SPL Position not working?

    Hello,
    I'm simply trying to find a key command that will allow me to move regions quickly from one part of a song to another without dragging with them with the mouse in the arrange window. I thought I found the solution with the key command "Set Region/Event Start to SPL Position", however it doesn't seem to be doing anything!
    Here's what I've tried: First I select the region I want to move, then I move my SPL to a location using the "go to Position" key command and typing in a bar. I then try to use the "Set Region/Event Start to SPL Position" key command (which I set to Shift-Control-L) and nothing happens. Shouldn't it be moving my region to the SPL? Note: the region is still selected, but refuses to move. Am I doing something wrong? Is this not what this key command was designed to do?
    In my attempts to get the darn thing to work, I also discovered that lock screen-set (Shift-L) key command also does not seem to work (it is not toggling the black dot after the screen-set number like usual). Does this mean my key commands may be corrupted? (which would be a real drag!!) Oddly enough, these are the two are the only two that do not seem to be working, as all others seem to be working fine (AFAIK).
    I've had this problem in the past with the lock screen-set key command not working, and rebuild all key commands and templates when I upgraded to tiger. I thought everything was working fine!
    Any advice would be greatly appreciated! Thanks in advance for your help!!

    I assigned F5 to two functions. In the key commands
    window, pressing F5 highlighted the first assignment.
    Pressing it again highlighted the second assignment.
    So just keep pressing the key to see whether it's
    assigned to more than one command...
    Well, now when I type "Shift-L" into the finder in the top right of the key commands window, no key commands at all are show. However, which I search for the word "lock," the lock screenset key command comes up as "Shift-L." Oddly, if I search any other key commands (such as F1, "cmd-k," or even other shift ones like "shift-," the associated key commands show up.
    To test, I changed the screen set lock from Shift-L to "opt-ctrl-L" and it now works again. However, it still will not come up in the key commands window through searching by "opt-ctrl-L"
    On what may be a side note, the search feature seems very buggy! Tell me if I'm doing this right: First I open the key commands window, which opens with nothing selected. Now, in order to search by key command I go up to the top right corner where the magnifying glass is, place my curser inside and type in the key command correct? When I do this, it shows me the highlighted key command in the left, and my curser is no longer flashing up in the magnifying glass, correct?
    Now, in order to search again, I have to place my curser in the search field again, right? However, now when I search by key command, not all of them register! For example, my "go to position" key command is simply ; but when I type it, nothing comes up in the search, and instead of the magnifying glass window being blank like before, the actual ; is in the box. Oddly enough, searching with "Cmnd-K" still works!
    What is going on? Am I doing something wrong? How do I fix this, as it is very frustrating!! thanks again for your help

  • CSS Inherit Not Working (Need Help )

    Try as I might, I can't get the border style to inherit. I
    found the below code in published article and tried it.
    Unfortunately, it did not work as stated or as I would have
    predicted. Basically, I can't get border or any other non default
    inherited style to work. When I render the below html the 3rd
    paragraph starting with the words "You can...." do not have a
    border, either does the <a href>. Accoding to the article and
    my understanding of inheritance they should.
    Here is a link to the article.
    Original
    Article
    Any help would be greatly appreciated.
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN">
    <html>
    <head>
    <title>CSS Structure</title>
    <style>
    div
    font-family: Arial;
    color: blue;
    font-size: .9em;
    border: 1px solid black;
    p
    border: inherit;
    a
    border: inherit;
    </style>
    </head>
    <body>
    <p> Information Technology (IT) has been the most
    famous and attractive field in the last 20 years and many students
    choose to study Computer Science and Information System which
    qualify them to work as Programmers, Developers, Database
    Administrators and Network Engineers.</p>
    <div> The <a href="
    http://www.w3.org">W3C website
    </a>
    contains specifications for web standards and it's very
    useful for web designers, developers and software architectures to
    navigate this website. For example, you have the CSS 2.1
    Specifications and the XHTML 1.0 Specifications discussing
    everything from A to Z about the technology<br>
    <p>You can use CSS with markup languages like HTML,
    XHTML and XML. All those markup languages and also CSS has
    Specifications as the <a href="
    http://www.w3.org">W3C
    website</a></p>
    </div>
    </body>
    </html>

    Sorry - I should have said that they don't inherit for
    shorthand borders, at
    least according to E. Meyer, but I can't get any border
    property to inherit
    either, not that I've ever wanted this to happen.....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "jerrythesurfer" <[email protected]> wrote
    in message
    news:[email protected]...
    > Try as I might, I can't get the border style to inherit.
    I found the
    > below
    > code in published article and tried it. Unfortunately,
    it did not work as
    > stated or as I would have predicted. Basically, I can't
    get border or any
    > other non default inherited style to work. When I render
    the below html
    > the 3rd
    > paragraph starting with the words "You can...." do not
    have a border,
    > either
    > does the <a href>. Accoding to the article and my
    understanding of
    > inheritance
    > they should.
    >
    > Here is a link to the article.
    >
    http://www.devarticles.com/c/a/Web-Style-Sheets/Learn-CSS-Introduction-to-Inheri
    > tance-Specificity-and-Cascade/3/
    >
    > Any help would be greatly appreciated.
    >
    > ----
    >
    > <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN">
    > <html>
    > <head>
    > <title>CSS Structure</title>
    > <style>
    > div
    > {
    > font-family: Arial;
    > color: blue;
    > font-size: .9em;
    > border: 1px solid black;
    > }
    > p
    > {
    > border: inherit;
    > }
    > a
    > {
    > border: inherit;
    > }
    >
    > </style>
    > </head>
    > <body>
    > <p> Information Technology (IT) has been the most
    famous and
    > attractive
    > field in the last 20 years and many students choose to
    study Computer
    > Science
    > and Information System which qualify them to work as
    Programmers,
    > Developers,
    > Database Administrators and Network Engineers.</p>
    > <div> The <a href="
    http://www.w3.org">W3C website
    </a>
    > contains specifications for web standards and it's very
    useful for web
    > designers, developers and software architectures to
    navigate this website.
    > For
    > example, you have the CSS 2.1 Specifications and the
    XHTML 1.0
    > Specifications
    > discussing everything from A to Z about the
    technology<br>
    > <p>You can use CSS with markup languages like
    HTML, XHTML and XML. All
    > those markup languages and also CSS has Specifications
    as the <a
    > href="
    http://www.w3.org">W3C
    website</a></p>
    > </div>
    > </body>
    > </html>
    >

  • Can't get there frome here... (CSS button not working)

    Hi All,
    can someone look here and let me know why my 'Service' button only works once? When you drill down to, say... "Project Management," the service button from all subpages will not work. You have to goto another banner/header option (ex: about us) and click "Service" again to get to the main service page once more.
    FYI: Novice with CSS - this is a store bought template
    Thank You,
    Luna

    This is really a ActionScript (Flash) question since your Primary Navigation is Flash. The AS (ActionScript) is coded to disable after clicking to it's parent page.
    Since the child pages are under the parent the nav is still disabled. You would have to recode the AS (Flash Nav) to enable when navigationing to it's child page.
    Shane

  • Indesign Bullet or number position not working

    I cannot get this feature to work (Indesign CS6)
    I have a very long list of numbered items (over 300), so there is too much space between the single and two digit numbers and the first letter, because of course the indent has to accomodate the three digit numbers.
    I select align RIGHT, and I expect the numbers to switch to the right, as if I had set a right align tab there before the first character.
    But nothing happens.
    It is not a case of not enough space, since there is enough and I even made it larger than necessary to see if that solved it but it did not.
    Am I misinterpreting what that the position feature is for or is this a bug of some sort?
    It did not work in my previous CS4 version of ID either.

    It's not intuitive, nor easy.
    I've had very similar problems getting numbered lists to correctly align right with "hang for ten" or "hang for a hundred" needed.
    The only thing I can suggest is keep "playing" with the first line and left indents.
    I've found it necessary to make that first line indent larger than I would have ordinarily expect.

  • Copy Mask Path, Paste to Position not working correctly PLEASE HELP!

    please help I'm really at the end of my tether with this
    When I create or place an object on my AF comp and then draw a mask. I try to paste that path into the position properties the path will be 'offset' and the object will not go to the start of the mask..it moves the mask then starts moving the object. this happens in AF CC, CS6 and CS5. I follow the tutorials to the letter and it off sets the object every time. What am I doing wrong?? I know its something really simple but i cant figure it out
    Please help!

    I just worked a complete thread on this subject. A quick search of the site with mask path in the query would bring up this thread.
    To simplify the explanation you layer must be at 100% scale and at the default position in the composition for this to work. It's as simple as that. If your layer's anchor point of position properties are not at the default position this will not work.
    Please check out the thread. There are multiple screen shots and explanations.

  • Why does my css menu not work on my mobile?

    I have done a fluid layout which appears to work fine on my mobile, but when I try to use the dropdown menu it does not work.
    I have a Nokia C3 by the way - Ancient I know but it uses internet and I don't know whether many people out there will still be using older technology.
    The thing is - I know of one person who has an iphone6 who says it works on his phone, but is there a site where you can submit your own website to test the functionality?
    I apologise for doing this but I have put up a very temporary link to the test site....
    I AM NOT ADVERTISING - but I have put the test site for a friend on my server at the moment on www.tdrd.karoo.net
    Don't bother using the contact form - it's not finished and I've removed code so the person will not get bombarded with test emails from people who just want to fiddle (as they do :-))
    Could anyone else please tell me if the menu works for them and what can I do to get it working on an older phone?
    I have put old style links to same pages at the bottom for backwards compatability but don't know if this is a good idea.
    Should I be testing a device for capability and swapping for an appropriate menu - and if so how?
    So many questions - thank you in advance for any feedback.
    Terry

    No - I do not use a stylus. -
    I have had the phone a few years now and I could be using old technology.
    I know the mobile has two browswers on it.
    One is a lite version of Opera Mini but not sure of the version number
    I know it is working on a windows phone (my brother) and an iphone (friend) so maybe I should somehow be detecting browser capability or functionality somehow and exchange the menu for a link based one in these instances...
    Actually - I have just tried to test it on another site and my phone works on that - so maybe its not script friendly as it uses a .pull script to expand the menu.
    Thank you.
    Terry

  • Some browser links not working - any browser, but just on my mac

    I have a strange issue. Over the last while certain page links on browser pages (which seem to be Java script links) won't work in any of my 5 browsers. If I put the same page in to any of my laptop's or my wife's browsers, the links work fine.
    For example, I just tried to order some stuff via Staples, and whenever I tried to go to the next screen via a button, nothing happened. Even if I switched User Agents in Safari or Firefox, the "next" button didn't work. Same in Chrome, Camino, Flock and Opera on the same pages. I have noticed lots of drop down menus are not working properly either on many sites.
    I figure some bit of OS code must be either blocking or misreading the instruction, but what?
    Any ideas? Any input would be greatly appreciated!!

    errmm... i'm not sure why you are fiddling with java and system extensions...
    java has nothing to do with javascript despite the name (you can blame sun for that) the javascript engine is an integral part of the browser not a separate extension.
    Java on the other hand is an entirely separate entity and language that is independent of any one browser and is installed on the OS.
    Javascript is commonly used in webpages (all most all these days) where as java is hardly used at all and is usually confined to little "applets" that run separately from the rest of the page.
    If you suspect that it is something to do with your settings/preferences in your library then the easiest way to find out is by creating a new User account (go to system preferences> users> and add a user.) Then log into that account and try the browsers in there.
    If you really think that it has something to do with system extensions then you can disable them by moving them out of the extensions directory (/System/Library/Extensions/) However i must stress that unless you know what you are doing and know what the extension does that you are moving to not do so... you can easily render your system unbootable if you move the wrong extension... unless you have installed a 3rd party system extension there shouldn't be anything in that directory that isn't meant to be there (this is a very different system from OS 9).
    However there are internet plugins that may be interfering with your browsers, you can find these in /Library/Internet Plugins/ you can disable these by moving them also... the defaults are various flash, java, shockwave, quartz and quicktime files.
    Message was edited by: Thomas Brierley

  • DVI not working but VGA is on 7300GT on Mac Pro

    I ran into an odd issue where upon starting up Mac Pro, my second 7300 GT Card was not outputting video to monitors 2 & 3. They were connected to my 2 ViewSonic 2025 LCD's. The stock video card worked fine. I powered down the Mac and still no joy after resetting PRAM and re-seating the card. Next I tried using DVI to VGA adapter and plugging into the ViewSonics VGA ports and this worked fine. I'm stumped-any ideas? Could it be the displays? If so, it seems odd that both LCD's would do it at the same time.

    You say monitors two and three, do you have two video cards or are you splitting a signal?

Maybe you are looking for

  • Syncing albums from Aperture 3.5.1 to iPad

    I have a series of albums in Aperture that I sync with my iPad using iTunes. In the past they always synced as albums, but now they have started syncing with the photos arranged by date as events. This is NOT how I want them arranged! How can I make

  • Third party Flash Video player with DRM

    Hello, we would like to embedd into our application which is running in DirectX player of Flash video stream protected with DRM. Is it possible to buy library as for Microsoft DRM? Or is there any other solution?

  • Pages documents not on ipad

    Since security update, all documents have disappeared.

  • My Ipod Touch Shake & Steering Functions (motions) are not working

    I have had my ipod touch 32gb for 3 months now and in the last 48 hours, my shake function & steering function in apps & song shuffle and pretty much any motion function has stopped working. I am not getting any error messages either. I have turned o

  • Plan.xml

    I am getting plan.xml not found in c:\oracle\middleware\oracle_soa1\soa\dbplan\ I have checked the directory and plan.xml is there. also, not able to store xADataSourceName. Tried so many times and getting the same error I'm using the weblogic 11.1.1