Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,472
There are 1604 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     HTML/XHTML/DHTML/CSS :

Internet Explorer Problems

Thread title: Internet Explorer Problems
Closed Thread  
Page 1 of 2 1 2 >
    Thread tools Search this thread Display Modes  
02-14-2007, 11:39 PM
#1
Spawny is offline Spawny
Spawny's Avatar
Status: Request a custom title
Join date: Aug 2005
Location: Great Yarmouth, England
Expertise:
Software:
 
Posts: 1,321
iTrader: 2 / 100%
 

Spawny is on a distinguished road

Send a message via AIM to Spawny Send a message via MSN to Spawny

  Old  Internet Explorer Problems

I've been coding a couple of layouts, but i have a problem with IE6 which has really been bugging me.

When i add in a new div and position it, in Firefox it looks exactly how it should do, but with the IE6 browser, it leaves a lot of space at the bottom.

Sorry i can't be more descriptive, and i can't post a screenshot or upload it because i don't think the owner of the layout wants me to. If someone could add me to msn or maybe suggest something here would be great.

Thanks.

02-15-2007, 03:08 AM
#2
webmasterneo is offline webmasterneo
webmasterneo's Avatar
Status: I'm new around here
Join date: Feb 2007
Location:
Expertise:
Software:
 
Posts: 22
iTrader: 0 / 0%
 

webmasterneo is on a distinguished road

  Old

@spawny: sorry for hi-jacking your thread, but i also have this weird problem with ie6 concerning 3 column fluid layout.

it renders properly on all browsers exept ie6. the third column slips down below the mid column (but still in it's proper column). BUT when i drop the DOCTYPE declaration, everything's fixed.

can someone please tell me what to do with it.

thanks for any help!

02-15-2007, 03:51 PM
#3
jabberwocky is offline jabberwocky
jabberwocky's Avatar
Status: Member
Join date: Oct 2005
Location: Calgary, Alberta, Canada
Expertise:
Software:
 
Posts: 278
iTrader: 0 / 0%
 

jabberwocky is on a distinguished road

  Old

@wemasterneo, try giving your main id a width, something like width:646px or whatever you like.

@spawny, can you post your code or a link?

02-15-2007, 03:58 PM
#4
webmasterneo is offline webmasterneo
webmasterneo's Avatar
Status: I'm new around here
Join date: Feb 2007
Location:
Expertise:
Software:
 
Posts: 22
iTrader: 0 / 0%
 

webmasterneo is on a distinguished road

  Old

Originally Posted by jabberwocky View Post
@wemasterneo, try giving your main id a width, something like width:646px or whatever you like.
@jabberwocky: you mean my main div? but i need it to be fluid... and it actually works in ie6, but i have to remove the DOCTYPE at the head of the page.

02-15-2007, 04:30 PM
#5
webmasterneo is offline webmasterneo
webmasterneo's Avatar
Status: I'm new around here
Join date: Feb 2007
Location:
Expertise:
Software:
 
Posts: 22
iTrader: 0 / 0%
 

webmasterneo is on a distinguished road

  Old

@jabberwocky: never mind, i got it. i just applied an ie hack and assigned a negative margin that was half of the width of the 3rd column.. weird but works!

thanks!

02-15-2007, 04:40 PM
#6
jabberwocky is offline jabberwocky
jabberwocky's Avatar
Status: Member
Join date: Oct 2005
Location: Calgary, Alberta, Canada
Expertise:
Software:
 
Posts: 278
iTrader: 0 / 0%
 

jabberwocky is on a distinguished road

  Old

cool.
so you assigned the negative margin to you main id?
do you use conditional statements for you IE?

02-15-2007, 07:14 PM
#7
Spawny is offline Spawny
Spawny's Avatar
Status: Request a custom title
Join date: Aug 2005
Location: Great Yarmouth, England
Expertise:
Software:
 
Posts: 1,321
iTrader: 2 / 100%
 

Spawny is on a distinguished road

Send a message via AIM to Spawny Send a message via MSN to Spawny

  Old



Here is the example, i can't post the layout as the owner doesn't want me to. But i think this explains it fairly well.

02-16-2007, 01:11 AM
#8
Andrew R is offline Andrew R
Status: Request a custom title
Join date: Dec 2005
Location: Arizona
Expertise:
Software:
 
Posts: 5,200
iTrader: 17 / 95%
 

Andrew R is on a distinguished road

  Old

Can you please make an example of what code you are using (just the structure for the HTML and the code used to position the elements). From there, I would be glad to help.

02-16-2007, 01:42 AM
#9
Spawny is offline Spawny
Spawny's Avatar
Status: Request a custom title
Join date: Aug 2005
Location: Great Yarmouth, England
Expertise:
Software:
 
Posts: 1,321
iTrader: 2 / 100%
 

Spawny is on a distinguished road

Send a message via AIM to Spawny Send a message via MSN to Spawny

  Old

Sure ...

Code:
#container {
 background-color: #FFFFFF;
 margin: 0 auto;
 width: 700px;
 height: 700px;
}


/***********************/
/****** right bar ******/
/***********************/
#rightbar {
 width: 434px;
 height: 556px;
 background-color: #FFFFFF;
 position: relative;
 top: -556px;
 left: 242px;
}

#leftbar {
 width: 244px;
 height: 556px;
 background-color: #EFEEF6;
 position: relative;
 top: -45px;
 left: 5px;
}
And the html for the right hand side is:
HTML Code:
<div id="rightbar">
    <div id="banner">
    </div>
  
  
  </div>
All the right hand side content will got in the "rightbar". If you need anything else about it i'll be glad to provide it.

02-16-2007, 06:26 AM
#10
webmasterneo is offline webmasterneo
webmasterneo's Avatar
Status: I'm new around here
Join date: Feb 2007
Location:
Expertise:
Software:
 
Posts: 22
iTrader: 0 / 0%
 

webmasterneo is on a distinguished road

  Old

Originally Posted by jabberwocky View Post
cool.
so you assigned the negative margin to you main id?
do you use conditional statements for you IE?
i assigned it to the left wrapper. and yes, i used conditional statements for ie for this particular layout.

btw, the link i provided above will be dead in a while as i'll take out the content anytime soon.

Closed Thread  
Page 1 of 2 1 2 >


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed