Jump to content
  • 0

Не получается прижать текст в IE.


polecat
 Share

Question

Не получается прижать текст в IE. В остальных ок. И как и чем я только не пробовал. И причина в том(смотрите подкаршеный ), что размер строки не меняется вообще!

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Ы</title>
<link rel= "stylesheet" type= "text/css" href= "indexCSS.css" />
<style type = "text/CSS">
* {margin: 0;padding: 0; border: 0}
body{background:#000000}

#ain{width:auto; height:auto; font-size:11px; line-height:8px; border-bottom: 1px solid #ffd254; color:#ffd254}
#ain input{width:29px; height:10px; color:#ffd25;font: normal 11px/8px Arial; vertical-align:bottom}

#ain a:link {color:#ffd254; text-decoration:none; font: normal 11px/8px Arial;vertical-align:bottom}
#ain a:visited {color:#ffd254; text-decoration:none; font: normal 11px/8px Arial;vertical-align:bottom}
#ain a:hover {color:#ffd254; text-decoration:none; font: normal 11px/8px Arial;vertical-align:bottom}
</style>
</head>

<body>
<div id = "ain">
<input type = "image" src = "images/enter.gif" alt = "Войти"/>  | 
<a style = "background:#ff0000" href = "#" title = "Регистрация">Регистрация</a>
</div>
</body>
</html>

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy