Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> zostająca kreseczka pod linkiem...
Vasquez21
post
Post #1





Grupa: Zarejestrowani
Postów: 213
Pomógł: 0
Dołączył: 2.11.2004
Skąd: Jaworzno

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


Witam wszystkich.

Najprościej będzie chyba jak pokaże po prostu o co chodzi:

http://vasquez.webd.pl/test/

Czy ktoś wie dlaczego pojawia się ta kreseczka (w przeglądarce firefox)?

Ten post edytował Vasquez21 6.03.2011, 10:54:08
Go to the top of the page
+Quote Post
 
Start new topic
Odpowiedzi
Vasquez21
post
Post #2





Grupa: Zarejestrowani
Postów: 213
Pomógł: 0
Dołączył: 2.11.2004
Skąd: Jaworzno

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


hmm wszystko jest na tej stronce do której dałem linka.
Ale może wkleję cały kod:

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//PL" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>test</title>
  5.  
  6.  
  7. <STYLE TYPE="text/css" MEDIA=screen>
  8. body, html {
  9. font:normal 13px arial,sans-serif;
  10. margin:3;
  11. padding:3;
  12. color:#484848;
  13. background:#ffffff;
  14. }
  15.  
  16. input, select, textarea
  17. {
  18. font-size:11px;
  19. }
  20.  
  21.  
  22. A:link {text-decoration: none; color:#669;}
  23. A:visited {text-decoration: none; color:#669;}
  24. A:hover {text-decoration: none;color:red;}
  25. A:active {text-decoration: none;color:#669;}
  26.  
  27. #admin-table
  28. {
  29. font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  30. font-size: 12px;
  31. width: 90%;
  32. margin: auto;
  33. text-align: center;
  34. border-collapse: collapse;
  35. border-top: 7px solid #9baff1;
  36. border-bottom: 7px solid #9baff1;
  37. }
  38. #admin-table th
  39. {
  40. font-size: 12px;
  41. font-weight: bold;
  42. padding: 2px;
  43. background: #ffffff;
  44. border-right: 1px solid #9baff1;
  45. border-left: 1px solid #9baff1;
  46. border-bottom: 1px solid #9baff1;
  47. color: #669;
  48. }
  49. #admin-table td
  50. {
  51. padding: 2px;
  52. background: #ffffff;
  53. border-right: 1px solid #aabcfe;
  54. border-left: 1px solid #aabcfe;
  55. color: #669;
  56. }
  57.  
  58. #admin-cards-table
  59. {
  60. font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  61. font-size: 12px;
  62. width:100%;
  63. margin: auto;
  64. text-align: center;
  65. border-collapse: collapse;
  66. border-top: 7px solid #9baff1;
  67. border-bottom: 7px solid #9baff1;
  68. }
  69. #admin-cards-table th
  70. {
  71. font-size: 12px;
  72. font-weight: bold;
  73. padding: 2px;
  74. background: #ffffff;
  75. border-right: 1px solid #9baff1;
  76. border-left: 1px solid #9baff1;
  77. border-bottom: 1px solid #9baff1;
  78. color: #669;
  79. }
  80. #admin-cards-table td
  81. {
  82. padding: 2px;
  83. background: #ffffff;
  84. border-right: 1px solid #aabcfe;
  85. border-left: 1px solid #aabcfe;
  86. border-bottom: 1px solid #aabcfe;
  87. color: #669;
  88. }
  89.  
  90. p.naglowek
  91. {
  92. font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  93. font-size: 13px;
  94. text-align:center;
  95. font-weight:bold;
  96. color:#669;
  97. margin:10px 5% 5px 5%;
  98. }
  99.  
  100. #kom-good
  101. {
  102. font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  103. font-size: 12px;
  104. text-align:center;
  105. font-weight:bold;
  106. color:green;
  107. margin:10px 5% 5px 5%;
  108. }
  109.  
  110. #kom-bad
  111. {
  112. font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  113. font-size: 12px;
  114. text-align:center;
  115. font-weight:bold;
  116. color:red;
  117. margin:10px 5% 5px 5%;
  118. }
  119.  
  120.  
  121.  
  122. </head>
  123.  
  124. <p class="naglowek">TURNIEJE</p>
  125. <table id="admin-cards-table" style="width:80%;">
  126. <tr>
  127. <th align="center"><b>1</b></th>
  128. <th align="center"><b>2</b></th>
  129. <th align="center"><b>3</b></th>
  130. </tr>
  131. <tr>
  132. <td><a href="">abc</a></td>
  133. <td><a href="">abc</a></td>
  134. <td><a href="">abc</a></td>
  135. </tr>
  136. <tr>
  137. <td><a href="">abc</a></td>
  138. <td><a href="">abc</a></td>
  139. <td><a href="">abc</a></td>
  140. </tr>
  141. <tr>
  142. <td><a href="">abc</a></td>
  143. <td><a href="">abc</a></td>
  144. <td><a href="">abc</a></td>
  145. </tr>
  146. <tr>
  147. <td><a href="">abc</a></td>
  148. <td><a href="">abc</a></td>
  149. <td><a href="">abc</a></td>
  150. </tr>
  151. <tr>
  152. <td><a href="">abc</a></td>
  153. <td><a href="">abc</a></td>
  154. <td><a href="">abc</a></td>
  155. </tr>
  156. <tr>
  157. <td><a href="">abc</a></td>
  158. <td><a href="">abc</a></td>
  159. <td><a href="">abc</a></td>
  160. </tr>
  161.  
  162. <br />
  163. <br />
  164. Dla nie mających FF... poniżej jak to wygląda po tym jak najedzie się na link i z niego zjedzie...<br />
  165. <img src="a.png" />
  166.  
  167. </body>
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: 9.10.2025 - 00:06