Jump to content
  • 0

Gроблема с Operой


Android
 Share

Question

Всем привет.

Помогите пожалуйста решить проблему, сроки поджимают, а найти решение сам не могу.

В опере съезжает вниз список , вот етот

   <div class="contentA"> 
<ul>
<li><a href="#">Product 1</a></li>
<li>See all: <a href="#">Category</a></li>
</ul>
</div>

в мозиле и хроме все ок, если убрать паддин здесь

 .contentA, .menuA { 
padding: 10px;

}

то в опере все работает, только вот блоки размещаются в углу, буду благодарен за помощь

вот код

 

<style type="text/css">
.mainA{
margin:auto;
background:#e8e8e8;
max-width:480px;
height:150px;
border-radius:8px;
margin-bottom:5px
border-bottom:1px solid black;
}
.contentA, .menuA {
padding: 10px;

}
.containerA{
width:200px;
height:120px;
float:left;
margin:10px 20px;
background: #f2f2f2;
border-radius:8px;
}
.contentA {
width:100px;
height:100px;
margin-left:80px;
text-align:left;
}
.menuA {
width: 100px;
height:100px;
color: #f2f2f2;
float: left;

}

.imgA{
border:1px solid #000;
}
.contentA li{
font-size:12px;
font-family:verdana, sans-serif;
display:inline;
margin:0;

}
ul{
margin-top:20px;
padding:4px;

}

</style>
</head>
<body>
<div class="mainA">
<div class="containerA">
<div class="menuA"><img class="imgA" src="b_lorem1.jpg" width="95" height="95"></div>
<div class="contentA">
<ul>
<li><a href="#">Product 1</a></li>
<li>See all: <a href="#">Category</a></li>
</ul>
</div>
</div>
<div class="containerA">
<div class="menuA"><img class="imgA" src="b_lorem1.jpg" width="95" height="95"></div>
<div class="contentA">
<ul>
<li><a href="#">Product 1</a></li>
<li>See all: <a href="#">Category</a></li>
</ul>
</div>
</div>
</div>


</body>
</html>

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Открыл код в опере 11.64 ничего вроде не съезжает

скрин

хм..странно , вот что выдает моя опера, ничего не понимаю :blink:

s_1339358247_9652573_dd8cb9d7cd.png

нашел решение, оно оказалось очень смешным))) я допустил ошибку в доктайпе)

v01d0s спасибо за помощь

Link to comment
Share on other sites

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