home hardware prices news articles forums photos user reviews
Go Back   Tech Support Forums - TechIMO.com > PC Hardware and Tech > Webmastering and Programming
Join TechIMO for Free!
Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read
Reply Get bargains at  »  Dealighted.com
 
Thread Tools
Currently Active Users: 1721
Discussions: 188,402, Posts: 2,243,609, Members: 232,632
Old September 4th, 2005, 01:45 AM   Digg it!   #1 (permalink)
Ultimate Member
 
Join Date: Jan 2003
Location: MA / NH
Posts: 1,497
Send a message via AIM to Blazer06
IE CSS Problem

I got this little problem, where in Opera / FireFox the part of the page shows up correctly but in IE it basically is adding a margin.

http://dsg.blazeme.net

Opera:


IE:


Anybody know why?

CSS Code
Code:
.boxleft-top {
	background-image: url(../img/pages/top.png); 
	background-repeat: no-repeat;
}
.boxleft-topp {
	padding-top: 12px;
}
.boxleft {
	background: #EDEDED;
	text-align: center;
}
.boxleft-bottom {
	background-image: url(../img/pages/bottom.png); 
	background-repeat: no-repeat;
	height: 11px;
}
.boxsep {
	height: 3px;
}
XHTML Code
Code:
<div class='boxleft-top'>
<div class='boxleft-topp'>
<div class='boxleft'>
	<img src='img/pages/work.gif' alt='Work Stations' border='0' />
	<br />
	<a href='index.php?menu=workstations' alt='Work Stations'><img src='img/pages/workstation.gif' alt='Work Stations' border='0' /></a>
	<br />
	<? echo($workstations); ?>
</div>
<div class='boxleft-bottom'></div>
</div>
</div>

<div class='boxsep'></div>

<div class='boxleft-top'>
<div class='boxleft-topp'>
<div class='boxleft'>
	<span class='red'>Refurbished Equipment</span>
	<br />
	<a href='index.php?menu=refurbished' alt='Refurbished Equipment'><img src='img/pages/laptop.jpg' alt='Refurbished Equipment' border='0' /></a>
	<br />
	<? echo($refurbished); ?>
</div>
<div class='boxleft-bottom'></div>
</div>
</div>

-Blaze

Blazer06 is offline   Reply With Quote
Old September 4th, 2005, 01:54 AM     #2 (permalink)
Ultimate Member
 
lost-and-found's Avatar
 
Join Date: Oct 2001
Location: Illinois
Posts: 2,959
Send a message via AIM to lost-and-found
blaze, all I could find is this discussion at another forum: http://www.webmasterworld.com/forum83/2732.htm
__________________

lost-and-found is offline   Reply With Quote
Old September 4th, 2005, 01:55 AM     #3 (permalink)
Ultimate Member
 
Join Date: Jan 2003
Location: MA / NH
Posts: 1,497
Send a message via AIM to Blazer06
Quote:
Originally Posted by lost-and-found
blaze, all I could find is this discussion at another forum: http://www.webmasterworld.com/forum83/2732.htm
Can you quote that for me? It wants me to pay.

EDIT: Guess not, but that doesn't fix my problem, only makes it worse. I believe that thread is referencing a horizontal positioning problem, not my vertical one.


-Blaze


Last edited by Blazer06 : September 4th, 2005 at 02:04 AM.
Blazer06 is offline   Reply With Quote
Old September 4th, 2005, 02:03 AM     #4 (permalink)
Ultimate Member
 
lost-and-found's Avatar
 
Join Date: Oct 2001
Location: Illinois
Posts: 2,959
Send a message via AIM to lost-and-found
just google: "ie space between div" and click on the 6th result.
lost-and-found is offline   Reply With Quote
Old September 4th, 2005, 02:23 AM     #5 (permalink)
No pants, Wearin'a Helmet
 
MitaDC's Avatar
 
Join Date: Aug 2003
Location: Coeur D' Alene,Idaho
Posts: 3,459
Send a message via ICQ to MitaDC Send a message via MSN to MitaDC Send a message via Yahoo to MitaDC
nice site blaze, you designing it or what? anyways just a recommendation, on the nav bar, the drop down text is a little light. You might want to darken it just a tad. . .
__________________
Dr. Cox -Newbie, Stay. Oohhh what a good boy you are, Newbie..... DEAR GOD JUDY HOW MUCH PRODUCT DO YOU USE?
J.D -None. It's like this when I wake up
MitaDC is offline   Reply With Quote
Old September 4th, 2005, 02:36 AM     #6 (permalink)
Ultimate Member
 
lost-and-found's Avatar
 
Join Date: Oct 2001
Location: Illinois
Posts: 2,959
Send a message via AIM to lost-and-found
Quote:
Originally Posted by Blazer06
EDIT: Guess not, but that doesn't fix my problem, only makes it worse. I believe that thread is referencing a horizontal positioning problem, not my vertical one.
-Blaze
Well, thought it might have something to do with it. I can't get to the page, keep on getting the "Page cannot be displayed" error for some reason, so see the source code in context.
lost-and-found is offline   Reply With Quote
Old September 4th, 2005, 01:25 PM     #7 (permalink)
Ultimate Member
 
Join Date: Jan 2003
Location: MA / NH
Posts: 1,497
Send a message via AIM to Blazer06
Quote:
Originally Posted by lost-and-found
Well, thought it might have something to do with it. I can't get to the page, keep on getting the "Page cannot be displayed" error for some reason, so see the source code in context.
That’s because my server doesn’t do redirects very good.
http://www.700design.com/dsg/ should work.

Mita: You are using FireFox, no? In IE it's about right, and in Opera the transparency is black. Sigh.

No, it's not my design. I wish I could design that good.


-Blaze
Blazer06 is offline   Reply With Quote
Reply


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

Posting Rules
You may post new threads
You may 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
Trackbacks are Off
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
help with css Bob The Great Webmastering and Programming 0 September 2nd, 2005 05:41 PM
CSS Problem twax General Tech Discussion 8 May 11th, 2005 08:18 PM
CSS... Rand Dusing Webmastering and Programming 2 September 13th, 2003 06:57 PM
CSS in IE golfcart General Tech Discussion 1 April 25th, 2003 04:28 PM
What would I use? CSS? BITM@D Webmastering and Programming 12 April 11th, 2002 06:52 AM

Most Active Discussions
Is It Just Me? (2906)
3-days in and no threads about Gaza (161)
Misery Loves Company... (2144)
New Build ( Finally ) (7)
CPU wont boot (7)
Building a gaming computer advice (5)
I think I just killed my computer w.. (24)
RCA 52Inch HDTV wont turn on (5)
Folderchat Weekday thread (444)
Recent Discussions
Futronix has water features? (0)
Laptop proccesor to desktop mob.. (2)
Please help! multiple problems! (4)
RCA 52Inch HDTV wont turn on (5)
New Build ( Finally ) (7)
Common Spyware Solutions (97)
How do you move a hard-drive to.. (4)
What is the best external enclo.. (0)
Partition Magic 7.0 (Unallocate.. (17)
Blackberry Storm, Gears of War .. (1)
Core 2 Quad Q9550 system (3)
COWBOOM Ripoff! Used Laptop w/$.. (4)


All times are GMT -4. The time now is 04:41 AM.
TechIMO Copyright 2008 All Enthusiast, Inc.



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28