Jump to content

Recommended Posts

Posted

Buna ziua 

Am si eu o "problema" cu css-ul cand incerc sa pun un box_pattern se vede cam urat. Intrebarea mea este cum pot sa fac sa nu se mai vada imaginea si in spatele categoriei. Mai jos este o imagine pentru mai multe detali.

demo.png

Multumesc anticipat

Posted (edited)

Am inlocuit imaginea de pe forum momentan, poza arata tot :D Indiferent ce imagine pun arata la fel 

 

Edited by OcC
Posted

aqLkmeg.png

Asa imi apare si am folosit acest cod :

.box .maintitle {
    background: #1B1B1B url('http://i.imgur.com/WQzkayA.png') no-repeat;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 9px 9px 14px 9px;
}

 

Posted

Acolo este alt cod -_-

.maintitle {
    background: #272727 url('https://i.imgur.com/WQzkayA.png') no-repeat;
    border: 1px solid #282828;
    border-top: 1px solid #363636;
    border-bottom: 0;
    color: #fff;
    text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
    padding: 12px;
    font-size: 12px;
    font-weight: 300;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

 

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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.