Jump to content

nguyenanhtuanhvan

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by nguyenanhtuanhvan

  1. What should i write in css to make my web still stand in the centre of the window when zoom in and zoom out , just like this page:http://hn.24h.com.vn/ ?
  2. Can some one give me a simple example web source code have a java script code make it auto close after 5 second?
  3. But that is the way i put a div on another div
  4. Hi i writing a web site but when i zoom in and zoom out it is broken. yellow text go over the white text, and the<hr/> too. How can i make my web zoom in and zoom out without any problem like this web site: http://dantri.com.vn/. This is my error code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Trang sức NHẬT HẠ-chuyên ban các loại trang sức như vòng cổ, vòng tay,hoa tai</title><link rel="icon" href="apache_pb.gif" /><style type="text/css">body{position:relative;}div{position:absolute;}#a{ top:-9px; left:11.08%; width:77.84%; overflow:hidden;}#b{width:32.88%; right:11.08%; z-index:3; background-color:transparent; float:left; clear:left}#c{z-index:3; background-color:transparent; left:15.08%; font-size:100px; float:right; clear:right;}#d{top:127px;position:absolute;left:11.08%;z-index:4;width:77.84%;}</style></head><body bgcolor="#573498"><div id="a"><img src="test.jpg"/></div><div id="b"><font color="#EAF7EE">Vàng bạc đá quí Nhật Hạ<br />Chuyên kinh doanh các loại trang sức, vàng bạc, đá quí, trao đổi ngoại tệ<br />Số 15 Tô Hiệu, Lê Chân, Hải Phòng<br />Điện thoại:xxxxxxxxxxx</font></div><div id="c"><font color="#FFFF00">NHẬT HẠ</font></div><hr align="center" color="#FFFFFF" id="d"/></body></html>
×
×
  • Create New...