Jump to content
eyexro

Intrebare CSS

Recommended Posts

Posted

As vrea ca, sectiunea #header sa se intinda dintr-un capat in celelalt fara sa imi creeze un slidebar jos..

http://iceimg.com/i/17/0d/1e80ff6a69.png

aici am folosit

#continut{ 
margin: 0 auto;
width: 1400px;

}

#header {
width: 1400px;
float: left;
height: 160px;
margin: 15px 0px 0px 0px;
background-image:url(imagini/bglog.jpg);
border-radius: 10px;
box-shadow: 0 0 2px #888;
}

Posted (edited)

Ai pus latimea la #header & #continut 1400px deci e normal sa fie asa pentru ca rezolutia ta e mai mica. Poti sa pui

width:100%;

sau pui pe un parent element al lui #header (de preferat body)

overflow:hidden;

.

Edited by JohnDoe
Posted

Eu unu iti recomand width 100%. Poti sa il delimitezi stanga/dreapta din containerul lui adaugandu-i niste margin/padding.

In cazul in care vei folosi overflow hidden, risti sa nu mai vezi o portiune din element.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   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.



×
×
  • Create New...