HTML Coding
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   SEO Chat ForumsOtherHTML Coding

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread SEO Chat Forums Sponsor:
  #1  
Old August 21st, 2003, 12:26 AM
thewatcher's Avatar
thewatcher thewatcher is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Mar 2003
Posts: 438 thewatcher User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 h 6 m 58 sec
Reputation Power: 6
Bug in IE?

Hey All,

trying to do a fluid layout with 3 columns, i will list what i have below, see if you can help me please.. the problem is it works fine in Opera but not ie? whats the deal.. thanks

CSS

#contentarea {
position: relative;
}

#mainmenu {
position: absolute;
left: 0;
top: 10px;
}

#content {
position: absolute;
left: 0;
top: 0;
margin-left: 145px;
margin-right: 145px;
margin-top: 10px;
}

#submenu {
position: absolute;
right: 10px;
top: 10px;
}

HTML

<div id="contentarea">

<div id="mainmenu">
Left Nav
</div>

<div id="content">
<img src="images/image.gif" width="115" height="21" alt="alttag" />
<h2>HEADER>/h2>
<p>
MAKE SURE YOU PUT HEAPS OF TEXT HERE.
</p>
</div>

<div id="submenu">
Submenu
</div>

</div>

Last edited by thewatcher : August 21st, 2003 at 12:41 AM.

Reply With Quote
  #2  
Old August 21st, 2003, 12:57 AM
thewatcher's Avatar
thewatcher thewatcher is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Mar 2003
Posts: 438 thewatcher User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 h 6 m 58 sec
Reputation Power: 6
It's ok, i fixed it but let's see if anyone else can see the problem?

just a little test :p

and if you want to see that I actually HAVE fixed it instead of lying to you all the answer is this..


DO NOT LOOK IF YOU WANT TO TRY AND FIX IT URSELF


























#content {
/* this was the problem */
/*
position: absolute;
left: 0;
top: 0;
*/
margin-left: 145px;
margin-right: 145px;
margin-top: 10px;
}

Reply With Quote
  #3  
Old August 21st, 2003, 01:04 AM
Manga27's Avatar
Manga27 Manga27 is offline
Head Honcho
SEO Chat Novice (500 - 999 posts)
 
Join Date: Jul 2003
Location: Chicago, IL
Posts: 556 Manga27 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 13 m 2 sec
Reputation Power: 6
Send a message via AIM to Manga27
Quote:
Originally posted by thewatcher
and if you want to see that I actually HAVE fixed it instead of lying to you all the answer is this..


Don't worry, I still think you're a liar. ;-)
__________________
Take care,

... Christopher @ BeRomeo
-----------------------------------------
Download your Free Seduction eBook:
http://www.BeRomeo.com

Reply With Quote
  #4  
Old August 21st, 2003, 01:08 AM
thewatcher's Avatar
thewatcher thewatcher is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Mar 2003
Posts: 438 thewatcher User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 h 6 m 58 sec
Reputation Power: 6
mauahaha yes.. yes i am :p

Reply With Quote
  #5  
Old August 21st, 2003, 01:10 AM
Manga27's Avatar
Manga27 Manga27 is offline
Head Honcho
SEO Chat Novice (500 - 999 posts)
 
Join Date: Jul 2003
Location: Chicago, IL
Posts: 556 Manga27 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 13 m 2 sec
Reputation Power: 6
Send a message via AIM to Manga27
Quote:
Originally posted by thewatcher
mauahaha yes.. yes i am :p


Liar.

Reply With Quote
  #6  
Old August 21st, 2003, 06:45 PM
thewatcher's Avatar
thewatcher thewatcher is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Mar 2003
Posts: 438 thewatcher User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 h 6 m 58 sec
Reputation Power: 6
ummm....

Reply With Quote
  #7  
Old August 21st, 2003, 10:07 PM
Manga27's Avatar
Manga27 Manga27 is offline
Head Honcho
SEO Chat Novice (500 - 999 posts)
 
Join Date: Jul 2003
Location: Chicago, IL
Posts: 556 Manga27 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 13 m 2 sec
Reputation Power: 6
Send a message via AIM to Manga27
Quote:
Originally posted by thewatcher
ummm....


;-)

Reply With Quote
  #8  
Old August 23rd, 2003, 09:20 PM
theBear's Avatar
theBear theBear is offline
Contributing User
SEO Chat Novice (500 - 999 posts)
 
Join Date: Mar 2003
Location: Maine USA
Posts: 524 theBear User rank is Private First Class (20 - 50 Reputation Level)theBear User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 25 m 38 sec
Reputation Power: 6
Send a message via AIM to theBear
Well if you want IE problems just do a pile of image alt tags with long descriptions in small cols.

It'll bust up your layout.

Cheers,
__________________
theBear

Reply With Quote
  #9  
Old August 23rd, 2003, 09:56 PM
Manga27's Avatar
Manga27 Manga27 is offline
Head Honcho
SEO Chat Novice (500 - 999 posts)
 
Join Date: Jul 2003
Location: Chicago, IL
Posts: 556 Manga27 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 13 m 2 sec
Reputation Power: 6
Send a message via AIM to Manga27
Quote:
Originally posted by theBear
Well if you want IE problems just do a pile of image alt tags with long descriptions in small cols.

It'll bust up your layout.



*ROFL* Something tells me that tip is from personal experience... ;-)

Reply With Quote
  #10  
Old August 23rd, 2003, 10:04 PM
theBear's Avatar
theBear theBear is offline
Contributing User
SEO Chat Novice (500 - 999 posts)
 
Join Date: Mar 2003
Location: Maine USA
Posts: 524 theBear User rank is Private First Class (20 - 50 Reputation Level)theBear User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 25 m 38 sec
Reputation Power: 6
Send a message via AIM to theBear
Quote:
Originally posted by Manga27
*ROFL* Something tells me that tip is from personal experience... ;-)



Yep a quarter million pages worth in fact

They worked correctly in many browsers but IE made jelly out of them.

Oh well, at least commenting the php code out was a lot easier than having to edit every page :grin:

Cheers,

Reply With Quote
  #11  
Old August 23rd, 2003, 10:08 PM
Manga27's Avatar
Manga27 Manga27 is offline
Head Honcho
SEO Chat Novice (500 - 999 posts)
 
Join Date: Jul 2003
Location: Chicago, IL
Posts: 556 Manga27 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 13 m 2 sec
Reputation Power: 6
Send a message via AIM to Manga27
Quote:
Originally posted by theBear
Yep a quarter million pages worth in fact


*whistles*

That's all I gotta say...

Take care,

... Christopher @ DatingVault, who only has 100 pages...

Reply With Quote
Reply

Viewing: SEO Chat ForumsOtherHTML Coding > Bug in IE?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway
Stay green...Green IT