1
Sorry, not trying to spam but I figured this was a better (read more specific) forum for my question. Thanks:
Ken
================================
Hey there again, ok well I am working on my theme here, well I thought I was done as it looked good in IE from my work computer at least for the dev level we are at now and well here I am on my linux box and well although my problems are minor it is not the way it is supposed to be. Ok well the css values that aren't working are the background-image in the body and the table as well as the table size percent and the margins being auto. I am attatching the current snippet of my CSS code. I originally had the background image set up as url(image) however I tried adding single quotes just recently and that still did not work.
Here is the snippet of the current top of the file where these setting are in style.css:
body {color: black; background: white; background-image: url('background2.gif'); margin: 0; padding: 0; font-size:11px;}
table {width: 90%; padding: 0; font-size:11px; margin-left: auto; margin-right: auto; background-image: url('background2neg.gif')}
table td {padding: 0; border-width: 0; vertical-align: top; font-family: Verdana, Arial, Helvetica, sans-serif;}
The site lives in
http://st48.startlogic.com/~raleighm for now, IE is working how I want just not Mozilla for windows or linux or for that matter Konqueror, I have not tried Opera or others yet. Please advise what I can do to help improve my cross browser compatability for this.
Ken