help in css

farinacci

Member
Hi all,
in my custom_css.php i write this:

#$form #richiestecommerciali___note{
border:1px solid red; /* for debug*/
overflow:auto;

}

i want remove height property from this:

<div id="richiestecommerciali___note">
<div style="overflow:auto; height:150px;" class="row-striped well well-small">
<div class="row-fluid">..
....
....
</div>

to this:

<div id="richiestecommerciali___note">
<div style="overflow:auto; " class="row-striped well well-small">
<div class="row-fluid">...
.....
...
</div>

how can access at this piece of code ? <div style="overflow:auto; height:150px; "

Grazie
 
ok but that don't work so good, work only if in firefox firebug i eliminate completely the " height" property... some other suggestion?
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top