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.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Old 04-05-2005, 11:11 AM IE problem
Super Talker

Posts: 121
Trades: 0
i have created this, but there are two white lines where there shouldnt bein the top left, these are only there in IE and the page looks perfect in firefox, here is the link
http://nanothree.net/sites/tripp2/home.php

can anyone help me out?
vegancoder is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-05-2005, 12:17 PM
rtheodorow's Avatar
Skilled Talker

Posts: 65
Location: West Lafayette, IN
Trades: 0
Since it's a background image you can always cheat and make it a few pixels taller so it will fill out the header in IE
__________________

Please login or register to view this content. Registration is FREE

Stormfront Productions - Professional & Affordable Web Design Solutions
rtheodorow is offline
Reply With Quote
View Public Profile Visit rtheodorow's homepage!
 
Old 04-05-2005, 12:19 PM
Super Talker

Posts: 121
Trades: 0
whats the probelm with it though? i dont really want to do that :S
vegancoder is offline
Reply With Quote
View Public Profile
 
Old 04-05-2005, 12:20 PM
rtheodorow's Avatar
Skilled Talker

Posts: 65
Location: West Lafayette, IN
Trades: 0
The code looks good to me (and that is why FireFox renders it ok). IE reads certain CSS different.
__________________

Please login or register to view this content. Registration is FREE

Stormfront Productions - Professional & Affordable Web Design Solutions
rtheodorow is offline
Reply With Quote
View Public Profile Visit rtheodorow's homepage!
 
Old 04-05-2005, 12:38 PM
Super Talker

Posts: 121
Trades: 0
its so frustrating!! ill try soemthing, if i make the image bigger it wont work in FF, i have soem ideas though thanks
vegancoder is offline
Reply With Quote
View Public Profile
 
Old 04-05-2005, 12:43 PM
rtheodorow's Avatar
Skilled Talker

Posts: 65
Location: West Lafayette, IN
Trades: 0
You can add a new parameter line with an underscore that ONLY IE will pick up. Something like this:

#header
{
clear:both;
background-image:url(images/img_01.gif);
background-position:left;
background-repeat:no-repeat;
height: 85px;
_height: 81px;
}

I haven't tried this out, but a buddy of mine says he used a similiar technique for one of his sites.
__________________

Please login or register to view this content. Registration is FREE

Stormfront Productions - Professional & Affordable Web Design Solutions
rtheodorow is offline
Reply With Quote
View Public Profile Visit rtheodorow's homepage!
 
Old 04-05-2005, 12:49 PM
Super Talker

Posts: 121
Trades: 0
yeah, i sorted it, its not perfect but it will do for IE lol
vegancoder is offline
Reply With Quote
View Public Profile
 
Old 04-05-2005, 12:50 PM
Super Talker

Posts: 121
Trades: 0
didnt use the same as you i used and increased the image length
#header
{
clear:both;
background-image:url(images/img_01.gif);
background-position:top left;
background-repeat:no-repeat;
height: 85px;
}
vegancoder is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to IE problem
 

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