Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

performance optimizing

Status
Not open for further replies.

onressy

Programmer
Mar 7, 2006
421
CA
Hi peoples, i was wondering if the following can be written better for performance? thanks!

Code:
.invCellAvl
{
	background-color:#3cb371;
	font-family:Arial Narrow;
	font-size:8pt;
	text-align:center;
	cursor:default;
}
 
if this is related to thread216-1286611, then i don't think your CSS is causing "performance issues". that is a very small amount of data that is only downloaded once in your javascript calls. i don't know what font "Narrow" is, but besides that, looks acceptable.



*cLFlaVA
----------------------------
[tt]"quote goes here"[/tt]
[URL unfurl="true"]http://www.coryarthus.com/[/url]
 
i was wondering if css and regular expressions can be used to increase css performance?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top