Background not appearing?

windows

Guest
Hey there. I'm having a problem getting the background to appear on IE 6. The site was built on a Mac using Dreamweaver MX and the site shows up fine in IE 5.2 for the mac, but on the PC the background doesn't appear. I think it has to do with the javascript put in for the news and events scroller. If I take that out, the background appears fine. Can someone please take a look at the code and see what I'm doing wrong? I can't seem to find the cause of the problem. <br />
<br />
The site can be viewed here.<br />
<br />
<!-- m --><a class="postlink" href="http://www.desi-9.com/optyxx/index.html">http://www.desi-9.com/optyxx/index.html</a><!-- m --><br />
<br />
Thanks,<br />
Nathaniel<!--content-->I cannot see an image:<br />
<!-- m --><a class="postlink" href="http://www.desi-9.com/optyxx/images/bg.gif">http://www.desi-9.com/optyxx/images/bg.gif</a><!-- m --><br />
only an empty browserwindow.....<br />
<br />
:rocker:<!--content-->I can see the site fine, although there is just a littke web page in the center(not liquid). You can try using a php calendar if you can find one!<!--content-->Petervazed,<br />
<br />
I fixed the gif. I'm not sure what was going on with that. Hopefully you can see it now when you point your browser at the gif specifically. <br />
<br />
Even though the gif is now visible I still can't get it to tile on the index page. <br />
<br />
Any thoughts?<br />
<br />
Thanks for your time,<br />
Nathaniel<!--content-->Kevinnaia,<br />
<br />
Could you please explain by what you mean by little web page in the center and not liquid?<br />
<br />
Thanks,<br />
Nathaniel<!--content-->i couldn`t see the background image (ie 5.5 win), you could try using css:<br />
<br />
<STYLE type="text/css"><br />
BODY { background: url("images/foo.gif") }<br />
</STYLE><br />
<br />
<br />
i think what Kevinnaia meant was that your page seems squashed together, it doesnt seem to fill to the screen (liquid)<!--content-->Leoo24,<br />
<br />
I am using a CSS. Perhaps I'm not formatting it correctly.<br />
<br />
Right now it looks like this:<br />
<br />
<style type="text/css"><br />
#body {<br />
background: url("images/bg.gif")}<br />
#content {<br />
position: absolute;<br />
background-color: ada59c;<br />
width: 174px;<br />
z-index: 7;<br />
clip: rect(auto 180 auto auto);<br />
overflow: hidden;<br />
visibility: visible;<br />
left: 0px;<br />
top: 0px;<br />
height: 387px;<br />
}<br />
</style><br />
<br />
The site isn't designed to be liquid. Thus the desire for the tiling background. I'd like the table to stay fixed in the upper right hand corner and as people view it in higher res browsers the background will fill their browsers. <br />
<br />
-Nathaniel<!--content-->Check [this (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.desi-9.com%2Foptyxx%2Findex.html&doctype=HTML+4.01+Transitional&charset=iso-8859-1+%28Western+Europe%29&ss=1&outline=1&sp=1">http://validator.w3.org/check?uri=http% ... ine=1&sp=1</a><!-- m -->)] out. There is a nesting error with the table, and a few other simple things to fix up. <br />
<br />
<br />
Add type="text/javascript" to every <script> tag.<br />
<br />
<br />
Add alt="some text" to every <img > tag. On unimportant images, like spacer elements, and bullet-point images, a minimum of alt="" is fine. Search engines do index the alt text.<br />
<br />
<br />
<br />
Additionally, here is a [list (<!-- m --><a class="postlink" href="http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.desi-9.com%2Foptyxx%2Findex.html&warning=1&profile=css2">http://jigsaw.w3.org/css-validator/vali ... ofile=css2</a><!-- m -->)] of what needs fixing in the CSS code.<!--content-->I get 404 Not Found.<!--content-->Like an image in the center of the page that is like 600x300<!--content-->I was able to fix the background problem by editing the CSS.<br />
<br />
I changed it to:<br />
<br />
<br />
</script><br />
<br />
<style type="text/css"><br />
Body{ background-image: url(images/bg.gif) }<br />
#content {<br />
position: absolute;<br />
background-color: ada59c;<br />
width: 174px;<br />
z-index: 7;<br />
clip: rect(auto 180 auto auto);<br />
overflow: hidden;<br />
visibility: visible;<br />
left: 0px;<br />
top: 0px;<br />
height: 387px;<br />
}<br />
</style><br />
<br />
adding <br />
<br />
Body{ background-image: url(images/bg.gif) }<br />
<br />
is all it took.<br />
<br />
I apprecaite everyone's time and energy. <br />
<br />
Thanks!!!!<br />
<br />
OH yeah...I moved the site over to:<br />
<br />
<!-- m --><a class="postlink" href="http://www.round2online.com/clients/optyxx/webtest/">http://www.round2online.com/clients/optyxx/webtest/</a><!-- m --><!--content-->don't forget to put the hash infront of your color:#ada59c,<br />
yeah see what you've done with the background, looks alot better with it!<!--content-->Here are some new links which point to the errors lists for your [HTML (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.round2online.com%2Fclients%2Foptyxx%2Fwebtest%2F&charset=%28detect+automatically%29&doctype=HTML+4.01+Transitional&ss=1&outline=1&sp=1">http://validator.w3.org/check?uri=http% ... ine=1&sp=1</a><!-- m -->)] and your [CSS (<!-- m --><a class="postlink" href="http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.round2online.com%2Fclients%2Foptyxx%2Fwebtest%2F&warning=1&profile=css2">http://jigsaw.w3.org/css-validator/vali ... ofile=css2</a><!-- m -->)].<!--content-->
 
Back
Top