[TYPO3-hci] <IMG> vs CSS-backgrounds

Feodor Rykhtik feodor.rykhtik at gmail.com
Tue Dec 9 12:40:39 CET 2008


Hello again,

Yes, It will ask some changes, but in the same time it gives huge
possibility of customization in future. More easy to make skins, better
possibilities for HCI-team to improve something.
.htaccess solution - of course it's possible to use, but it will work not
always - need to have mod_expires installed.

To make the structure of TYPO3 better I think, we should pass to CSS system.
Images - only for custom elements in the content of FE. Of course, it's my
personal opinion, but I would like to improve future releases.

Regards,
Feo.

Subject: Re: [TYPO3-hci] <IMG> vs CSS-backgrounds
To: typo3-team-hci at lists.netfielders.de
Message-ID:
       <mailman.1.1228813311.6594.typo3-team-hci at lists.netfielders.de>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hi,

Feodor Rykhtik wrote:
> I would like to propose to make BE-icons in TYPO3 joined in one image
> file - to use it like a CSS-Background for each element.

IMO this makes sense for background-images only!

> It's not a secret, what for each image Web-browser will make separated
> request, so when we have 20-30 types of images/per page, it could take
> some time to load all of them.

Out of this reason you should enable the .htaccess to get the expire
headers.

IMO it makes no sense to put all the icons (new, edit, delete,...) into
one image because this would mean we would need to switch all <img
src="new.gif" /> into <span class="btn" id="new">new</span> and add
something like
#id { whatever you need}

This would mean a massive change in many many files!

Georg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.netfielders.de/pipermail/typo3-team-hci/attachments/20081209/d5eab69c/attachment.htm 


More information about the TYPO3-team-hci mailing list