Issue report 9380/9790 using {position: fixed; top: 0em; width: 100%; background: #00F ;}}

Dear Support forum,

Has anyone else seen make artifacts when using position: fixed; on a 9380?

I have a header and a footer with width bot: 100% using position: fixed to pin them on the top and the bottom.

It works very well on a lot of blackberries, but in portrait mode on the 9380, a bar I get strange white ghost on the side:

He is not seen in landscape mode:

Although lack us a wide column of pixel made now on the left side.

The 9790 makes the screen very well, but it should also be noted there a line of pixel on the merits in this case, given while the footer shows clearly: {position: fixed; low: 0em; width: 100% ;}}

Example can be found here:

http://www.Arche-it.com/BBDev/RenderIssue/index.html

I can't reproduce this with another device. You can try the 9380 update to a more recent software, as 1647 (7.1.0.523) set that is available through many carriers? It is possible, that it's been fixed it.

Tags: BlackBerry Developers

Similar Questions

  • Positioning of elements of the CSS. format my header and keep him in a position fixed?

    I have a few things here. Any help would be grateful. Thank you in advance.

    I was styling my head, and it has become a bit more complex, kind of looked a little crazy. So I'm all stripping back so that I can totally understand how everything can be placed on a page (via the widths of margins, paddings, heights, line-heights etc. But even through a few tuts lynda.com, I always find it a bit confusing how control the positions of my items on the page. As you can see I have colored the colors of different backgrounds so that the items are easier to see. As well as the screenshots I posted ONLY relevant CSS/HTML

    First of all, I use my head as my banner at the top of the page, which includes my h1, menu navigation nav text logo and links from social network button.

    However, there is about a 10-20px gap/gray bar at the top of the page, which I suppose is my body (so the same color). I want to know how can transparent so that the Red header at the top is completely.

    Screen Shot 2015-09-12 at 10.39.00.png

    Screen Shot 2015-09-12 at 10.43.49.png

    Next is social networking buttons (green). Above you can see that they are placed to the right of the page. However, given that I fixed the header so that it remains at the top of the page social buttons to go directly to the left of the page. Now I can solve this by using padding on the left side. This pushes the right buttons, but I really don't see that as a real solution, rather a twisted. I want to move the section to the right, not use margins and others to push the element.

    Screen Shot 2015-09-12 at 15.44.48.png

    Here is the HTML and CSS section for this part. You will see that I commented on a part of the code to try to figure out what is the issue. Feel free to play with it.

    I appreciate that very much. Thank you.

    <! doctype html >

    < html >

    < head >

    "< link rel ="stylesheet"type =" text/css"href ="... / /CSS/style.css ">"

    < meta charset = "UTF-8" >

    < meta http-equiv = "content-type" content = "text" >

    < meta http-equiv = "X-UA-Compatible" content = "IE = edge" >

    < meta name = "viewport" content = "width = device-width, original scale = 1.0" >

    creation of < title > BGDR < / title >

    <!-the following script tag downloads a font of Adobe Edge Web server fonts to use in the web page. We recommend that you do not modify it.--> < script > var __adobewebfontsappname__ = "dreamweaver" < /script >

    <!-the following script tag downloads a font of Adobe Edge Web server fonts to use in the web page. We recommend that you do not modify it.-->

    <!-< script > var __adobewebfontsappname__ = 'dreamweaver' < /script >->

    " < script src =" http://use.edgefonts.NET/quicksand:N3, i3, N4, I4, n7, i7:All.js "type =" text/javascript"> < / script > "

    < / head >

    < body >

    "" <!-< img src = "... / Assests/Pics/dots_lines.gif" class = "dotimg" alt = "Points and lines in motion" >-->

    < header >

    <!-h1 is a text logo (I need to check to see have a h1 text logo is ok)->

    < h1 id = "logo" role = "button" >

    < a href = "Home.html" title = "return to the front page" role = "link" > "

    < span id = "bgdr" >

    BGDR

    </span >

    < br >

    < span id = 'creative' >

    Creative

    </span >

    < /a >

    < / h1 >

    < nav id = "nav" role = "navigation" align = "right" >

    < ul >

    < li > < a href = "Home.html" title = 'Go Home' rel 'next' = > FRONT PAGE < /a > < /li > "

    < li > < a href = "About.html" title = "On BGDR" rel = "next" > ON < /a > < /li > "

    < li > < a href = "CV.html' title ="CV"rel = 'next' > CV < /a > < /li >"

    < li > < a href = "Blog.html" title = "A blog of my work and thoughts" > BLOG < /a > < /li > "

    < li > < a href = "Contact.html" title = "contact me" rel = 'next' > CONTACT < /a > < /li > "

    < /ul >

    < / nav >

    < br >

    <!-Here's the social netowrking with < a > tags buttons put an external link-->

    < section class = "social" role = "button" align = "right" >

    " < a href =" https://Twitter.com/sambegdouri "title =" Tweet Me! "target ="_blank"> "

    "" < img src = "... / Assests/Icons/twitter.svg" alt = "Twitter" width = "40" height = "40" >

    < /a >

    < a href = "..." "title ="Facebook Page"target ="_blank">

    "" < img src = "... / Assests/Icons/facebook.svg" name = "Facebook" alt = "Facebook" width = "40" height = "40" >

    < /a >

    " < a href =" https://Instagram.com/sambegdouri/ "title ="My Insta Feed"target ="_blank"> "

    "" < img src = "... / Assests/Icons/Insta.svg" height = "40" width = "40" alt = "Instagram" >

    " < /a > < a href =" "" " https://UK.LinkedIn.com/in/sambegdouri title ' = 'My Linkedin profile' target = '_blank' > < img src ="... / Assests/Icons/linkedin.svg "height ="40"width ="40"alt ="Linkedin"> < /a > < / section >

    < / header >

    < / body >

    < / html >

    / * This section is for! the value default global styling for the entire site * /.

    HTML {}

    margin: 0 auto;

    padding: 0;

    }

    {body

    Police-family: quicksand, didact-Gothic, without serif.

    margin: auto;

    make-style: normal;

    Police-weight: 300;

    height: auto;

    Width: auto;

    background-color: gray;

    }

    / * This section isfor the header section that includes the header itself, my M1, the navigation bar text logo and social buttons Albums * /.

    {to header

    background-color: hsla(359,70%,46%,1.00);

    position: fixed;

    Width: inherit;

    }

    H1 {}

    background-color: orange;

    Width: 175px;

    height: 83px;

    / * font size: 4;

    text-align: justify;

    color: black;

    margin: 0;

    position: inherit;

    top: 0em;

    left: 0.5em;

    padding: 0;

    top of the margin: 7px;

    margin-bottom:-82px; * /

    }

    / * {#logo

    line-height: 30px

    }

    {#bgdr}

    }

    {#creative}

    font-size: 0.6em;

    letter-spacing: 0.04em;

    padding-left:0.5%;

    line-height: px;

    }*/

    a: link {}

    color: hsla(0,0%,0%,1.00);

    -webkit-transition: color 0.5 s ease-out;

    -moz-transition: color 0. 5 s;

    -o - transition: color 0. 5 s;

    transition: color 0. 5 s;

    text-decoration: none;

    Police-weight: 500;

    }

    a: visited {}

    color: hsla(0,0%,0%,1.00);

    }

    a: hover {}

    color: hsla(0,0%,72%,1.00);

    }

    UL {}

    / * Here, the ul, li and .nav control the top nav menu * /.

    background-color: blue;

    list-style-type: none;

    float: right;

    position: inherit;

    top: 5th;

    right: 3em;

    top of the margin: 0em;

    right margin: 2.5em.

    left margin: 0em;

    margin-bottom: 0em;

    Padding: 0em;

    font size: 1.15em;

    }

    Li {}

    float: right;

    display: block;

    Width: inherit;

    left margin: 3em;

    }

    .the {}

    position: inherit;

    left: 1200px;

    top: 0;

    display: block;

    Width: 11èm;

    Padding: inherit;

    Size: 1em;

    background-color: green;

    }

    Sticky header using position: fixed.

    ALT-Web demos: CSS Sticky header

  • Help with element position fixed on the screen, with a difference to follow!

    Hi guys

    While I don't have any examples online, it will be easier for you and I want to help explain my layout.

    I have a single page site, with 4 sections vertically. Each section is a div to 100% width and a height of 1200px to fill screen of the user, and obviously, this div contains a lot of divs for content.

    Now in a section, I want my navigation bar to ADOPT the screen as it scrolls down but does not scroll in the section located below or above it. So I put the item Nav to have this CSS code:

    .hostingBackgroundWrap .nav {}

    Width: 150px;

    height: 100px;

    float: left;

    position: fixed;

    left: 0px;

    background-image: url(images/td_bg3.png)

    It works ALMOST well. It follows the screen down, he won't go in the section below when I scroll down... but it spread in the previous sections if I scroll to the top of the screen.

    Here is the CSS code for the .hostingBackgroundWrap just in case it is necessary, which is be more or less the same coding for each of the sections above and below.

    {.hostingBackgroundWrap}

    height: 1200px;

    Width: 100%;

    background-repeat: repeat;

    border-top-width: 0px;

    border-right-width: 0px;

    border-bottom-width: thick;

    border-left-width: 0px;

    border-bottom-style: solid;

    border-bottom-color: #30312F;

    background-image: url(images/bg_hosting.jpg);

    position: relative;

    Thank you!

    Can you please put to the top of your file online on your server and give us a link?

    What you want to achieve is called a "post-it". There is a pure jQuery plugin that will do just fine for your needs. Take a look here: http://labs.anthonygarand.com/sticky

  • Issues reported as incomplete when using rdcmndGotoSlide

    Hello!

    I work in a Captivate 4 project. I wanted to do a non-linear module, so it contains a menu in slide 2 with flash animations, acting as buttons.

    Each of the buttons use rdcmndGotoSlide to go to the appropriate slide, but it causes a strange problem.

    It seems that once I return to the menu after answering a few quiz questions, all of the issues reported as being incomplete (do not let the user answer the question)

    What could be the problem here?

    Hello

    I think you got out of "range Quiz" If you see this behavior. This range begins with the slide containing the first marked object (may be a slide Question or an interactive object such as a button, click box, TEB) and ends with the slide of Score (this is the reason why the latter is mainly put at the end of the project). With your connection go to a slide before the first 'thing' scored? If so, as an attribute a note (maybe 1 pt) to an interactive object in a slide before that point of branching.

    Lilybiri

  • How to use the style position fixed animated border

    Im trying to put a bar of Pentecost menu position fixed

    Anyone know the format code to do this?

    I tried whit this in CompositionReady:

    SYM.$("menu"). CSS ("position", "Fixed");

    but it doesn't have the positions of Pentecost.

    However, it seems to work in all browsers:

    SYM.$("body"). Append (sym.$("YOUR_SYMBOL"). CSS({"position":"Fixed"}));)

  • Animation goes on my position: fixed nav?

    Newbie here so any help reveal be appreciated

    SO I have a nav which remains at the top of the window with position: fixed, but when I scroll to the bottom of my animation goes "at the top" of the menu as if it were a layer on top and extends from the NAV.

    A way to solve this problem?

    Hello

    I would like to draw your nav to the top of the Panel element that means he is above all.

    If this does not work I would like to use Z-index code to control the NAV.

    Hope this helps

  • I use images fixed high resolution but when the vid play they blur. They look strong when I stop. ***?!

    I use images fixed high resolution but when the vid play they blur. They look strong when I stop. ***?!

    Never had this problem before or on iMovie.

    Try to set a better quality in the view drop-down list top right of the Viewer window.

  • Problem using Mr Fixit

    I used Mr Fixit from Microsoft to reset my default hosts file and now there is no Hosts file in C:/windows/drivers/etc/my browsers work. What should I do?

    Thanks PML. This discussion is useful. The Hosts file FAQ is not very useful.

    If the hosts on 135kb files are bad, why the MVP recommend a 608 kb?

    The hosts file, kidnapped by Mr Fixit has been 407KO. Wouldn't that one be better than the biggest MVPS hosts file?

    How can I reverse the changes made by Mr Fixit from Microsoft Support? I tried the system restore, but it did not work. Is there anyway that I can use the hosts.old file?

    Also shouldn't you or someone tell Microsoft that is hosts by default file reset program is defective and remove the hosts file?

    Finally, your best judgment. I would be better to use the huge MVPS hosts file? What features I'll lose by disabling services.msc, as recommended?

    Additional questions. What is the hosts.*.backup? (* indicates an alphanumeric string.) What was the purpose of the 86 hosts.*.backup files that I deleted? A BAK file is similar to a backup file? What is the difference? Can I use the backup file to re-create the hosts file?

    I do not use a file hosts at all, so I can't answer from personal experience.  However, it is not the size of the hosts file that is important, it is what is in it.  Point entries in any "anti-malware" hosts file (there may be other reasons to use a hosts file, but anti-malware is most common for individuals) is to deal with HTML code hidden on a web page which redirects the web browser to an unwanted site.

    Suppose that someone has written a webpage so that when get you there, it tells your browser to www.stealmyidentity.com.  If someone ' one - as the people who compiled the MVPS hosts file - aware of this site and puts an entry in hosts like this
    127.0.0.1 www.stealmyidentity.com
    When the HTML code is executed, your browser will then the IP address 127.0.0.1 instead of the IP address of the wrong site.  127.0.0.1 is the IP address of 'closure' of your computer (which is why the logo at the top of web page MVPS hosts said "There is no place like 127.0.0.1").

    Thus, you can't compare your old hosts file 407KO with the hosts of MVP 608 kb file and say that the first one was "better".  No, it's probably not best, because it lists less "bad" sites.

    I know not the details of why a leader hosts more than 135 k could slow things down, but given that 407KO is so much greater than 135 k, I guess that from a performance point of view, 407 kb is not much better than 608KO either.  And in any case, MVP web page gives you a procedure to deal with this potential to slow down.  And you're not disable services.msc - you use services.msc to disable the DNS Client service.  Note also that the definition of a service on 'manual' is not the same as 'off '.  Defining a service to "Manual" just will not start the service until something he needs.

    I suggest to use the MVPS hosts file and set the DNS Client service on 'manual' as suggested.  If this is a problem, you can just go back to the default hosts file and set the Client DNS service on 'automatic', which is the default value.

    You seem to be correct only the Microsoft FixIt routine (in the future, remember to identify the Knowledge Base article that includes the FixIt you speak because Microsoft has a lot of different routines "FixIt") does not quite what it says it will do.  What routine FixIt seems to do is rename the file hosts in hosts.old.  This brings the system to what I recall is the State of the default system - no hosts file at all.  If you want then the hosts 'default' file, you copy the example of hosts (hosts.sam) file to a new file named simply hosts (with no file extension).

    In this case, a file *.backup or master is just the previous hosts.  It seems as if you were using a service that regularly gave you a new hosts file.  Rather than simply replacing your existing with a new hosts file, this service renamed your current file and then created a new.  There is no good reason to keep 86 versions old what whatsoever.

    To "recreate" the hosts.old hosts, hosts.bak file host.backup or hosts.backup75 file, just rename to remove the file extension.  You can watch one of these files in the notebook, but because the file extension is not txt, when you double-click a master file or use 'open with', you will get the dialog box asking you to select the program to open the file in the list.  Simply choose the notebook and're you good to go.

  • After having used Mr. Fixit, I now have this 80072EE2 error code. How can I solve this problem?

    How to solve the following problem?

    After using Mr. Fixit to solve this error code 80072EE2, I now have Windows Update, error 0 x 80070057 (2015-10-19-T-11_18_08A not fixed and the recent updates installation issues also do not set. I am running Win 7 Home Premium 64-bit.   How can I solve this problem?

    Thank you

    Harmony

    I really appreciate your response, however, I was able to solve it with the system restore and reinstallation of several windows updates.

    It turned out that a third-party software was the culprit.  Once I made this discovery, I reinstalled the software uninstalled, and carried out the system restore and updates.

    Thanks again!

    Scootslee

  • post-its nav - position fixed does not work

    Hello

    I have a rectangle with a fixed, high position of 80px 0px and law:

    var tabs = sym.$("tabs");

    Tabs.CSS ({"location": "fixed", "top": "80px", "right": "0px"});

    Inspect element in the browser (safari) confirms that the position is fixed.  (Watch the blue rectangle on the right.)  And it sticks on the right side if I change the width of the browser.

    Screen Shot 2014-04-25 at 3.01.15 PM.png

    However, if I scroll to the top, the blue box is scrolled upward and out of the scene:

    Screen Shot 2014-04-25 at 3.02.18 PM.png

    Even if the calculated style shows a the top of 80px.

    Any help would be most appreciated.

    Thank you

    -Sherry

    Hello

    You can get this StickyNav in this way

    because jquery and css is all based on the left and top position, so we need calculate the right position

    in this case because we want to right = 0, so we do this way

    =========================================================================================

    at the stage > compositionReady

    right = $("body").width () - sym.$("tabs").width)

    SYM. $("onglets") .css ({"location": "fixed", "top": "80px', 'left': right +" px"}).appendTo ($("body"))

    =========================================================================================

    / / with .appendTo ($("body")) make us it stick in the browser

    This is a problem, if we resize the browser element will remain wherever it is that we should add this code

    =========================================================================================

    at the stage > resize

    right = $("body").width () - sym.$("tabs").width)

    SYM. $("onglets") .css ({"location": "fixed", "top": "80px', 'left': right +" px"})

    =========================================================================================

    so we are now good, and to resize our div will remain right = 0px

    If you have any question do not hesitate to ask

    regads

    Zaxist

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

    Hello guys,.

    I want to post a rectangle or a picture while scrolling browser.

    I use sym.$("Rectangle3").css ({'position':"fixed"});})

    It works fine in Mozilla and IE10 but not in chrome (Version 27.0.1453.116 m)

    Anyone help please?

    Thanks in advance.

    Anthony

    @2adps I think that the question boils down to translateZ (0) which is a known trick to force the GPU acceleration - and uses the same trick as animate

    I asked one of our developers and we have found a workaround.

    Add to the event compositionReady to the scene:

    $("body").append ($("#Stage_rect").css ("position", "fixed"));

    Replace "Stage_rect" what is your name of the element. For example, if your name of the element is "Rectangle3"level step in your items Panel, it becomes '#Stage_Rectangle3'. '. You can also get the name of this ID by the Inspector of your browser tools.

    Sarah

  • Position fixed DIV strangeness and anchor in the HTML stack

    Hello

    Im hoping someone can help me here.

    In short - I've implemented a pile of HTML/CSS. On the page, I have a couple of position: fixed; < div > s. From iOS5, they are supposed to work in mobile Safari and actually work in DPS (I tested).

    Inside the fixed position div, I have a hypertext link to an anchor at the top of the page. When loading the page, the link works. If I scroll the page, the link no longer works. Here's the weird part. As mentioned, after I scroll the link does not work, but if I type where the link is on the loading of the page, it works.

    Any ideas?

    DW

    Position: fixed DIVs are supported in iOS5, they are a known DPS bug. They position and remain fixed, but interactive elements (hyperlinks, for example) do not work in these div tags

    DW.

    To clarify - this is the case in a pile of HTML. It seems to work well enough in a superposition of Web (with the exception of weird double - tap for its work.)

  • Help - floats and positioning fixed

    How can I create a #header div tag
    within the #header div tag I want a floating to the left and content IMG floating right

    so, I want this #header entire div tag fixed a position. If the header is fixed while the spectator is scroll down the Web site.

    Then I need to restore the normal document flow so that the next #mainContent div tag is good to go.

    Ive tried a few things but Ive have had no luck

    I have a #header div, inside this #header I have a DIM. This IMG is not in a div tag, I float to the left image.
    Then I have a paragraph that is also in the #header, but after the IMG. I'm floating the paragraph to the right, like this
    #header p
    float: right

    How to have a tag div #header
    in this div tag is a left floating IMG and floating paragraph right, I text-align the content item to the right.

    the header seems to be decent, img completely to the left and the content of the paragraph all the way to the right...

    now, I want to FIX the position this div #header set. I want the content of the IMG paragraph to stay fixed in the positions that they are at the moment.

    I went to my CSS for the div #header and position: fixed

    He screwed up the layout.

    Many thanks for any help, I can get on it

    -James

    Try this CSS-

    {#wrapper}

    background-color: #D6D6D6;

    margin-top: 0px;

    margin-right: auto;

    padding: 0px;

    text-align: left;

    Width: 770px;

    margin-bottom: 0px;

    left margin: auto;

    min-height: 600px;

    position: relative;

    }

    #header {}

    background-color: #096;

    margin: 0px;

    padding: 0px;

    overflow: hidden;

    position: fixed;

    Width: 770px;

    height: 150px;

    }

  • I need a copy of Visual Studio 2008 while I have the same version of Crystal Reports that are used by one of my clients.

    Buy Visual Studio 2008

    I need a copy of Visual Studio 2008 while I have the same version of Crystal Reports that are used by one of my clients.

    Can I buy Visual Studio 2010 with MSDN Essentials and then download and use Visual Studio 2008

    Hello

    Welcome to Microsoft Windows 7 answers Forum!

    Thank you for visiting the Microsoft answers Forum.

    The question you posted would be better suited in the MSDN Forums. I would recommend posting your query in the MSDN Forums

    I hope this helps.

  • matsgetsapccatalog: cannot use microsoft fixit

    cannot use microsoft fixit

    Hi allyoop432,

    1. what happens when you try to run the fix it? You get the error message?

    2. why you try to run the fix it?

    3. where did you download the fix it?

    Does your message contain all of the required information. View the required information.

    In addition, I suggest you send your query in Microsoft Fix it Center for better support.

Maybe you are looking for

  • I can't find many applications in the appstore on my macbook air, HELP

    yesterday, I bought a macbook air, but I can't find a lot of apps that I can find on my ipad, such as ask.fm and kik and many games, u can help me please?

  • How do root AT200?

    Hello Sorry in advance if this question is not recommended on this forum but is there a way to root the AT200? I would like to use applications like Titanium backup or system tuner... Thank you

  • No more mouse don't Hover El Cap 10.11.3

    As of today - after OS X updated 10.11.3 up-to-date it appears - I'm suddenly no entry hover my mouse and my Tablet Wacom Intuos Pro. I have reinstalled the OS X with 10.11.3 Combo update, reinstalled drivers Wacom, tested with a fresh user account b

  • BIOS update failed, 2000 with AMD E-300 HP

    I have a laptop of HP 2000 Specifications of the PC: CPU: AMD E-300 Graphics card: AMD Radeon HD 6310 graphics Operating system: Windows 64-bit 8.1 Product name: HP 2000 Notebook PC Product number: C2M21UA #ABA The version of the BIOS: Insyde F.61 Wh

  • Gray of WIFI on home network

    Hello I have problems to connect to my home network. Wifi phones turns well, gets an IP address and looks perfect. However, grey wifi strength meter and phone outside and there is no connectivity to the internet on the phone. The wireless network is