Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/mislz28/public_html/wp-content/themes/css-faq-v2/timeweather/timeweather.php on line 19
8 May 2008

forum

Current User: Guest Login Register
Please consider registering

Search 
Search Forums:


 




отступ в DIVах

UserPost

5:55 pm
July 2, 2008


lenin

New Member

posts 2

1

сделать отступ в 10рх от правой и левой границ окна обозревателя. Есть,  2 дива: 1-й шириной в 60%, а второй - все оставшееся! Реализовано следующим кодом:

Код:
<div style=”width:60%; float:left”>
……..
</div>
<div style=”margin-left:60%”>
……..
</div>

И вроде решение простое: поместил оба дива в еще один новый и в стилях дал ему

{margin:0 10рх}. Получил: Код:
<div style=”margin:0 10px”>
<div style=”width:60%; float:left”>
……..
</div>
<div style=”margin-left:60%”>
……..
</div>
</div>

Работает не везде! Майкрсофт добавил мне отступ между двумя дивами тоже в 10рх! Если есть варианты напишите буду благодаренSmile


IE вообще как-то странно обрабатывает margin у дивов  Ставишь одному диву margin-bottom:5px, он применяет его и к ниже идущим!

6:01 pm
July 2, 2008


genius

Member

posts 47

2

Код:
<!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=windows-1251″ />
<title>Untitled Document</title>
<style>
body {margin:0; padding:0;}
</style>
</head>

<body>

<div style=”margin:10px;”>
<div style=”width:60%; float:left; background-color:#33CCCC;”>
……..
</div>
<div style=”width: 40%; float:left; background-color:#FF0066;”>
……..
</div>
</div>
</body>
</html>



Reply to Topic: отступ в DIVах

NOTE: New Posts are subject to administrator approval before being displayed

Guest Name (Required):

Guest EMail (Required):

Guest URL (required)

Math Required!
What is the sum of: 12 + 6        (Required)

Topic Reply:


 

About the CSS-FAQ forum

Currently Online:

3 Guests

Maximum Online: 20

Forums:

Groups: 3

Forums: 18

Topics: 397

Posts: 834

Members:

There are 1002 members

There are 1 guests

Top Posters:

abc - 57

genius - 47

shane - 46

glowlite.uk - 39

booster - 37

warren - 35

Administrator: admin | Moderators: admin


© Simple:Press Forum - Version 3.1.1 (Build 336)