Jump to content
  • 0

Помощь с версткой


rus_phantom
 Share

Question

Прошу помочь с версткой. Я ее уже почти сделал, но все выглядит очень криво, на костылях. Пишу для Blackberry PB используя bbUI.js, но это почти ничего не меняет. В идеале все должно выглядеть так:

f39a9f9417210e1634a0879eb1fb3a6b5dba65154331832.png

Вот что у меня получилось своими силами:


<div data-bb-type="round-panel" style=" margin-top: 10px; margin-bottom: 10px; margin-left: 20px; margin-right: 20px; border-radius:8px; box-shadow: 0px 0px 0px 6px #f6f6f6, 0px 0px 0px 7px #cccccc; padding:10px;">
<div data-bb-type="label" width="800px" id="story" style="display:inline-block; width:800px;" >Default Story<br><br><br><br>dddddddd<br>aaa<br><br><br><br>qqqqq<br>zzzzzzz</div>
<div align="right" style="vertical-align:top; display:inline-block; border-left: 10px solid gray;">
<div><button height="50%" type="button" onclick="alert('Hello world!')"><img src="images/rate_up.png" style="vertical-align: middle"></button></div>
<div><button type="button" onclick="alert('Hello world!')"><img src="images/rate_down.png" style="vertical-align: middle"></button></div>
</div>
</div>

И вот как это выглядит:

1d69160ae6b3daf58a51e4accdfe307e5dba65154332110.png

Хочу попросить помощи. Во-первых у меня не получается сделать так, чтобы кнопки справа были по середине и расширялись при увеличении рамки с текстом. Про картинку не волнуйтесь - я ее уберу. А во-вторых меня очень напрягает то, что мне приходится вручную задавать ширину текста, для того чтобы у меня кнопки всегда были справа.

Заранее спасибо

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

<html>

<head>

</head>

<body>

<div data-bb-type="round-panel" style=" margin-top: 10px; margin-bottom: 10px; margin-left: 20px; margin-right: 20px; border-radius:8px; box-shadow: 0px 0px 0px 6px #f6f6f6, 0px 0px 0px 7px #cccccc; padding:10px;">

<div data-bb-type="label" width="800px" id="story" style="display:inline-block; width:800px;">

Default Story<br><br><br><br>dddddddd<br>aaa<br><br><br><br>qqqqq<br>zzzzzzz

</div>

<div align="right" style="border-left: 10px solid gray;position: absolute;top: 50%;left: 50%;">

<div>

<button height="50%" type="button" onclick="alert('Hello world!')">

<img src="images/rate_up.png" style="vertical-align: middle">

</button>

</div>

<div>

<button type="button" onclick="alert('Hello world!')">

<img src="images/rate_down.png" style="vertical-align: middle">

</button>

</div>

</div>

</div>

</body>

</html>

Может так? попробуй....

а, пардон)))))) ща подумаем)))))

уже завтра.... нужно переписать.....

Edited by lexskal
Link to comment
Share on other sites

  • 0

<html><head>

</head>

<body>

<ul style=" margin-top: 10px; margin-bottom: 10px; margin-left: 20px; margin-right: 20px; border-radius:8px; box-shadow: 0px 0px 0px 6px #f6f6f6, 0px 0px 0px 7px #cccccc; padding:10px;vertical-align: middle;width: 800px;">

<li data-bb-type="label" style="display: table-cell; vertical-align: middle;min-width: 400px;">Default Story<br><br><br><br>dddddddd<br>aaa<br><br><br><br>qqqqq<br>zzzzzzz</li>

<li style="vertical-align: middle;display: table-cell;">

<div style="border-left: 10px solid #808080;">

<button height="50%" type="button" onclick="alert('Hello world!')">

<img src="images/rate_up.png" style="vertical-align: middle">

</button>

</div>

<div style="border-left: 10px solid #808080;">

<button type="button" onclick="alert('Hello world!')">

<img src="images/rate_down.png" style="vertical-align: middle">

</button>

</div>

</li>

</ul>

</body>

</html>

вот так.... Годиться?

похоже я зря border в divы забил... вот другая версия

<html>

<head>

</head>

<body>

<ul style=" margin-top: 10px; margin-bottom: 10px; margin-left: 20px; margin-right: 20px; border-radius:8px; box-shadow: 0px 0px 0px 6px #f6f6f6, 0px 0px 0px 7px #cccccc; padding:10px;vertical-align: middle;width: 800px;">

<li style="display: table-cell; vertical-align: middle;min-width: 400px;">Default Story<br><br><br><br>dddddddd<br>aaa<br><br><br><br>qqqqq<br>zzzzzzz</li>

<li style="vertical-align: middle;display: table-cell;border-left: 10px solid #808080;">

<button height="50%" type="button" onclick="alert('Hello world!')" style="display: block;">

<img src="images/rate_up.png" style="vertical-align: middle">

</button>

<button type="button" onclick="alert('Hello world!')" style="display: block;">

<img src="images/rate_down.png" style="vertical-align: middle">

</button>

</li>

</ul>

</body>

</html>

Link to comment
Share on other sites

  • 0

<html><head>

</head>

<body>

<ul style=" margin: 20px 10px; border-radius:8px; box-shadow: 0 0 0 6px #f6f6f6, 0 0 0 7px #cccccc; padding: 0;width: 800px;">

<li style="display: table-cell; vertical-align: middle;min-width: 400px;padding: 10px;">Default Story<br><br><br><br>dddddddd<br>aaa<br><br><br><br>qqqqq<br>zzzzzzz</li>

<li style="vertical-align: middle;display: table-cell;border-left: 7px solid #F6F6F6;">

<button height="50%" type="button" onclick="alert('Hello world!')" style="display: block;">

<img src="images/rate_up.png" style="vertical-align: middle">

</button>

<button type="button" onclick="alert('Hello world!')" style="display: block;">

<img src="images/rate_down.png" style="vertical-align: middle">

</button>

</li>

</ul>

</body>

</html>

или вот так....чуть почище

Link to comment
Share on other sites

  • 0

Уже ночью нашел информацию о display: table-cell, но было уже очень поздно. Получилось правда чище, но все равно проблемы остались:

04029eef7c3e1d04e3ab7b85559694055dba65154379708.png

Кнопки оказались все равно слева, но это я думаю можно легко поправить. Самая большая проблема в том что кнопки оказываются не растянутыми. Я удалил оттуда картинку, заменив ее на background-color:red и background-color:green и кнопки оказываются очень маленькими

UPD:

Вроде получилось сделать то, что я хотел. Итоговый код:


<div style=" margin: 20px 10px; border-radius:8px; box-shadow: 0 0 0 6px #f6f6f6, 0 0 0 7px #cccccc; padding: 0;">
<div style="display: table-cell; vertical-align: middle;min-width: 800px;padding: 10px;">Default Story<br><br><br><br>dddddddd<br>aaa<br><br><br><br>qqqqq<br>zzzzzzz</div>
<div height="100%" style="width=150px; display: table-cell;border-left: 7px solid #ababab;">
<button height="52%" width="140px" type="button" onclick="alert('Hello world!')" style="width:140px; height:52%;background-color:red;"/>

<button height="52%" width="140px" type="button" onclick="alert('Hello world!')" style="width:140px; height:52%; background-color:green; "/>
</div>
</div>

Спасибо за помощь:)

Edited by rus_phantom
Link to comment
Share on other sites

  • 0

Уже ночью нашел информацию о display: table-cell, но было уже очень поздно. Получилось правда чище, но все равно проблемы остались:

04029eef7c3e1d04e3ab7b85559694055dba65154379708.png

Кнопки оказались все равно слева, но это я думаю можно легко поправить. Самая большая проблема в том что кнопки оказываются не растянутыми. Я удалил оттуда картинку, заменив ее на background-color:red и background-color:green и кнопки оказываются очень маленькими

UPD:

Вроде получилось сделать то, что я хотел. Итоговый код:


<div style=" margin: 20px 10px; border-radius:8px; box-shadow: 0 0 0 6px #f6f6f6, 0 0 0 7px #cccccc; padding: 0;">
<div style="display: table-cell; vertical-align: middle;min-width: 800px;padding: 10px;">Default Story<br><br><br><br>dddddddd<br>aaa<br><br><br><br>qqqqq<br>zzzzzzz</div>
<div height="100%" style="width=150px; display: table-cell;border-left: 7px solid #ababab;">
<button height="52%" width="140px" type="button" onclick="alert('Hello world!')" style="width:140px; height:52%;background-color:red;"/>

<button height="52%" width="140px" type="button" onclick="alert('Hello world!')" style="width:140px; height:52%; background-color:green; "/>
</div>
</div>

Спасибо за помощь :)

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

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