Current location: Hot Scripts Forums » General Web Coding » CSS » IE Showing No Love Again

IE Showing No Love Again

Reply
  #1 (permalink)  
Old 03-20-09, 01:40 AM
DieuxSoldat_04 DieuxSoldat_04 is offline
Newbie Coder
 
Join Date: May 2008
Posts: 87
Thanks: 0
Thanked 0 Times in 0 Posts
IE Showing No Love Again

Hey guys,

I am creating a site, JxH Network, and I am having a problem with Internet Explorer. I wanted a liquid background for the side column on the right so I created 3 div ID's to do so. I made a Top, Center and Bottom style properties as such:
Code:
#sideTop {
	clear: both;
	background-image:url(../images/nav_top.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 89px;
	}
#sideBox {
	background-image:url(../images/nav_mid.png);
	background-repeat: repeat-y;
	}
#sideBot {
	clear: both;
	background-image:url(../images/nav_bot.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 10px;
	margin: 0 0 11px;
	}
Then to make the content actually align to the top I changed the content as such:
Code:
#navContent {
	padding: 3px 0 0 6px;
	margin: -89px 0 0;
	}
Now when someone uses IE to look at it, the #sideTop background image is cut off and in the footer, the dash lines made by CSS aren't there as well. Can someone help me make the design functional in IE? I vaguely remember a IE hack script for CSS but I haven't used it since IE 6.

Any advice or help is greatly appreciated.

Warm Regards,
Jason Xiao
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 03-22-09, 12:38 PM
plaodj's Avatar
plaodj plaodj is offline
New Member
 
Join Date: Mar 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
ad.

ad.

i was used IE8 Final version to view your site it looks naturally
Attached Images
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 03-22-09, 12:44 PM
DieuxSoldat_04 DieuxSoldat_04 is offline
Newbie Coder
 
Join Date: May 2008
Posts: 87
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks for the reply, that helped me nail it down to a IE 7 and below problem. I don't have IE 8 heh.

Also, thanks for the compliment!

Anyone able to help me with this?

- Jason Xiao
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #4 (permalink)  
Old 03-22-09, 01:09 PM
plaodj's Avatar
plaodj plaodj is offline
New Member
 
Join Date: Mar 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
ps.

Quote:
Originally Posted by DieuxSoldat_04 View Post
Thanks for the reply, that helped me nail it down to a IE 7 and below problem. I don't have IE 8 heh.

Also, thanks for the compliment!

Anyone able to help me with this?

- Jason Xiao
i have ie6 it's in my VMWARE.

so may be you can try this software IETester

IETester is a free WebBrowser that allows you to have the rendering and javascript engines of IE8 RC1, IE7 IE 6 and IE5.5 on Vista and XP, as well as the installed IE in the same process. ......

link:http://www.my-debugbar.com/wiki/IETester/HomePage
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #5 (permalink)  
Old 03-22-09, 05:04 PM
Magical Trevor's Avatar
Magical Trevor Magical Trevor is offline
Newbie Coder
 
Join Date: Mar 2009
Location: Austin, TX
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Your code is chock full of validation errors. I've found that tweaking for IE6 compatibility is a breeze once all the code is valid.

Just go to the Validator (validator [dot] w3 [dot] org) and type your URL and you'll see all the errors.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #6 (permalink)  
Old 03-22-09, 09:26 PM
DieuxSoldat_04 DieuxSoldat_04 is offline
Newbie Coder
 
Join Date: May 2008
Posts: 87
Thanks: 0
Thanked 0 Times in 0 Posts
Hey,

Thanks for the IETester suggestion.

I understand tweaking compatibility would be more difficult with coding errors but can someone point me in the right direction? Just a bit of information to help me make this design function on all versions of IE6+?

Warm Regards,
Jason Xiao
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #7 (permalink)  
Old 11-08-09, 02:57 AM
DieuxSoldat_04 DieuxSoldat_04 is offline
Newbie Coder
 
Join Date: May 2008
Posts: 87
Thanks: 0
Thanked 0 Times in 0 Posts
Eons later. bump =^.^=
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
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
PHP Image Gallery showing headers and code. Apache problem? slaterino Web Servers 0 08-08-08 06:33 AM
ASP(vb) .net - Field with no value or null still showing header GO4TF4CE ASP.NET 1 05-23-06 09:18 PM
Showing Hour Glass in ie6.0 mahipal_rampally JavaScript 1 06-02-05 08:43 AM


All times are GMT -5. The time now is 10:27 PM.
vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.