Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2010-02-08 07:30:50
- roelof
- Member
- Registered: 2005-03-27
- Posts: 647
div height question [solved]
Hello,
I have a div with a background image with a height of 750px.
So in the css I did height : 750px. But still the div stops if the text stops.
What did I do wrong here ?
Roelof
Last edited by roelof (2010-02-08 13:09:31)
Offline
Re: div height question [solved]
hi
try this:
div # {min-height:750px;
height:auto !important;
height:750px;}
Offline
#3 2010-02-08 07:51:38
- roelof
- Member
- Registered: 2005-03-27
- Posts: 647
Re: div height question [solved]
Hello,
I tried it but no luck.
You can see it at http://test.tamarawobben.nl
Roelof
Offline
Offline
#5 2010-02-08 13:09:13
- roelof
- Member
- Registered: 2005-03-27
- Posts: 647
Re: div height question [solved]
GoCom,
Thank you. it works now fine.
Roelof
Offline
Pages: 1