Imran are you sure that your thread is related to ASP script? your thread is strictly related to css/javascript, any way i ll answer your question is is very easy you just have to change couple of words in chromestyle.css
in chrome.js
find this line
Code:
var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop
change word left to right if you want to do right to left in arabic
their are more words left in . js that said left that need to change to right just change it thats all . and u dont need to change anything in chromestyle.css. and that should resolve the problem
Bookmarks