Graphic Design Forum and Web Design Forum  

Go Back   Graphic Design Forum and Web Design Forum »Web Design Forum »CSS Forum

Notices

CSS Forum Cascading Style Sheets (CSS) and XHTML Forum


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-07-2007, 02:43 AM
inbetweendays's Avatar
Junior Member
 
Join Date: Jun 2007
Posts: 7
Default CSS / IE 6 -- what's the problem?

Okay, I just recently posted here about a website I am currently working on... I just realized today that this page is acting up in IE6. The main image is dropping down below where it should be, and looking funky:

grafiks.org/webs/mhamc/

It looks fine in most other browsers, including IE 7... I'm not sure if I need to add some sort of hack, or if there is another way I can easily fix this. Any ideas, anyone? I'd prefer the latter as opposed to adding a hack, but suggestions are welcome.

Thanks!
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #2 (permalink)  
Old 03-07-2007, 06:19 AM
Toon's Avatar
Netvibes is an Addiction™
 
Join Date: Jan 2007
Location: Sheffield, UK
Gender: Male
Posts: 16,889
Default

You may be better using a seperate style sheet for IE6
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #3 (permalink)  
Old 03-07-2007, 11:18 AM
Batfink
 
Join Date: Feb 2007
Posts: 52
Default

It looks as if ie has added padding or margin somewhere and therefore the image/containing div is too wide. If you put a set width on the box1 containing div and then set:

#box1{
overflow:hidden;
}

and

#submenu{
overflow:hidden;
}

That should solve the problem,

Last edited by Marc; 03-07-2007 at 12:59 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #4 (permalink)  
Old 03-07-2007, 03:04 PM
afox's Avatar
I'm on wheels yo!
 
Join Date: May 2007
Location: Kansas WOOT!
Gender: Male
Posts: 410
Default Ie :(

I noticed in IE6, compared to IE7, FF, Opera, Safari, and a pod of other browser types, that margin sizes are different. For instance, margin-right: 10px in FF makes a right margin of 10px, but in IE6, it makes a margin of something closer to 21. It's weird. I use IF IE 6 clause, very simple and doesn't break validity.

Just put this in your head tags of the page(s) with trouble with whatever new updated directive for IE. (worth with other things besides css as well)

Code:
<!--[if IE 6]>
<style>
/* Your updated IE code here */
</style>
<![endif]-->
__________________
Website Design
IE makes me want to pull an 'Elliot Smith'
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
Reply


Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with IE spnwebdesign Graphic Design and Web Design Help 7 24-02-2008 03:07 PM
IE.. problem maiova CSS Forum 7 09-12-2007 06:23 AM
Pen Tool Problem ThisCity Graphic Design Forum 9 08-11-2007 03:13 PM
Simple Problem petra Off Topic 15 03-10-2007 09:38 AM
IE7 CSS problem andy.gongea CSS Forum 13 12-06-2007 01:40 PM


All times are GMT. The time now is 12:24 AM.



Estetica Design Forum's Privacy Policy
Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC5