Posts Tagged ‘JavaScript’
Highlight current link with JavaScript and CSS
Thursday, March 19th, 2009It is always a time consuming issue to highlight current link page, specially if you are thinking of going to each page and set the style for the current link. Which is not a bad idea but the problem is (more…)
Browser detection with javascript
Tuesday, March 17th, 2009Web designers commonly target specific browsers that can support certain design feature, then write code to take advantage of these browsers’ added functionality. Therefore, if you determine which browser is visiting your page (more…)