Jump to content
  • 0

Убрать отступ в ФФ из-за first-letter


Guest Гость_SoftAlex_*
 Share

Question

Guest Гость_SoftAlex_*

Всем привет... У меня такая проблема.. В ИЕ все норма, а ФФ отступ... мне нужно как-то убрать НЕПОНЯТНО откуда берующиеся отступ

Но мне нужно это сделать сохранив display:inline-block ... Короче из-за first-letter начинается косяк.. как его удалить в ФФ непонятно...

Включите ИЕ и ФФ и вы поймете о чем я талкую...

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" type="text/css" href="css/main.css" media="all"/>
<style type="text/css">
a {
display:inline-block;
font-size: 14px;
background-color:#0099CC;
color:#000000;
margin: 0px;
padding:0px;
}
a.cip:first-letter {
font-size: 19px;
color:#FF0000;
}
a.cip:hover:first-letter {
font-size: 19px;
color:#FF0000;
}

</style>
<title>aligning</title>
</head>
<body>
<a class="cip" href="#">SSS</a><a class="cip" href="#">SSS</a><a class="cip" href="#">SSS</a>
</body>

Помогите плиз! :D

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 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