height probleem

Status
Niet open voor verdere reacties.

phille125

Gebruiker
Lid geworden
3 aug 2009
Berichten
57
iepsie

ik heb een probleem met mijn heights.
ik wil graag een min-height zetten, maar dit wil hij niet aan nemen.
mijn height staat nu op 490px; maar zou die liever naar een min-height zetten van ongeveer 100px-200px; zodat als ik minder tekst heb, niet teveel wit ruimte heb.

hier de code:
HTML:
<div id="two" class="section">
                		<h3><a href="#two">Len BRANSON</a></h3>
                		<div>
            				<p>
                            	<img src="Beelden/speakers/Len-BRANSON.jpg" alt="Jan Verheyen" />
                        		Music Director Radio 1 NL,<br /> 
	                        	Author of Superwise Me!<br />
    	                    	<a href="http://www.superwiseme.com" target="_blank">www.superwiseme.com</a><br /><br />

        	                	<strong>Topic:</strong><br /><br />
            	            	<em>“Superwise me: How our thoughts influence the outcome of meetings”</em><br /><br />

                	        	Organising meetings means coping with stress and deadlines. Keeping a positive mind when things become hard can make the difference between a disaster and a success story. <br /><br />

                    	    	<strong>About Len Branson:</strong><br />
                        		Len’s origin is Belgian but he is living in The Netherlands for 25 years now, where he is the music director of Radio 1.  He is the business partner of Roos Van Acker and the founder of the TMF awards. <br />
                        		In 2009, Len started a spiritual experiment in the mountains near Sevilla (Spain) in search of the answer where the biggest wisdom can be found: within everyone’s self. He wrote these experiences down in a book that he calls to be the European answer on ‘the Secret’. Soon also a documentary will be launched. Len is convinced that the state of mind we are in, has a direct influence on the results we get in business and in life.

                        	</p>
                		</div>
            		</div>

HTML:
.accordion h3 + div{ height:0; overflow: hidden;-webkit-transition:height 0.3s ease-in;}
.accordion :target h3 + div{ min-height: 490px;}
.accordion .section.large:target h3 + div{ overflow:auto; min-height:300px;}
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan