Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
div height problem | IE & FF3 ok / FF2 error (not 100% issue!)
Old 06-18-2008, 04:13 AM div height problem | IE & FF3 ok / FF2 error (not 100% issue!)
Experienced Talker

Posts: 39
Trades: 0
Hello

I have the following site in development...

www.inetdev1.com

...as you can see it is a simple accordian site.

My problem is that I have associated a "height: 200px" to the section content div which fails to display correctly in FF2. IE & the new FF3 display okay.

As you can see in FF2 the problem is that as you click on each of the sections the footer image appears to "bounce" a little about the page.

I will include my CSS code below for reference...

Thanks

Paul

Code:
* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:10px;
	background-color: #D6E3EB;
}

#basic-accordian{
	width:740px;
	position:absolute;
	left:50%;
	margin-left:-370px;
	z-index:2;
	margin-top:10px;
}

.accordion_headings{
	color:#000033;
	cursor:pointer;
	font-weight:bold;
	background-image: url(images/head_bg.png);
	padding-left: 20px;
	height: 17px;
	padding-top: 4px;
}

.accordion_headings:hover{
}

.accordion_child{
	padding:15px;
	background:#EEE;
	height: 200px;
}

#footer {
	line-height: 25px;
	text-align: right;
	color: #000033;
}

#logo {
	background-image: url(images/logo_bg.gif);
}
69me is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-18-2008, 08:28 AM Re: div height problem | IE & FF3 ok / FF2 error (not 100% issue!)
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
Who uses FF2 any more? D-Day was yesterday.... only kidding.... I left it on my laptop, I'll take a look in a bit to see if I can help you...
__________________
I build web things. I work for the startup
Please login or register to view this content. Registration is FREE
.
wayfarer07 is online now
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 06-18-2008, 08:31 AM Re: div height problem | IE & FF3 ok / FF2 error (not 100% issue!)
Experienced Talker

Posts: 39
Trades: 0
cheers, would apreciated a little look!

PS - Would you rate oDesk over GAF?

Thanks

Paul
69me is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to div height problem | IE & FF3 ok / FF2 error (not 100% issue!)
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.21530 seconds with 12 queries