Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

 
Reply to this topicStart new topic
> [HTML][CSS] IE ma problem :)
studio.php
post 11.03.2009, 20:41:00
Post #1





Grupa: Zablokowani
Postów: 6
Pomógł: 0
Dołączył: 29.10.2008

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


http://www.activeimpulse.pl/webmaster/# <-- tutaj można zlukać co jest nie tak pod IE a jak wygląda pod FF

  1. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
  2. <meta name="description" content="Clanpage using webSPELL 4 CMS">
  3. <meta name="author" content="webspell.org">
  4. <meta name="keywords" content="webspell, webspell4, clan, cms">
  5. <meta name="copyright" content="Copyright Š 2005 by webspell.org" />
  6. <meta name="generator" content="webSPELL" />
  7.  
  8. <!-- Head & Title include -->
  9. <title><? echo PAGETITLE; ?></title>
  10. <link href="_stylesheet.css" rel="stylesheet" type="text/css">
  11.  
  12.  
  13. </head>
  14.  
  15.  
  16. <div id='main'>
  17.  
  18. <div id='left'>&nbsp;</div>
  19.  
  20. <div id='center'>
  21. <div id='head'>
  22. <div id='kont'>
  23. <div id="menu">
  24. <ul class="b1a"><a href="#"><img src="images/layout-_08.gif" border='0' alt="0" /></a></ul>
  25. <ul class="b2a"><a href="#"></a></ul>
  26. <ul class="b3a"><a href="#"></a></ul>
  27. <ul class="b4a"><a href="#"></a></ul>
  28. <ul class="b5a"><a href="#"></a></ul>
  29. <ul class="b6a"><a href="#"></a></ul>
  30. <ul class="b7a"><a href="#"></a></ul>
  31. <div id='menu2'>&nbsp;</div>
  32. </div>
  33.  
  34. </div>
  35. </div>
  36.  
  37. <div id='site'>
  38. <div id='value'>
  39. <div id='leftmenu'>
  40. <div class='p'><img src='images/layout-_29.gif' />OSTATNIE DEMA</div>
  41.  
  42. <div class='p'><img src='images/layout-_67.gif' />OSTATNIE SUKCESY</div>
  43.  
  44. <div class='p'><img src='images/layout-_72.gif' />COVARGE</div>
  45.  
  46. <div class='p'><img src='images/layout-_77.gif' />POLECAMY</div>
  47.  
  48. <div class='p'><img src='images/layout-_82.gif' />STATY</div>
  49.  
  50. <div style='height: 100%; background-image: url(images/layout-_90.gif);'><img src='images/layout-_88.gif'></div>
  51. </div>
  52. <div id='search'><img src='images/layout-_30.gif' /></div>
  53. </div>
  54. </div>
  55.  
  56. </div>
  57.  
  58. <div id='right'>&nbsp;</div>
  59.  
  60. </div>
  61.  
  62.  
  63. </body>
  64. </html>


  1. body{
  2. background-image: url(images/bg.jpg);
  3. margin-top: 0px;
  4. margin-bottom: 0px;
  5. text-align: center;
  6. }
  7.  
  8. #main{
  9. width: 937px;
  10. height: 100%;
  11. margin-right: auto;
  12. margin-left: auto;
  13. }
  14.  
  15. #left{
  16. width: 31px;
  17. height: 100%;
  18. float: left;
  19. overflow: hidden;
  20. background-image: url(images/layout_04.gif);
  21. background-repeat: repeat-y;
  22. }
  23.  
  24. #center{
  25. width: 875px;
  26. height: 100%;
  27. float: left;
  28. overflow: hidden;
  29. }
  30.  
  31. #head{
  32. position: relative;
  33. float: left;
  34. background-image: url(images/logo.gif);
  35. background-repeat: repeat-y;
  36. height: 169px;
  37. width: 875px;
  38. }
  39. #kont{
  40. padding-left: 13px;
  41. position:relative;
  42. }
  43. #menu ul{
  44. display: inline;
  45. float: left;
  46. padding: 130px 0px 0px 4px;
  47. margin: 0px 0px 0px 0px;
  48. position:relative;
  49. }
  50. #menu2{
  51. float: left;
  52. clear: both;
  53. position:relative;
  54. background-image: url(images/layout-_26.gif);
  55. background-repeat: no-repeat;
  56. margin-left: 4px;
  57.  
  58. height: 10px;
  59. width: 875px;
  60. }
  61.  
  62. #site{
  63. background-image: url(images/layout-_117.GIF);
  64. width: 875px;
  65. height: 100%;
  66. overflow: hidden;
  67. float: left;
  68. }
  69.  
  70. #value{
  71. background-image: url(images/layout-_118.GIF);
  72. background-repeat: no-repeat;
  73. position: relative;
  74. width: 875px;
  75. height: 100%;
  76. overflow: hidden;
  77. float: left;
  78. }
  79. #leftmenu{
  80. background-image: url(images/layout-_90.gif);
  81. background-repeat: repeat-y;
  82. position: relative;
  83. float: left;
  84. height: 100%;
  85. width: 197px;
  86. margin-top: 2px;
  87. margin-left: 15px;
  88.  
  89. }
  90. #search{
  91. float: left;
  92. text-align: left;
  93. overflow: hidden;
  94. width: 640px;
  95. height: 24px;
  96. margin-left: 5px;
  97. background-image: url(images/layout-_31.gif);
  98. }
  99. #right{
  100. width: 31px;
  101. height: 100%;
  102. float: right;
  103. overflow: hidden;
  104. background-image: url(images/layout_05.gif);
  105. background-repeat: repeat-y;
  106. }
  107. .p{
  108. margin: 0px;
  109.  
  110. width: 197px;
  111.  
  112. text-align: left;
  113. background-image: url(images/layout-_64.gif);
  114.  
  115. }
Go to the top of the page
+Quote Post
Lion_87
post 11.03.2009, 22:05:04
Post #2





Grupa: Zarejestrowani
Postów: 850
Pomógł: 120
Dołączył: 15.02.2007
Skąd: Łódź

Ostrzeżenie: (10%)
X----


No a nie możesz opisać dokładnie jaki problem mam sie domyślać że chodzi o przesunięcie? Może zmniejsz margin-left po IE?

@DOWN - no wiesz świata tym nie zbawisz ale kilka literek na klawiaturze stuknąć to chyba nie problem...
@DOWN2 - JA? To Ty go robisz happy.gif

Ten post edytował Lion_87 11.03.2009, 22:50:08
Go to the top of the page
+Quote Post
studio.php
post 11.03.2009, 22:27:32
Post #3





Grupa: Zablokowani
Postów: 6
Pomógł: 0
Dołączył: 29.10.2008

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


po to podałem link żeby każdy mógł zobaczyć i zrozumieć problem ... blinksmiley.gif

nie rób of topa tongue.gif

Ten post edytował studio.php 11.03.2009, 22:31:49
Go to the top of the page
+Quote Post
slewin
post 12.03.2009, 00:04:13
Post #4





Grupa: Zarejestrowani
Postów: 104
Pomógł: 7
Dołączył: 9.12.2008
Skąd: wroc

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


IE ma problem ? hmm u mnie nie
Ale FF ma problem

Zauważyliście że ucina te paski po bokach w miejscu gdzie zaczyna się pasek stanu <lol> .
Jak dla mnie FF ma problem z odczytaniem stylu , może wywal parametr
Kod
height: 100%;
z #left i #right

Ten post edytował slewin 12.03.2009, 00:06:40
Go to the top of the page
+Quote Post
ShadowD
post 12.03.2009, 00:16:17
Post #5





Grupa: Zarejestrowani
Postów: 1 333
Pomógł: 137
Dołączył: 25.03.2008
Skąd: jesteś??

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


Jak chodzi o brak pasków to problem jest z pozycjonowaniem konkretniej z float, by to naprawić trzeba dodać na dole div z styla clear:both;...


--------------------
Mój blog - o wszystkim i niczym ale zazwyczaj związane z informatyką! ;-)
Githube

Usługi spawalnicze i monterskie | Park linowy Lublin i Okunince
Go to the top of the page
+Quote Post
studio.php
post 12.03.2009, 16:05:14
Post #6





Grupa: Zablokowani
Postów: 6
Pomógł: 0
Dołączył: 29.10.2008

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


Jak wywale Height 100 % to wogóle nie będzie tego wyświetlało a jak dodaje clear:both; to sie psują te paski smile.gif
Go to the top of the page
+Quote Post

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

 



RSS Wersja Lo-Fi Aktualny czas: 17.06.2025 - 00:26