Jump to content


SSW Template problem with css


3 replies to this topic

#1 Mukke

    Etomite Forum Newbie

  • Member
  • 47 posts

Posted 18 June 2007 - 09:03 PM

hi all
i have a strange problem with css and min-height or height:auto;
i found a way to get around min-height for IE and it works
so i actually don't know the problem

the site is http://ssw.mukke.org/
dunno but somehow the page content block sees min-height just as height and ofc i want it to get bigger along with the content

the build up basicly is this:
<html>
	<head>
	</head>
	<body>
		<div class="wrapper">
			<div class="header">
			</div>
			<div class="main">
				<div id="top_boxes">
				</div>
				<div class="submain">
					<div class="menu">
					</div>
					<div class="content">
					</div>
				</div>
			</div>
			<div class="footer">
			</div>
		</div>
	</body>
</html>


#2 Cris D.

    Loves Etomite Forums!

  • Developers
  • PipPipPipPip
  • 1,104 posts
  • Gender:Male

Posted 19 June 2007 - 04:59 AM

Looks like your .success (visability: hidden)

Quote

.success { margin: 0 0 0px 0; padding: 0; color: #1C1;
background: inherit; border:0px; display:none;
visibility:hidden;
}
for your p class .success ...

Quote

Meer<br />


<p class="success">5 items</p>
<h5>Installation successful!</h5>
<p><i></i>&nbsp;
is not very hidden and in-line, therefore outside your content (in FF).

#3 Mukke

    Etomite Forum Newbie

  • Member
  • 47 posts

Posted 19 June 2007 - 08:41 PM

okay
i edited the snippet code out to show that line and delete the style success class visibility and diplay atributes

still same thingy

#4 Mukke

    Etomite Forum Newbie

  • Member
  • 47 posts

Posted 12 October 2007 - 10:27 AM

btw i worked it out
you can see the result on http://www.studiestarweek.nl/ altho the site was only used for 1 week

Edited by Mukke, 12 October 2007 - 10:28 AM.






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users