CSS Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsWeb DesignCSS Help

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 Dev Shed Forums Sponsor:
  #1  
Old June 3rd, 2003, 01:47 PM
pschmerg pschmerg is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2002
Location: Blacksburg VA/Philly PA
Posts: 38 pschmerg User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 29 m
Reputation Power: 11
Send a message via AIM to pschmerg
IE and CSS nightmare

Currently I have a number of items on my page positioned absolutely, and they all line up where they should in all versions of mozilla, safari, konquerer, and a few other browsrers, but when it comes to IE mangles the placement of one of the blocks of text i have. Any suggestions as to how to get around this?

Reply With Quote
  #2  
Old June 3rd, 2003, 01:58 PM
jharnois's Avatar
jharnois jharnois is offline
mod_dev_shed
Dev Shed God 20th Plane (14500 - 14999 posts)
 
Join Date: Sep 2002
Location: Atlanta, GA
Posts: 14,817 jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level) 
Time spent in forums: 1 Month 1 Week 4 Days 7 h 14 m 56 sec
Reputation Power: 1098
Which version of IE? IE5.x is known to have a broken box model.

Reply With Quote
  #3  
Old June 3rd, 2003, 02:10 PM
pschmerg pschmerg is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2002
Location: Blacksburg VA/Philly PA
Posts: 38 pschmerg User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 29 m
Reputation Power: 11
Send a message via AIM to pschmerg
6.0

Reply With Quote
  #4  
Old June 3rd, 2003, 02:26 PM
jharnois's Avatar
jharnois jharnois is offline
mod_dev_shed
Dev Shed God 20th Plane (14500 - 14999 posts)
 
Join Date: Sep 2002
Location: Atlanta, GA
Posts: 14,817 jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level) 
Time spent in forums: 1 Month 1 Week 4 Days 7 h 14 m 56 sec
Reputation Power: 1098
Well, without a link or some code there's no way for us to help you.

Reply With Quote
  #5  
Old June 3rd, 2003, 02:32 PM
pschmerg pschmerg is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2002
Location: Blacksburg VA/Philly PA
Posts: 38 pschmerg User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 29 m
Reputation Power: 11
Send a message via AIM to pschmerg
the style sheet looks like this:


<style type="text/css">
html {margin: 0; padding: 0;}
body {font: 11px Verdana, Arial, Helvetica, sans-serif;
margin: 0; padding: 0;
background: rgb(200, 200, 200) ; color: black;}
h1 {font-size: 200%; text-transform: lowercase; letter-spacing: 5px;}
h3 {font-size: 133%; margin: 0; padding: 0;
border-bottom: 1px solid black;}
h4 {font-size: 100%; margin: 0; padding: 0.33em 0 0;
border-bottom: 1px solid black; color: black;}
p {line-height: 1.68;}
div#menu {border: 2px solid black; position: absolute;
top: 25px; left: 10px; z-index: 100;
width: 160px; background: white;}
div#pic2 {position: absolute;
top: 30px; left: 335px; z-index: 10;}
div#run {position: absolute;
top: 08px; left: 285px; z-index: 11;}
div#map {border: 2px solid black; position: absolute;
top: 25px; left: 205px; width: 160px; background: white; z-index: 100;}
div#map a {display: block; padding: 2px 0 2px 10px; margin: 0;
border-left: 5px solid rgb(128, 128, 128);}
div#map a:hover {background: rgb(184, 184, 184);}
div#news {border: 2px solid black; margin: 0; padding: 0;
width: 75%; position: absolute; top: 110px; left: 198px;
z-index: 90; background: white;}
div#pic {border-left: 3px; position: absolute;
top: 125px; left: 130px; z-index: 10;}
div#bcg {position: absolute; top: 0; left: 0; z-index: 0;}
div#register {position: absolute; top: 170px; left: 0;
z-index: 100; border: 2px solid black;
background: white; width: 160;}
div#corner {position: absolute; top: 30px; left: 121px; z-index: 10;}
div#logo {position: absolute; top: 45px; right: 30px; z-index: 100}
div#adminLinks {position: absolute; top: 93px; left: 400px; z-index: 100}

</style>



and then you can see the page at
http://141.158.44.132:90/root2/

Reply With Quote
  #6  
Old June 3rd, 2003, 02:45 PM
jharnois's Avatar
jharnois jharnois is offline
mod_dev_shed
Dev Shed God 20th Plane (14500 - 14999 posts)
 
Join Date: Sep 2002
Location: Atlanta, GA
Posts: 14,817 jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level) 
Time spent in forums: 1 Month 1 Week 4 Days 7 h 14 m 56 sec
Reputation Power: 1098
That's some wacky code. I've never seen anybody use multiple <html> and <head> tags throughout a page, but hey, it's working in the other browsers right? This might be your problem though so I'd go back to basic, proper syntax:
Code:
<html>
<head>
<title></title>
<style></style>
</head>
<body>
</body>
</html>

Reply With Quote
  #7  
Old June 3rd, 2003, 02:49 PM
pschmerg pschmerg is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2002
Location: Blacksburg VA/Philly PA
Posts: 38 pschmerg User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 29 m
Reputation Power: 11
Send a message via AIM to pschmerg
hrmm i think i accidently included php files with extra html tags, i'll try fixing that and see what occurs

Reply With Quote
  #8  
Old June 3rd, 2003, 02:56 PM
pschmerg pschmerg is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2002
Location: Blacksburg VA/Philly PA
Posts: 38 pschmerg User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 29 m
Reputation Power: 11
Send a message via AIM to pschmerg
stripped the tags, no dice.

Reply With Quote
  #9  
Old June 4th, 2003, 11:27 AM
dan_2001 dan_2001 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2001
Location: Wellingborough, Northants, UK
Posts: 103 dan_2001 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 11 h 7 m 3 sec
Reputation Power: 13
ERM...?

Hi pschmerg

I though your problem was a bit intriguing so I had a quick look at your site using IE 6.0... Only problem was I couldn't see which bit of text was not appearing correctly... It may be that I need coffee or I'm just blind...

could you point out the text that is causing problems?

ta,

Dan
__________________
DELETE FROM pay WHERE employee_name ='Dan';

Reply With Quote
  #10  
Old June 4th, 2003, 11:42 PM
ROT ROT is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2000
Posts: 41 ROT User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 11 m 35 sec
Reputation Power: 13
ie 6.0 here... page looks good...

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignCSS Help > IE and CSS nightmare

Developer Shed Advertisers and Affiliates



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 | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap