전체 페이지뷰
2017년 4월 15일 토요일
centos 7 chrome install
vi /etc/yum.repos.d/google-chrome.repo
[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
First way
yum install google-chrome-stable
exit
google-chrome
if you face to error
Second way
wget http://chrome.richardlloyd.org.uk/install_chrome.sh
chmod u+x install_chrome.sh
./install_chrome.sh
if you fact to below error at second way
/usr/bin/google-chrome: error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory
yum install libXScrnSaver
2013년 12월 4일 수요일
ie7 href tag error
I used href attribute in a tag for code data .
chrome , ie 11, 10, 9, 8 has no problem
but ie 7 is not support the regular href attribute
ie7 href defult value has always append the domain url
<a href = "01"></a>
("a").attr("href") = > http://localhost:8080/01
i got the solution data-href tag does not append the url
chrome , ie 11, 10, 9, 8 has no problem
but ie 7 is not support the regular href attribute
ie7 href defult value has always append the domain url
<a href = "01"></a>
("a").attr("href") = > http://localhost:8080/01
i got the solution data-href tag does not append the url
피드 구독하기:
글 (Atom)