by AnalHorror [NK] Fri Feb 26, 2010 7:43 pm
And Rado one thing. It would be better if u could change the way logo is displayed. Now it is displayed as picture (img) and it would be better if it would be displayed as a background. First thing - it doesn't look profesional if header of the site is downloaded after the site is displayed. And second thing - it is downloaded by user/guest browser every time he visit any subsite of NK portal.
If u change this to background it will be downloaded just once with first visit on NK portal, and it will be downloaded before site is displayed and u see logo at the same time u see all site. So I propose.
1. Remove img
2. Change this:
[a href="/forum.htm"]
to
[a id="nk_header" href="/forum.htm"]
3. Add to css file:
a#nk_header{
display: block;
width: 732px;
height: 326px;
background: transparent url('https://i.servimg.com/u/f61/13/41/97/37/nk_by_10.png') no-repeat: 0 0;
}
(I was forced to replace start and end symbols of html tag by '[' , ']') I can't test it so I hope it works
And I'm courious why u put this image externally (https://i.servimg.com/u/f61/13/41/97/37/nk_by_10.png) from the site?