473,377 Members | 1,119 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,377 software developers and data experts.

Space

30
I had my site done, but I looked at it in IE6 and it was messed up even though it looked fine in IE7 and FF. I used a conditional statment so now when it loads in IE6 it loads a different style sheet. However I don't know what is causing the gap to the right of my layout next to the banner and stuff or any of my other problems. Does anyone know?
Expand|Select|Wrap|Line Numbers
  1. <pre class="alt2" dir="ltr" style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 498px; text-align: left;">*{margin:0;padding:0;}
  2. body {
  3. background-color: #5f656b;
  4. font-family: Tahoma, "Arial Unicode MS", Arial, sans-serif, serif;
  5. font-size: .8em;
  6. color: #eea103
  7. }
  8.  
  9. /*July 8th 2007*/
  10.  
  11. #content {
  12. height: 505px;
  13. width: 518px;
  14. background-image: url(images/content.jpg);
  15. background-repeat: no-repeat;
  16. margin-top: 4%;
  17. margin-left: 27.2%;
  18. }
  19.  
  20. #sidebar {
  21. height: 505px;
  22. width: 153px;
  23. background-image: url(images/sidebar.jpg);
  24. background-repeat: no-repeat;
  25. margin-top: 4%;
  26. padding-top: 3%;
  27. padding-left: 3.5%;
  28. margin-left: auto;
  29. float: left;
  30. }
  31. #linkscss {
  32. padding-left: .8%;
  33. padding-right: .8%;
  34. padding-top: 4%;
  35. width: 105px;
  36. }
  37.  
  38. #navigation {
  39. margin: 0%;
  40. padding-top: 0%;
  41. border-width: 0px;
  42. height: 28px;
  43. }
  44.  
  45. #banner {
  46. border-width: 0px;
  47. margin: 0%;
  48. padding: 0%;
  49. margin-top: 0%;
  50. height: 119px;
  51. }
  52.  
  53. #footer {
  54. height: 28px;
  55. width: 712px;
  56. background-image: url(images/footer.jpg);
  57. background-repeat: no-repeat;
  58. margin-top: 4.2%;
  59. }
  60. #container {
  61. width: 712px;
  62. margin: auto;
  63. position: relative;
  64. padding: 0%;
  65. background-color: #3c4246;
  66. }
  67.  
  68. #home {
  69. width: 442px;
  70. }
  71. #news {
  72. width: 442px;
  73. }
  74.  
  75. #texto {
  76. padding-left: .8%;
  77. padding-top: 6%;
  78. width: 105px;
  79. }
  80.  
  81. #text {
  82. padding-left: 5.5%;
  83. padding-top: 5%;
  84.  
  85. }
  86. #footer {
  87. padding-top: .01%;
  88. padding-left: 3%;
  89. font-size: .7em;
  90. }
  91.  
  92.  
  93. #links {
  94. padding: 0%;
  95. margin: 0%;
  96. }
  97. #navigation {
  98. height: 28px;
  99. width: 712px;
  100. background-image: url(images/navigation.jpg);
  101. background-repeat: no-repeat;
  102. margin-top: 0%;
  103. }
  104. #hvan {
  105. margin-left: 28.5%;
  106. padding-top: .7%;
  107. padding-bottom: 1%;
  108.  
  109. }
  110.  
  111. h4.sidebar {
  112. margin: 0px;
  113. padding: 0px;
  114. padding-top: 15%;
  115. }
  116.  
  117. /*Should change form colors*/
  118. #quotel {
  119.  
  120. }
  121. .quote {
  122. }
  123.  
  124. .name {
  125. font-size: 14px;
  126. background-color: #575b64;
  127. border: 1px solid #eea103;
  128. color: #eea103;
  129. }
  130. .budget {
  131. font-size: 14px;
  132. background-color: #575b64;
  133. border: 1px solid #eea103;
  134. color: #eea103;
  135. }
  136. .email {
  137. font-size: 14px;
  138. background-color: #575b64;
  139. border: 1px solid #eea103;
  140. color: #eea103;
  141. }
  142. textarea {
  143.   background-color: #575b64;
  144.   border: 1px solid #eea103;
  145.   color: #eea103;
  146.  
  147. }
  148. input {
  149.   background-color: #575b64;
  150.   border: 1px solid #eea103;
  151.   color: #eea103
  152. }
  153. a:link {
  154. color: #ef9f02;
  155. }
  156. a:visited {
  157. color: #ef9f02;
  158. }
  159. a:hover {
  160. color: #ae6d1b;
  161. }
  162. a:active {
  163. color: #ef9f02;
  164. }
  165. table {
  166.    margin-left: 0px;
  167.    margin-right: 30px;
  168. }
  169. td, th {
  170. padding: 0px;
  171. margin: 0px;
  172. }
  173. tr {
  174. padding: 20px;
  175. }
  176.  
  177.  
  178. .nav a {
  179. color: #ef9f02;
  180. text-decoration: none;
  181. }
  182. .nav a:visited {
  183. color: #ef9f02;
  184. text-decoration: none;
  185. }
  186. .nav a:hover {
  187. color: #ae6d1b;
  188. text-decoration: underline;
  189. }
  190.  
  191. .nav a:active {
  192. color: #ef9f02;
  193. }</pre>
  194.  
Hear is what it looks like in IE6. http://i93.photobucket.com/albums/l7..._Bouzy/IE6.jpg

Hear is what it looks like in every other browser. http://i93.photobucket.com/albums/l7...y_Bouzy/ff.jpg

Are my problems because of bad coding??? I hope not I try really hard.
Aug 13 '07 #1
3 1190
Bouzy
30
If it helps hear is the url I just put it up. For some reason the images don't show up.... but if this helps explain why it looks good in IE7 and FF but not IE6 or 5.5 then good.

http://goldfishgraphics.110mb.com/
Aug 13 '07 #2
epots9
1,351 Expert 1GB
try this guide it might be what your looking for.
Aug 13 '07 #3
drhowarddrfine
7,435 Expert 4TB
You have a <div> inside a <p> which is not allowed. Don't know if that's the problem or not.
Aug 13 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Malcolm Dew-Jones | last post by:
Hello What is the correct way to associate the attributes with the tag if the tag has a name space associated with it and the attribute doesn't have a name space? i.e. <mytag
38
by: Xah Lee | last post by:
sometimes i wish to add white space in <p> as to achived effects similar to tab. what should i do? using empty image seems the sure way but rather complicated. (and dosen't change size with...
11
by: kenneth | last post by:
I just ran across this. #1 <DBColumn> 1 </DBColumn> #2 <DBColumn> </DBColumn> The data for #1 will be parsed and returned as " 1 ". I get a sequence of...
10
by: Bing Wu | last post by:
Hi Folks, I have a problem while creating a big table space. It reports error: SQL1139N The total size of the table space is too big Explanation: The size of the current table space is too...
5
by: Yasaswi Pulavarti | last post by:
does a command like, db2 drop table tabschema.tabname when run from the Aix prompt reclaim the disk space? Are there any other options? How can we make sure the disk space is reclaimed? Thanks,...
3
by: Zheng Da | last post by:
Program received signal SIGSEGV, Segmentation fault. 0x40093343 in _int_malloc () from /lib/tls/libc.so.6 (gdb) bt #0 0x40093343 in _int_malloc () from /lib/tls/libc.so.6 #1 0x40094c54 in malloc...
2
by: shagy | last post by:
Hi, I'm having a problem with a <select><option> which has white space in values... When I post the data I only get the first word (up to the white space). "Testing white space" becomes...
1
by: robert | last post by:
I have an xmldocument and need to set the preservewhitespace to true as after processing the document I want to write out the xml (using outerxml/innerxml) and have the identations preserved for...
8
by: Joe Cool | last post by:
I need to map several columns of data from one database to another where the data contains multiple spaces (once occurance of a variable number or spaces) that I need to replace with a single...
10
by: Phil Stanton | last post by:
I have a table of SpaceAreas eg Food Store, Garden Shed etc with the first and last bin for each Space Area defined. eg Food Store First Space 1, last space 26 and Gargen Shed First space 1, last...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.