IE8 and :root

Guys:
I appears that IE8 does not correctly understand the CSS3 ":root" pseudo-class, which is a shame.
http://www.w3.org/TR/css3-selectors/#root-pseudo
This means that the lovely and elegant rule -
:root { overflow-y:scroll; }
which forces a vertical scrollbar gutter on all pages no matter whether they require one or not (to prevent those pages that drop a scrollbar from shifting the contents a bit to the left as you browse to them).  But, for the good news, you can use this -
html { overflow-y:scroll; }
See the examples here - http://www.murraytestsite.com/short.html
(the red box is floated right so that you could see the shift left if it happened)

Murray *ACE* wrote:
Guys:
I appears that IE8 does not correctly understand the CSS3 ":root" pseudo-class, which is a shame.
http://www.w3.org/TR/css3-selectors/#root-pseudo
This means that the lovely and elegant rule -
:root { overflow-y:scroll; }
which forces a vertical scrollbar gutter on all pages no matter whether they require one or not (to prevent those pages that drop a scrollbar from shifting the contents a bit to the left as you browse to them).  But, for the good news, you can use this -
html { overflow-y:scroll; }
See the examples here - http://www.murraytestsite.com/short.html
(the red box is floated right so that you could see the shift left if it happened)
Glad I started the conversation about this elsewhere and we now have a solution that works in all browsers  :-)
Thanks for the example... updating my snippets  :-)

Similar Messages

  • File does not exist: /www/public_html/null, referer:  - error in log file from IE8 and IE9

    I just updated an existing slide show that was created several months back. Since loading my new set of files to our web server, we keep getting the following error in our server log files when someone loads our page in IE8 and IE9:
    File does not exist: /www/public_html/null, referer:
    One of our programmers tracked the error to this line of code, but we're not sure what's causing it:
    Muse.Utils.addSelectorFn('#slideshowu70', function(elem) { new WebPro.Widget.ContentSlideShow(elem, {autoPlay:true,displayInterval:6000,slideLinkStopsSlideShow:false,transitionStyle:'horizo ntal',lightboxEnabled_runtime:false,shuffle:false}); });/* #slideshowu70 */
    Any suggestions?
    Thanks!

    The errors aren't showing up on the client side, only in the server access logs. Every time the page is loaded with IE8 or IE9 and the Muse.Utils.addSelectorFn with the #slideshowu70 line is hit, it generates four errors in the server access logs.
    Our admin guy pulled the errors from where it was clicked on from the Adobe forum. He said it also appeared that you tested it with www added to the url (if this was when you were testing it)...
    [Mon Feb 04 13:58:57 2013] [error] [client 121.242.198.2] File does not exist: /www/public_html/null, referer:http://stingrayboats.com/
    [Mon Feb 04 13:59:00 2013] [error] [client 121.242.198.2] File does not exist: /www/public_html/null, referer:http://stingrayboats.com/
    [Mon Feb 04 13:59:08 2013] [error] [client 121.242.198.2] File does not exist: /www/public_html/null, referer:http://stingrayboats.com/
    [Mon Feb 04 13:59:33 2013] [error] [client 121.242.198.2] File does not exist: /www/public_html/null, referer:http://www.stingrayboats.com/
    [Mon Feb 04 13:59:43 2013] [error] [client 121.242.198.2] File does not exist: /www/public_html/null, referer:http://www.stingrayboats.com/
    The reason we find it strange is because it did not result in errors with the previous version of the slideshow. The only thing that changed this time around is that I removed some slides and added additional ones, but I noticed that there is a lot of difference in the code and even the scripts that are used. And I did copy over all of the scripts, css files, etc., so it's using all of the new source files.
    I was hoping it was something that you guys had noticed if you review the access logs when you're testing. While it works perfectly on the client side, the IT guys do go through our access logs, so it would be nice to eliminate the errors.
    Thanks for looking at it!

  • Some web pages come up blank, generally following a link, that have opened without issues in earlier FF versions. Pages open OK in IE8 and/or in Chrome. Have tried the cookies clearing etc as suggested elsewhere, without success.

    I'm running FF 3.6.8. Certain websites (no apparent pattern, no secure sites) come up blank (white screen), showing "Done" on the footer. It generally happens when clicking on a link in another web page but no login or similar is involved to get to the intended site. Have cleared the cookies and followed the advice for a similar issue stated elsewhere on the Help forum, to no avail. Have also not added any add-ons since that recent FF upgrade.
    The affected sites have come up without issues in earlier FF versions, and they do load in IE8 and in Chrome. A representative example is shown below. - Will appreciate any helpful comments and recommendations!

    "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"<br />
    "Remove the Cookies" from sites that cause problems: Tools > Options > Privacy > Cookies: "Show Cookies"<br />
    <br />
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).<br />
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]<br />

  • Bookmarks in ie8 and safari do not sync to iphone and ipad

    IE version 8
    iphone 4, ios 4.3.3
    ipad 2, ios 4.3.3
    itunes 10.3
    Windows XP SP3
    Hello everyone, hope someone could help me..
    I really want to sync my bookmarks from my PC to my iphone and ipad but it doesn't seem to work. I already tried the following but they all failed:
    1. Clear Sync history
    2. Clear cache, cookies and history from iphone/ipad
    3. uncheck sync bookmarks in itunes, then sync. then re-check then sync again.
    4. I tried deleting all bookmarks in IE8 and then re-creating them, then sync afterwards
    All these methods failed. Everytime I try and sync itunes with my iphone/ipad, the sync is successful but bookmarks is left out. No syncing happens for bookmarks. Apps, music and contacts sync work fine though..
    Hope you could help thanks!!

    No bookmarks bar folder is created
    For perspective, my IE8 has bookmarks both in Favorites bar and in Favorites (apparently they are different). I did this to ensure that it's not just a matter of wrong bookmark location in IE. am i doing something wrong?
    Also, when I sync there is this one bookmark (google reader) that keeps on popping up even though I manually delete it in my iphone. It suddenly shows up after every sync.

  • Flex mobile project: web root and root path for a remote web service?

    Hi all,
    i'm trying to set up the testdrive tutorial for flex mobile project, with flash builder 4.5
    and php data.
    I've uploaded the files on my remote web space (e.g. http://mywebsite.org, and the
    test file is http://mywebsite.org/TestDrive/test/test.php... and it works
    correctly)... But when i'm setting properties of the project, i don't know what
    to write into the web root and root path fields... I thing root path is simply
    http://mywebsite.org... and whatever i write in the other fields (output folder
    too) i have errors when i click on "validate configuration"...
    What should i put into those fields? is zend framework (and gateway.php)
    strictly necessary?
    As you can see... i'm a bit confused....
    Many thanks for any help
    Bye
    Alex

    I thought it was a simple question...
    No advice?

  • Different output observed in IE8 and IE11 for same HTML file

    when I open the below html code in ie8 and ie11 the output is different.
    <div style=" color: EAE6F1; " id="Screen147">
    <img style=" width: 1280; height: 1020; " id="item1" src="Desert.jpg" border="0"/>
    <div style=" background-color: FFFFFF; color: 000000; font-family: 'Arial'; font-size: 31px; layout-grid: both fixed 51px 32px; white-space: nowrap; " id="item2">
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </div>
    <div style=" background-color: FFFFFF; color: 000000; font-family: 'Arial'; font-size: 31px; layout-grid: both fixed 51px 32px; white-space: nowrap; " id="item3">
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </div>
    <div style=" background-color: FFFFFF; color: 000000; font-family: 'Arial'; font-size: 31px; layout-grid: both fixed 51px 32px; white-space: nowrap; " id="item4">
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </div>
    I want to display a white block in the image. but when run in IE8 the white block appears bigger as compared to when displayed in IE11. 
    I wanted to know why is this behaviour and if the code is same then the output should also be the same. can anyone help me to understand this behaviour?
    thank you very much in advance for your replies.

    Hi yashajmera,
    Same script gets different results ,just as Greg said this may be related to the different rendering pages methods between different Internet Explorer versions.
    Here is a link for reference :
    Specifying legacy document modes
    https://msdn.microsoft.com/en-us/library/jj676915(v=vs.85).aspx
    We also can try to choose different view mode by F12 tool to have a check .
    To get more detailed information ,it is recommended to look for help from our MSDN forum for help.
     https://social.msdn.microsoft.com/Forums/ie/en-US/home?forum=iewebdevelopment
    Best regards
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • IE8 and IE9 issues

    Created a site in DW CS3. Recently Made some modifications using DW CS3 and added some new rollovers. Everything previews correctly in Safari, Firefox, Opera and IE5.2 (mac).
    When viewed in IE8 and IE9 I get colored outlines around some of the rollover images. This does not occur on the rest of the site, only where I added the new rollovers. I added the bottom two rollovers, but the older top two rollovers are also affected. Does anyone have any ideas?
    This is a link to the page
    http://www.gfigenfare.com/Services/Serv_SpPrts.html
    Below is a screen shot of the page from IE9
    Thanks

    You have a stray <html> tag in your head.
    I think you need to close off your <img> elements with a back slash at the end like this:
    <img src="../Home/images_home/Contact_out.gif" alt="contact us" name="ContactImage" width="199" height="62" border="0" />
    Some of your other errors occur I think, because you are using deprecated attributes.  At least I think that's the case.  I don't think they will muck your layout up but then, I never have used a table based layout.
    One thing that you could try is to use HTML Tidy in the validator - http://validator.w3.org/  There's a check box there under "more options" that will run your code through that and it will spit out your page all neat and tidy at the end of the results page.  It adds its own meta tag to show that you used it.  I always remove that so people can't see I cheated.  I don't like using it because for me it circumvents the whole learning thing.  Easy, but no help for the future.
    It is a bit of a blunt instrument I think and I would always use it with caution.  It should only take minutes so what I would try is to duplicate your page in DW, rename it testpage.html or something, run the validator on your existing page, copy the whole of the code that it spits out for you, delete the exising code in your test page and paste that in and then er... test it.
    What HTML Tidy will do for instance, is add in things like unclosed elements.
    Martin

  • Tab key won't work. Works in IE8 and Safari but not Firefox. Thoughts?

    About a week ago, the tab key stopped working in Firefox (when I updated Firefox?). It works fine in IE8 and Safari. I love Firefox but will have to switch if I can't get this resolved.
    Thanks.

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • HT204132 I can't see the green color oganization on safari /iOS8.3. That websight use evsslcertificate and root caertificate is Baltimore Cybertrust Root. Is it bug too ?

    I can't see the green color oganization on safari /iOS8.3. That websight use evsslcertificate and root caertificate is Baltimore Cybertrust Root. Is it bug too ?

    Now I can see  the green color oganization on safari /iOS8.3. It seems to be fixed.  Did you make any modifications?

  • Mozella 3.6 will not run well with Adobe Flash Player 10.1-- IE8 and Adobe Fpash Player 10.1 does work

    I use filehippo.com to automatically update my applications. So I have Mozella 3.6 and then recently downladed and installed Adobe Flash player 10.1 or the latest version.
    I then proceed to http://www.africam.com/wildlife/lc_player_chat.php?sh=nk-1
    and found that the picture will not show- I get a running circle and then a brown square instead of the pic.
    Now using IE8 and the same version of Adobe Flash Player I get the picture.
    This worked in Mozella before the last update of Adobe.
    Can you give me any direction to fix this?

    Hi, not sure what that is about. Did you use the Adobe Uninstaller first and follow the instructions?
    I would download the Uninstaller and SAVE it to your Desktop:
    http://kb2.adobe.com/cps/141/tn_14157.html
    Then I would download and SAVE the Installer to your Desktop:
    http://www.adobe.com/products/flashplayer/fp_distribution3.html Use the EXE Installer for Windows/IE
    Once you have that done, then Close all browsers, disable any messenger services in the system tray(area near the clock)
    Run the Uninstaller and when it is finished, Reboot(restart) your computer.
    Then run the Installer and reboot when it is finished.
    Then test here and you should see the Flash logo animation and the version of Flash Player that is Installed.
    http://www.adobe.com/software/flash/about/
    Let me know if you have any questions,
    eidnolb
    Message was edited by: eidnolb      Link

  • ADF application Issue with IE8 and IE9

    Hi Everybody,
    We are developing application under ADF. The application works fine in Firefox and chrome but when we open the application in IE8 and IE9 it pop up a message saying compatibility view should be turned off.Even though we turn off the compatibility view mode,The task flows that launches the jsff page are displaying blank page.In other words , I am not able to see any UI components in the page.Anybody has a clue on this?.Please Help
    Thanks,
    Harish
    Edited by: 886523 on Oct 17, 2012 4:08 AM

    Hi,
    rule number 1: This is a public forum. Please don't post issues regarding internal builds. Only issue related to public builds should be posted here!
    Beside of this, your post doesn't provide enough information to reproduce the problem (or a test case to try and run)
    Frank

  • From which table  feed back partner and root cause partner

    hi,
    can any body tell me ,from which table  feed back partner and root cause partner
    can be find.
    i need to add this in datasource 0crm_sales_act_1.
    thanks in advance.
    regards,
    sridhar M

    It is always advsible to use function modules in CRM instead of making direct table access. Unlike R/3, CRM tables and buffering are quite complex.
    In your case, to read the values of maintained Sales Areas, use the function module <h5>CRMA_BUPA_GET_SALES_AREAS</h5>
    The function module takes the BP Guid (BUT000-PARTNER_GUID)
    However you can also find your information in tables<h5>
    CRMM_BUT_LNK0011 - BP Sales rule list
    CRMM_BUT_LNK0010 - BP Sales rule list
    CRMM_BUT_SET0010 - BP Sales rule set</h5>
    Hope this helps.
    Easwar Ram
    http://www.parxlns.com

  • Anyone have a slideshow that works in both IE8 and Firefox?

    I have tried the widgets offered by Adobe. They don't work in IE8 and I have tried all the fixes from the Adobe Labs.
    Doctype....If I change the doctype as recommended, then I get a white outlined box in the middle of the photos which I can't remove. If I change the doctype, then the slideshow won't work in Firefox.
    Meta...If I add the meta line as suggested, no change at all.
    Outline remove....I saw this on the forums, but could not find the line in any of the CSS code.
    Other slideshows...I have tried downloading Easy Rotator and can't register and when I go to their website - can't put in a support ticket. Obviously they have problems running their business so I would like to find something and someone simple if possible that works!
    Any one have any recommendations?  I just need a very simple straightforward slideshow - nothing fancy - for my online catalog.
    Thanks!
    Janet

    I took out the options for the end user to pause the show
    If that is what you are looking for change the variable autoplay to true:
    autoPlay: true,
    www.bigbroncocc.com

  • Transfer function + controller + Bode plot and root locus

    Hi
    I am trying to plot Bode plot and root locus for trasfer function
    TF = 1/(s^4 + 2s^2)
    Then I want to implement Ideal compensators (PI , PD or PID) or lag/lead compensator to get the required stability
    I am trying to do this Labview 8.o in control design and simulation loop. (V2.0)
    I have done some simulation but I am not understanding as to how implement controller on this.
    I need little help.
    I am attaching my VI. but you will find rootlocus not there and feed back loop control to implement controllers not there
    Thankyou

    I have one typical controlers question where I am using feedback control
    alongwith compensators. My transfer function is like fourth order
    TF = 1/S^2(S^2+2)
    but  rootlocus and transfer function in labview  do not let me write equation more than 3rd order.
    How can I write this 4th order equation.
    Next I want to make one feedback control on this transfer function and then want to plot bode and rootlocus.
    I have made one vi of fourth order by placing transfer function in series and then for feedback gain I have placed another transfer function with feedback. I have also attached rootlocus vi but it does not show me rootlocus since rootlocus Vi can not take more than fourth order transfer function.
    I want to plot my step response, bode, and root locus for step input
    I have also tried to  make another VI with tansfer function VI which has feed back terminal in it, but I donot know how to get bode and rootlocus out of that.
    I am attaching my both VIs for you.
    see my two Vis please.
    Attachments:
    Bode_practice.zip ‏156 KB

  • Cannot get IE8 and FlashPlayer10 to get along

    While using Internet Explorer 6 I never had any issues with Flash Player.  I wasn't  even aware that it was there.  After installing the new Internet Explorer 8 I began  getting more computer freezes than I can ever remember having.  This happened whenever I came to a website that wanted to use FlashPlayer even though it was already installed.  I had to hit the computer reset button many times.
    With IE8 installed I went through the different instructions on the Adobe website.  I downloaded the uninstaller and tried that with no luck.  I downloaded the SubInACL tool from Microsoft and the reset_fp10.zip file from Adobe and tried that according to the instructions.  Still no results.
    I then tried to manually adjust Registry Permissions according to TechNote tn_19148. No results
    I removed IE8 and everything runs fine.  I like IE8.  Any ideas.
    Thanks,  Steve

    We've tested IE8 extensively without any serious issues, but it's certainly possible that something on your machine or in your IE8 install (as Feran suggested) is conflicting.
    Follow his advice, try to narrow it down and if necessary open a support case against Flash Player (webcase only) via this technote:
    "Flash Player 10 and Internet Explorer 8"
    http://kb2.adobe.com/cps/493/cpsid_49384.htm

Maybe you are looking for

  • My imac is really slow after installing Mavericks

    I have read a number of threads on this and tried re-installing, starting in safe mode (no difference). I have run Etrecheck and here is the result: EtreCheck version: 1.9.12 (48) Report generated 10 July 2014 08:38:19 BST Hardware Information:   iMa

  • HP External LED Monitor--Linking it to a Macbook Pro

    I recently purchased an HP 2511 LED External Monitor to link to my 2011 Macbook Pro--What settings should I use on the Macbook to get the sharpest text and richest colors?

  • Events with Scrpts and JavaScript in ADOBE forms

    Hello All, On an Adobe form I have field for sub totals. I am trying to choose 'Events with Scripts' on the SHOW pull down values and choose JavaScript in the language. I was able to do this some time ago but now, I am able to choose Events with Scri

  • "Call Powerlink Troubleshooting"

    I acquired my 8830 just before Chrstmas. Haven't had any problems till today. Starting this morning, and occurring all day, it buzzes, at various intervals (not the typical ring or vibration) and when I answer there is a highlighted message that says

  • New computer (windows 7) connection problem with Verizon DSL

    I just bought a new computer to replace a dead one.  I took the old one away and plugged the new one into the Verizon cable.  I have Verizon DSL, no wireless, no network at home, just a computer and a Westell modem. On the new computer, I have a succ