i never seen such codingin css file...
why to use the words in upper case in curly braces?
.buttons div.reply-icon { width: {IMG_BUTTON_TOPIC_REPLY_WIDTH}px; height: {IMG_BUTTON_TOPIC_REPLY_HEIGHT}px; }
plz helpby giving ur replies...
i never seen such codingin css file...
why to use the words in upper case in curly braces?
.buttons div.reply-icon { width: {IMG_BUTTON_TOPIC_REPLY_WIDTH}px; height: {IMG_BUTTON_TOPIC_REPLY_HEIGHT}px; }
plz helpby giving ur replies...
it might be a CMS-specific code of some sort, their version of an "include" or variable, which is parsed server-side and then replaced with the actual (numeric) value.
Yes, as he said: it is probably parsed by a CMS (content management system) replacing those values. Is the css file not part of a bigger site with some sort of complex PHP/ASP/CGI?
Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
Those are variables most likely passed by making changes in some admin console form for the various settings of something like a shopping cart or portfolio site where image sizes are being left to the site owner instead of hard coded.
Bookmarks