|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Our Main Sponsor - FreelancerStore.com | |
|
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
| Sponsored Links |
|
|||
|
One thing i saw in your code , you are using .png image files , My dear friend - many browsers today still cannot render png files , so for effieient css use jpg files.
|
|
|||
|
still IE cannot render png , maybe the newer one can but still the older version which is used by many people is not able to render png
|
|
|||
|
Quote:
yeah, just a qualification of that. IE 7 renders png's but still experiences a problem every once in a while. The thing about png in ie 6 is it will render any pixels that are not completely opaque as transparent. So, if you have any kind of transparency in your image your pretty much screwed. I never knew that until i just checked it out here : PNG: Current Status kinda interesting.
__________________
====================== Tyler James Lee aim : tyler james lee email : tyler@tylerjameslee.com site : tylerjameslee.com ====================== |
|
|||
|
thats right , png is supposed to be coming later in years , but still the latest browsers have not accepted its use
|
|
|||
|
Thanks for the tips im looking to try and learn CSS as i want to try and build a site using it. At the moment i only know html so CSS will be a stretch but i will look more at what you have wrote and see if i can develop a understanding of some kind :).
|
|
|||
|
Listen to the wise mtajim! Efficient CSS requires browser support. You can put in code that will work in new browsers, but DO NOT forget older browsers.
Kiaesi, once you learn CSS you will wonder how you lived without it. Please don't do what I did when I was trying to learn though. I over complicated it and really it's not that hard, pretty easy actually. Good luck to you. |