Current location: Hot Scripts Forums » General Web Coding » CSS » Css problem under IE6


Css problem under IE6

Reply
  #1 (permalink)  
Old 08-17-08, 03:22 PM
montyx montyx is offline
New Member
 
Join Date: Aug 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Unhappy Css problem under IE6

Hi all!

I need your help. I'm learning css, and I have a problem, that I can't solve. I checked the HasLayout problems, so I've tried to use IE6 hacking. My design is working under FF Opera IE7, but IE6.

This is my site.

The content of the ie.css :

Code:
div#content {
	height:1%;
	overflow:visible;
}

#submenu {
	display:inline;
}

/*innen*/

/* LAYOUT */
DIV#page DIV.wrapper {
    height: 1%;
}

div#pageheader {
	width:100%;
	overflow:visible;
}

/* PAGEHEADER */
DIV#pageheader {
    height: 1%;
}


/* PAGE TOOLS */
DIV#pageheader DIV#pageTools {
    width: 24.4%;
}
DIV#pagetools UL {
    padding-top: 0.1em;
}
... and the code of the iefix.css :

Code:
body
{
	behavior: url(csshover.htc);
}
This last is needed by the left menu.

So please check the page under any good browser, and after it under ie6. You would see, there is a lot of problem:

- the main div is out of the content div
- the wrapper and the page div isn't continueing, so the white background is invisible
- the shadows on the left and the right are invisible too

Thank you for your help in advance, and sorry cause my weak english

Last edited by montyx; 08-17-08 at 03:40 PM.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] help: IE6 fluid layout problem (hidden left content bar) punjabisingh CSS 1 06-21-08 07:58 PM
Problem with CSS and PHP working together:( cssgopher PHP 7 03-24-08 03:31 AM
CSS Rollover Problem in IE tjs CSS 4 08-30-06 11:29 AM
IE6 container problem kjmatthews CSS 0 03-29-06 11:34 PM
CSS Div problem themanmathias CSS 1 09-29-05 08:05 PM


All times are GMT -5. The time now is 02:12 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.