Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 05-03-2010, 11:53 PM   PM User | #1
cpawebmaster
New to the CF scene

 
Join Date: Feb 2010
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
cpawebmaster is an unknown quantity at this point
Different in IE than FF

Website: http://www.charityparade.org
CSS: http://www.charityparade.org/style.css

The problem is that the search bar in IE appears about 5 pixels lower than in FF. I've tried using top:5px; for the div with a separate css for IE with no success. An idea might be the <--[if IE]--> conditional statements which I tried but I think I did something wrong. Also in IE the marquee is not centered (off to the right) unlike FF. If anyone has any ideas your help will be greatly appreciated.

Thank you,
CPAWebmaster - www.charitableprofitarrangement.org
cpawebmaster is offline   Reply With Quote
Old 05-04-2010, 08:43 AM   PM User | #2
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,689
Thanks: 158
Thanked 2,184 Times in 2,171 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
Starts with fixing the errors in your markup, http://validator.w3.org/check?uri=ht...ityparade.org/
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Old 05-15-2010, 09:34 PM   PM User | #3
cpawebmaster
New to the CF scene

 
Join Date: Feb 2010
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
cpawebmaster is an unknown quantity at this point
Only errors are related to the marquee's attributes like no class, truespeed, scrollspeed, and such. Doesn't explain why it has shifted off to the right. Any other ideas? If you look at the search bar now... it is under 1 div container but the box is low and the submit image is high (yet they have a single padding setting applied for both)... Thanks though!
cpawebmaster is offline   Reply With Quote
Old 05-16-2010, 03:01 PM   PM User | #4
Lori700698
New Coder

 
Join Date: May 2010
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Lori700698 has a little shameless behaviour in the past
Let me share my FF & IE "learned the hard way"

Lesson 1, FF is forgiving and IE is not, if you are missing a closed tag FF will many times still deliver the page, IE won't and everything appears bonkers.

Lesson 2, FF and IE won't space the same so you have to watch those exactly placed items. Test in both browsers often as you are coding, it truly blows to finish a page just to realize that your perfectly aligned menu in FF is sitting in your banner in IE. Sometimes you have to find the happy medium.

I didn't look real hard at your code but you have a lot of tags, go through and match them all up would be my first check. Padding is the content inside the box/container. margin-bottom:15px; Will serve you better

Lori
Lori700698 is offline   Reply With Quote
Old 05-16-2010, 05:13 PM   PM User | #5
drhowarddrfine
Senior Coder

 
Join Date: Oct 2005
Posts: 1,340
Thanks: 0
Thanked 61 Times in 60 Posts
drhowarddrfine can only hope to improve
There is no such thing as marquee in HTML, though most browsers support it. How they position it might be a different story. Try adding 'vertical-align:bottom' to the CSS for that element and see what happens.
drhowarddrfine is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 06:51 AM.


Advertisement
Log in to turn off these ads.