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
IE is adding extra margins (I think)
Old 03-25-2008, 03:37 AM IE is adding extra margins (I think)
Novice Talker

Posts: 14
Name: Dan
Trades: 0
For some reason, the rotating images here are getting bumped down beneath the picture on the left in IE. I have tried EVERYTHING I can think of. Any advice?
vapor2020 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-25-2008, 06:57 AM Re: IE is adding extra margins (I think)
Sydpix's Avatar
Drinker I Smoke

Posts: 424
Name: Denny
Location: In a can...
Trades: 0
Looks like a box model issue without diving into your code.

Here is a fairly easy explanation.

http://www.communitymx.com/content/a...989953B6F20B41
__________________
.
Village Idiot

Sydpix is offline
Reply With Quote
View Public Profile Visit Sydpix's homepage!
 
Old 03-25-2008, 02:32 PM Re: IE is adding extra margins (I think)
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
The width on your #rotator is too narrow, so the picture drops below. Widen it until it contains then entire gray area.
__________________
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
 
Old 03-25-2008, 03:09 PM Re: IE is adding extra margins (I think)
Sydpix's Avatar
Drinker I Smoke

Posts: 424
Name: Denny
Location: In a can...
Trades: 0
This does the trick in Firefox:

#rotator
{
border:0;
margin:0;
padding: 0;
position: relative;
width: 665px;
height: 480px;
}
__________________
.
Village Idiot


Last edited by Sydpix; 03-25-2008 at 03:10 PM..
Sydpix is offline
Reply With Quote
View Public Profile Visit Sydpix's homepage!
 
Old 03-25-2008, 05:45 PM Re: IE is adding extra margins (I think)
Novice Talker

Posts: 14
Name: Dan
Trades: 0
That works in Firefox, but it's still broken in IE.
vapor2020 is offline
Reply With Quote
View Public Profile
 
Old 03-25-2008, 06:15 PM Re: IE is adding extra margins (I think)
Novice Talker

Posts: 14
Name: Dan
Trades: 0
Adding float:right; to the #rotator seemed to do the trick. Thanks for the help.
vapor2020 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to IE is adding extra margins (I think)
 

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