thepixelguru
New Member
- Messages
- 4
- Reaction score
- 0
- Points
- 0
Hope this is the right section - HTML's not strictly "programming," but I'm new here and couldn't find a better forum to post it in. And yes, I did search.
I'm somewhat new to DIV tags, and I'm trying to get my site to appear correctly in all browsers, but I'm having an issue with Internet Explorer 6. The site validates just fine according to w3c.org (and I used a wrapper for the main section), but as everyone knows that doesn't exactly mean a whole lot when it comes to IE.
You can see my site here:
http://imprinttestsite.x10hosting.com/
and the CSS file is here:
http://imprinttestsite.x10hosting.com/css/default.css
The transparency issues should be easy enough to solve - I think most of the images are saved as PNG-8, and while PNG-24 is larger, I believe it displays properly so I'll probably just end up using that.
The main one is the layout. I can't figure out how to get the main content section of the site to appear centered in IE like it does on every other browser I've tried. It really shouldn't be this difficult, but, like I said, I'm new to DIV tags. I know I could probably make a separate version of the page to serve to IE, but since some browsers that can handle DIV tags properly identify as IE (like Safari) I'd rather not serve them the dumbed-down version of the page.
Is there any way to use the same code to make the site appear properly in all browsers? Thanks in advance for any help or advice you can offer - and if you want to try my site on all your browsers and let me know if there are any other issues, that would be greatly appreciated as well!
I'm somewhat new to DIV tags, and I'm trying to get my site to appear correctly in all browsers, but I'm having an issue with Internet Explorer 6. The site validates just fine according to w3c.org (and I used a wrapper for the main section), but as everyone knows that doesn't exactly mean a whole lot when it comes to IE.
You can see my site here:
http://imprinttestsite.x10hosting.com/
and the CSS file is here:
http://imprinttestsite.x10hosting.com/css/default.css
The transparency issues should be easy enough to solve - I think most of the images are saved as PNG-8, and while PNG-24 is larger, I believe it displays properly so I'll probably just end up using that.
The main one is the layout. I can't figure out how to get the main content section of the site to appear centered in IE like it does on every other browser I've tried. It really shouldn't be this difficult, but, like I said, I'm new to DIV tags. I know I could probably make a separate version of the page to serve to IE, but since some browsers that can handle DIV tags properly identify as IE (like Safari) I'd rather not serve them the dumbed-down version of the page.
Is there any way to use the same code to make the site appear properly in all browsers? Thanks in advance for any help or advice you can offer - and if you want to try my site on all your browsers and let me know if there are any other issues, that would be greatly appreciated as well!