Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> znikające div'y na Androidzie
ABDOO
post
Post #1





Grupa: Zarejestrowani
Postów: 45
Pomógł: 0
Dołączył: 11.02.2013

Ostrzeżenie: (0%)
-----


Witam,
strona wyświetlająca się prawidłowo na komputerze z systemem Windows we wszystkich przeglądarkach nie wyświetla divów na Androidzie. W trakcie ładowania divy są widoczne, ale znikają gdy ładowanie strony się zakończy. Myślałam, że divy zostają zasłonięte tłem, dodałam z-index, co jednak nie przyniosło żadnych efektów. Czy ktoś spotkał się z takim problemem?
  1. <style type="css/text">
  2. .extras {
  3. width:150px;
  4. height:100px;
  5. padding: 50px 75px;
  6. position: absolute;
  7. color: #003781;
  8. display:block;
  9. text-align: center;
  10. vertical-align: top;
  11. z-index:101
  12.  
  13. }
  14.  
  15.  
  16. div.text {
  17. display:none;
  18. }
  19.  
  20. .inline {
  21. background-image: url("../img/ribbon5.png");
  22. background-size: 100%;
  23. background-repeat: no-repeat;
  24. padding: 2px;
  25. margin: 0px 0px;
  26. width: 65px;
  27. height:16px;
  28. display:block;
  29. color:#fd6c1d;
  30. text-align: left;
  31. position:absolute;
  32. left: 80%;
  33. top:40%;
  34. text-transform: uppercase;
  35. font-size: 0.8em
  36. }
  37.  
  38.  
  39. #div1{
  40. background: url("../img/cl6.png");
  41. position:absolute;
  42. top: 37%;
  43. left: 3%;
  44. background-size: contain;
  45. background-repeat: no-repeat;
  46. background-position:top;
  47. z-index: 101;
  48. }
  49.  
  50. </head>
  51. <div id="div1" class="extras">
  52. Some text <a class="inline" href="#responsive"> details</a>
  53. </div>
  54. <div class="text">
  55. <div id="responsive" >
  56. <p> Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur? </p>
  57. </div>
  58. </div>
  59.  
  60. </body>
  61. </html>
Go to the top of the page
+Quote Post

Posty w temacie


Reply to this topicStart new topic
2 Użytkowników czyta ten temat (2 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 20.12.2025 - 22:02