[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

05/13/2008 at 07:27AM PDT, ID: 23397894
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.5

image not showing in file with css. easy question.

Asked by mathieu_cupryk in Cascading Style Sheets (CSS), Hypertext Markup Language (HTML), Extensible HTML (XHTML)

<table width="100%" border="0" cellpadding="0"  cellspacing="0">
        <tr>
            <td class="columnRight">
            </td>
            <td bgcolor="#ffffff" width="100%">
            </td>
            <td class="columnLeft">
            </td>
   
        </tr>
    </table>

I don't see the columnRight and columnLeft

.columnRight
{
      background-image:url(images/colfotright.jpg);
      height:13px;
      width:92px;
      
}

.columnLeft
{
      background-image:url(images/colfotleft.jpg);
      height:13px;
      width:92px;

}



1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
227:
228:
229:
230:
231:
232:
233:
234:
235:
236:
237:
238:
239:
240:
241:
242:
243:
244:
245:
246:
247:
248:
249:
250:
251:
252:
253:
254:
255:
256:
257:
258:
259:
260:
261:
262:
263:
264:
265:
266:
267:
268:
269:
270:
271:
272:
273:
274:
275:
276:
277:
278:
279:
280:
281:
282:
283:
284:
285:
286:
287:
288:
289:
290:
291:
292:
293:
294:
295:
296:
297:
298:
299:
300:
301:
302:
303:
304:
305:
306:
307:
308:
309:
310:
311:
312:
313:
314:
315:
316:
317:
318:
319:
320:
321:
322:
323:
324:
325:
326:
327:
328:
329:
330:
331:
332:
body
{
	margin: 0px;
    font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
    background : #D8D5C2 url(images/background_main.jpg) repeat-x top;
}
 
	
td
{
   vertical-align:middle;
}
 
 
td.fieldname
{
   text-align: right;
   font-size: 10px;
   font-weight: bold;
}
 
hr
{
   color: #b45d16;
}
 
 
div.warning {
	padding: 6px;
	background-color: #FEF693;
	border: solid 1px #FFCF10;
	display: table-cell;
}
 
 
 
 
#starBar
 {
	background-image:url(images/starbar.gif);
	height:23px;
	width:300px;
}
 
 
#nav_header
{
	
    background : #75746E url(images/background_nav_top.gif) repeat-x top;
	line-height: normal;
	width: 100%;
	height: 40px;
	
}
 
#nav_header ul
{
	margin: 0;
	padding: 0px 0;
	list-style: none;
	float: right;
	background: url(images/nav_top_filler.gif) repeat-x left top;
   
    
}
#nav_header li
{
	float: left;
	background: url(images/nav_top_left.gif) no-repeat left top;
	margin: 0;
	padding: 0;
}
 
#nav_header a
{
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	float: left;
	display: block;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 5px;
	background: url(images/nav_top_right.gif) no-repeat right top;
	padding: 13px 25px 13px 15px;
}
 
 
#nav_header a span
{
      padding-bottom: 3px;
}
 
 
#nav_header a:hover span
{
	border-bottom: #c0c0c0 1px solid;
	padding-bottom: 2px;
}
 
 
#color_bar
{
	background: url(images/background_header.jpg) no-repeat;
    width: 100%;
}
 
 
#loginbox
{
  
   top: 5px;
   right: 10px; 
   text-align:right;
   float :right;
   font-size: 10px;
   color: black;
   width: 550px;
   height : 80px;
   font-weight: bold; 
   padding: 2px 2px 2px 2px;    
  
}
 
 
#loginbox input
{
   color: #FCFBF9;
   border-color: #FCFBF9; 
   color: black;
   font-size: 10px;
   font-weight: bold; 
}
 
 
#welcomebox
{
   font-size: 12px;
   text-align: right;
}
 
   
#footer
{
   width: 100%;
   text-align: center;
   font-size : 10px;
   font-weight: bold; 
   color: #FFFFFF;
  
}
 
#footer table {
  margin: 0 auto;
}
 
#footer_nav 
{
   width    : 100%;
   height: 23px;
   text-align: center;
   background: #75746E url(images/background_nav_footer.jpg);
   font-size : 10px;
   font-weight: bold; 
   color: #FFFFFF;
   padding-top: 10px;
}
 
 
#footer_nav a
{
	list-style-type: none;
	white-space: nowrap;
	display: inline-block;
	margin: 0px 10px 0px 0px;
	text-decoration: underline;
}
 
#footer_nav a, #nav_login a, #nav_browse a, #crumbs a
{
	color: #FFFFFF;
} 
 
#footermenu
{
   text-align: center;
   padding-top: 10px;            
}
 
#footertext
{
   text-align: center;
   padding-top: 10px;  
   color:Black;          
}
      
 
.highlightcity
{
   background-color: #bb392f;
}
 
.highlightstate
{
   background-color: #ffb401;
}
 
.highlightcountry
{
   background-color: #ffb487;
}
 
 
 
.comment
{
   padding: 4px 0px 4px 0px;
   font-size: smaller;
}
 
 
 
.module_head a {
 
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
 
}
 
.pagetop
{
    background-color:#FEFEFE;
    height: 92px;
 
}
 
 
.pageleft
{
  margin: 0px;    
  color:Black;
  background-color: #DCDACE; 
  background-image:url(images/background_left_column.gif);
  background-repeat:repeat-x;
  background-position:top right;
  font-size: 10px;
  width: 15%;
  height: 600px;
  vertical-align : top; 
}
 
.pageright
{
   margin: 0px;  
   color: Black;
   background-color: #FFFFFF;
   background-image:url(images/background_right_column.gif);
   background-repeat:repeat-y;
   background-position:top left;
   font-size: 10px;
   background-position:-2px 0;
   width: 20%;
   vertical-align:top; 
}
 
 
 
.pagecenter
{
   margin: 0px; 
   padding: 0px;
   background : #75746E url(images/background_center.gif) repeat-x top;
   width: 65%;
   vertical-align:middle; 
}
 
.module_head 
{
	background-color: inherit; 
	font-size: 11px; 
	font-weight: bold;
	color: #ffffff; 
	font-variant: small-caps;
    background-image: url(images/module_head_bg.jpg);
    background-repeat: repeat-x; 
    background-position: left top;
    text-indent: 3px; 
    height: 20px;
}
 
.module_detail_inside 
{ 
	font-size: 11px; 
	font-weight: normal; 
	background-color: #f8f8f8; 
	border-color: #eaeaea; 
	border-style: none solid solid; 
	border-width: 1px; 
}
 
 
 
.tbcss 
{ 
	font-size: 11px; 
	font-weight: normal; 
	background-color: #faeaea;
    border-color: #f0c0c1; 
    border-style: solid solid solid; 
    border-width: 1px; 
 }
 
.columnRight
{
	background-image:url(images/colfotright.jpg);
	height:13px;
	width:92px;
	
}
 
.columnLeft 
{
	background-image:url(images/colfotleft.jpg);
	height:13px;
	width:92px;
 
}
 
Loading Advertisement...
 
[+][-]05/13/08 07:50 AM, ID: 21555600

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/13/08 07:50 AM, ID: 21555611

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/13/08 08:11 AM, ID: 21555821

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/13/08 08:18 AM, ID: 21555909

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Cascading Style Sheets (CSS), Hypertext Markup Language (HTML), Extensible HTML (XHTML)
Sign Up Now!
Solution Provided By: Eternal_Student
Participating Experts: 3
Solution Grade: B
 
 
 
Loading Advertisement...
20090824-EE-VQP-74 / EE_QW_2_20070628