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.

CSS Forum


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



Reply
image map gap in IE help
Old 03-21-2007, 03:04 PM image map gap in IE help
Daman's Avatar
Extreme Talker

Posts: 157
Location: Toronto, CANADA
Trades: 0
Its works perfectly in Firefox but I get this 1px gap when viewing with IE. I just cant figure it out. Can someone offer some assistance please?

Preview here --> www.ss-interactive.com/ssi2.html

HTML Code:
div.header_01 {
	position:absolute;
	left:0px;
	top:0px;
	width:613px;
	height:309px;
}

div.ssi2-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:269px;
	height:70px;
}

div.ssi2-02 {
	position:absolute;
	left:269px;
	top:0px;
	width:344px;
	height:70px;
}

div.ssi2-03 {
	position:absolute;
	left:0px;
	top:70px;
	width:161px;
	height:65px;
}

div.ssi2-04 {
	position:absolute;
	left:161px;
	top:70px;
	width:452px;
	height:1px;
}

div.ssi2-05 {
	position:absolute;
	left:161px;
	top:71px;
	width:452px;
	height:64px;
}

div.ssi2-06 {
	position:absolute;
	left:0px;
	top:135px;
	width:613px;
	height:14px;
}

div.ssi2-07 {
	position:absolute;
	left:0px;
	top:149px;
	width:144px;
	height:64px;
}

div.ssi2-08 {
	position:absolute;
	left:144px;
	top:149px;
	width:469px;
	height:64px;
}

div.ssi2-09 {
	position:absolute;
	left:0px;
	top:213px;
	width:613px;
	height:96px;
}
Daman is offline
Reply With Quote
View Public Profile Visit Daman's homepage!
 
 
Register now for full access!
Old 03-21-2007, 04:48 PM Re: image map gap in IE help
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
First of all, making everything position:absolute is a bad approach. Learn to use the normal document flow. Putting all those images into your code isn't going to help either. Using CSS to layout a page is not the same as slicing for tables either. Images like that are best suited as backgrounds to the divs - if you must do that.

Level the playing field - set margin and padding on the body and all elements to 0 first, adjust as needed.

body{
margin: 0;
padding: 0;
}
same goes for your divs
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

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


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

LadynRed is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to image map gap in IE help
 

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