Jump to content
  • 0

Float


sol
 Share

Question

замаялся....уже не знаю что делать....

вот такая таблица:

##############

# 1 # 2 # 3 # 77#

########### 77#

# 4 # 5 # 6 # 77#

##############

1-7 картинки, причем 7 на 2 строки

хтмл:

<div id="1"><img src="img/bluzka00304.jpg" height="237" width="180"/></div>  
<div id="2"><img src="img/bluzka00302.jpg" height="237" width="180"/></div>
<div id="t3"><img src="img/bluzka00305.jpg" height="237" width="180"/></div>
<div id="4"><img src="img/bluzka00303.jpg" height="237" width="180"/> </div>
<div id="5"><img src="img/bluzka00306.jpg"height="237" width="180"/> </div>
<div id="6"><img src="img/newclear.jpg" height="237" width="180"/></div>
<div id="7" height="235" width="475"><img src="img/fbluzki.jpg" /></div>
</div>

пытаюсь задать расположение при помощи float:

css:

#1{

float: left;
}
#2{

float: left;
}
#3{
float: left;
}

#4{

float: left;
}
#5{

float: left;
}
#6{
float: left;
}
#1{

float: left;
}
#2{

float: left;
}
#7{
float: right;
}

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

Edited by sol
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

1) Никогда не начинай имена Идентификаторов или классы с Цифры..

2) То, что ты делаешь, это жесть, задай хотябы ширину и высоту div, потом уже задавай float: left;

3) И вообще это похоже на какие то попытки чтото смастерить, вот тебе совет, Прочти вот это: http://stepbystep.htmlbook.ru/?id=43, ВСЕ ШАГИ от начала до конца, потом твои вопросы отпадут сами по себе ;)

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