This is just a small tip.

if you are adding a background image to any of your elements of your network .

 

Please use Background-image .

For example:

 

#element{

   background-image:url(link);

   background-position:left;

   background-repeat:no-repeat;

}

 

Why?

Internet explorer have issues that background images uses "background:" will not be shown .

 

The best practice is to use "background-image"

 

Have a nice day .

Views: 130

Replies to This Discussion

Really? I hate IE so much. It's web designer's nightmare. Thank you for this important small tips.

Yeah , you can test it out using IE8 , background: will not show the background image .

 

 

RSS

Members

© 2024   Created by JenSocial.   Powered by

Badges  |  Report an Issue  |  Terms of Service

Home
VIP Ning Tips