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
Page looks wonky in Firefox, fine in IE 7 though
Old 04-15-2009, 03:47 PM Page looks wonky in Firefox, fine in IE 7 though
Skilled Talker

Posts: 66
Trades: 0
Hello,

Can some kind soul here please help me out? I have set up a page and am having a problem with my page viewing properly in Firefox. www.iongeo.com/aram_test_dev

So here is the issue, I have set up my pages that uses a background image and a separate image as the footer.

The background image is aligned to bottom, and the id it's contained in is set at 100% height. I think the issue is that Firefox doesn't support the id to be at 100% height though.

Can someone take a look at my page and perhaps let me know if there is a way to work around my issue?

I am very open to suggestion, any help would be GREATLY appreciated.

Thanks,
Mike
Mikeface is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-15-2009, 04:59 PM Re: Page looks wonky in Firefox, fine in IE 7 though
vangogh's Avatar
Post Impressionist

Latest Blog Post:
Why Responsive Design?
Posts: 10,815
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
Could you post an image of how you want it to look. I don't have IE readily available. I think I know what you want, but an image would help.

If I am right in how you want it to look I think the main issue is that the overall structure should be improved. It looks more complicated than it needs to be.
__________________
l Search Engine Friendly Web Design |
Please login or register to view this content. Registration is FREE

l Tips On Marketing, SEO, Design, and Development |
Please login or register to view this content. Registration is FREE

l
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 04-15-2009, 05:07 PM Re: Page looks wonky in Firefox, fine in IE 7 though
Skilled Talker

Posts: 66
Trades: 0
Thanks for the reply.

Here's a screenshot of how it looks in IE:http://www.iongeo.com/aram_test_dev/aram_screenshot.jpg

Yeah, if you can suggest an easier way to get it to look correct, I am really open for anything.

I can also post my css and html if you would like.

Thanks,
Mike.

Last edited by Mikeface; 04-15-2009 at 05:09 PM..
Mikeface is offline
Reply With Quote
View Public Profile
 
Old 04-16-2009, 02:16 PM Re: Page looks wonky in Firefox, fine in IE 7 though
vangogh's Avatar
Post Impressionist

Latest Blog Post:
Why Responsive Design?
Posts: 10,815
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
Thanks Mike. That's how I thought you wanted it to look. Here's how I would set up the basic structure

HTML
HTML Code:
<body>
<div id="wrapper">
	<div id="header">
	</div>
	
	<div id="sidebar-left">
	</div>
	
	<div id="content">
	</div>
	
	<div id="sidebar-right">
	</div>
	
	<div id="footer">
	</div>
</div>
</body>
</html>
CSS:
Code:
#wrapper {width:725px margin: 0 auto}
#header {}
#sidebar-left {float:left; width:175px}
#content {float:left; width:375px}
#sidebar-right {float:left; width:175px}
#footer {clear:both}
I'm guessing at the widths a little so you'll probably need to adjust them. Clearing the footer should then have things lining up how you want. You may need to add overflow: auto to the #wrapper div, though you shouldn't need to.

Then you can place all your content inside each of the divs above.
__________________
l Search Engine Friendly Web Design |
Please login or register to view this content. Registration is FREE

l Tips On Marketing, SEO, Design, and Development |
Please login or register to view this content. Registration is FREE

l
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 04-16-2009, 03:37 PM Re: Page looks wonky in Firefox, fine in IE 7 though
Skilled Talker

Posts: 66
Trades: 0
Thanks a lot for the response Van Gogh.

Your example helped get me on the right track, where I added overlay:hidden; to my content id which fixed the problem in firefox so I think everything is OK now.

The clear function for my floated divs helped out I think as well.

Where in Boulder are you from? I am from Littleton and and live in Denver now.
Mikeface is offline
Reply With Quote
View Public Profile
 
Old 04-16-2009, 04:24 PM Re: Page looks wonky in Firefox, fine in IE 7 though
vangogh's Avatar
Post Impressionist

Latest Blog Post:
Why Responsive Design?
Posts: 10,815
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
Cool. Glad I could help.

I hadn't realized we were practically neighbors. I'm on the east side of town now near Foothills. I'm originally from New York, but moved out here almost 12 years ago.
__________________
l Search Engine Friendly Web Design |
Please login or register to view this content. Registration is FREE

l Tips On Marketing, SEO, Design, and Development |
Please login or register to view this content. Registration is FREE

l
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Reply     « Reply to Page looks wonky in Firefox, fine in IE 7 though
 

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.79157 seconds with 12 queries