oreo619 Posted January 7, 2005 Posted January 7, 2005 Could someone please take a look at this site and see if you could help me out. CWCampbellElectric.com If you look on the main page at the top left of the page you'll see a logo that says CWCampbell Electric. Behind that logo is a picture of the sky with clouds. As you move to the right you'll see the man standing up then the four buttons of different colors, then solid Orange to finish it out. If you click on Government info another page will come up. You'll notice that the same icon comes up on the left with the cloud background behind it. No person this time (on purpose) The four button menu, then insted of finishing in Orange like it should the cloud background starts again. Thats my problem. I need to find out how to get rid of that second cloud background. If anyone could help, that'd be great. Thanks in advance. Quote
TCH-Don Posted January 7, 2005 Posted January 7, 2005 I am not seeing that Have you tried Control-F5 to force a reload of the page? Quote
oreo619 Posted January 7, 2005 Author Posted January 7, 2005 No I hadn't tried that, but thanks. I guess it'll be alot easier next time around. This has been a long but very positive learning experience. Thanks for the help. ....That did solve another problem of mine but not the cloud issue. I use IE and I am still seeing the problem on the non up-loaded file on my desktop. Quote
btrfld Posted January 7, 2005 Posted January 7, 2005 I am still seeing the problem, both in Firefox and IE. I don't know if it has anything to do with it, but I did notice that the third row of the outer table: <!!---MAIN BODY---><tr> has no ending tag: <td> </td> <!!---COPYRIGHT AND FOOTER---> <tr> Maybe the browser sees the new row opener and loses its mind. Quote
TCH-Don Posted January 7, 2005 Posted January 7, 2005 I see what you are saying now. I wonder if the flash is too hight? without it the rows fit together. Quote
woesap Posted January 7, 2005 Posted January 7, 2005 I think it has to do with the width of the pages. The index page has the following: In the first body paragraph: ><!!---FIRST BODY PARAGRAPH---> <table width="469" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <td width="89"><img src="images/electric.gif" width="89" height="85"></td> <td width="380"><div class="text"><font color="000000"> On the goverment page you have: >!!---COMPANY HISTORY---> <td valign="top"><img src="images/t_pp.jpg" width="131" height="21"><br> <div class="text" style="margin-left:26px "><span class="tahoma"><font size="2" color="000000"> <i So on the second no declaration of width and thus the width as long as the text. In stylesheet you have: >background-repeat: repeat-x; Wider page, middle menu block same width with repeat x gives repetation of the background image.. I think. I would suggest eitherto enter a fixed width or turn off the repeat. Good luck Quote
oreo619 Posted January 7, 2005 Author Posted January 7, 2005 I think.I would suggest eitherto enter a fixed width or turn off the repeat. Good luck <{POST_SNAPBACK}> SWEET!! I got it to work....well You got it to work. I added this line under <Company History> <table width="469" border="0" cellspacing="0" cellpadding="0"> I'm definately still a beginner, thanks alot for the help. Quote
woesap Posted January 7, 2005 Posted January 7, 2005 Glad I was right. Most off the time I feel like a beginner too. At one time had a similar kind of problem It can be very frustrating but very rewording when you find the cause Good luck! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.