close_btn

body { margin:0;padding:0; font-size:9pt; font-family:tahoma; }

mon/css/default.css
?

  1. 이미지 삽입후 이미지 위에 노란색 박스 사라지게하는 법

    $attr_output = array(); $attr_output = array("src=\"".$src."\""); if($alt) { $attr_output[] = "alt=\"".$alt."\""; $attr_output[] = "title=\"".$alt."\""; } if($align) $attr_output[] = "align=\"".$align."\""; $attr_output = array(); $attr_o...
    Date2008.06.17 CategoryXE Reply0 Views9710
    Read More
  2. 1.0.2버젼에서 글씨체를 예전처럼 Tahoma체로 나오게 하려면?

    body { margin:0;padding:0; font-size:9pt; font-family:tahoma; }mon/css/default.css
    Date2008.06.11 CategoryXE Reply0 Views9903
    Read More
  3. 링크 클릭하면 생기는 점선테두리 없애기

    <body>와 </body> 사이에... 텍스트링크의 경우 <a href="meddoo.html" onfocus='blur()'>메뚜</a> 이미지링크의 경우 <a href="meddoo.html" onfocus='blur()'><img src="meddoo.gif"></a> 이미지맵의 경우 <area shape="rect" coords="86,95,121,131" href="...
    Date2003.08.25 CategoryXE Reply0 Views10563
    Read More
  4. 텍스트에 MouseOver 적용하기

    <body>와 </body> 사이에... <span OnMouseOver="this.style.color='#529CFF'" OnMouseOut="this.style.color=''">메뚜</span> #529CFF 는 마우스가 올라갔을 때 변하는 글자색 <span OnMouseOver="this.style.fontSize='15pt'" OnMouseOut="this.style.fontSi...
    Date2003.08.25 CategoryXE Reply0 Views10354
    Read More
  5. 링크에 각각 다른 효과 주기

    <head>와 </head> 사이에... <style type="text/css"> <!-- a.link1:hover {color:#529CFF; text-decoration:none} a.link2:hover {color:#90D133; text-decoration:underline} a.link3:hover {color:#FFDC74; text-decoration:underline overline} --> </styl...
    Date2003.08.25 CategoryXE Reply0 Views10398
    Read More
Board Pagination Prev 1 Next
/ 1