2 replies [Last post]
dorobo
dorobo's picture
Offline
Regular
Last seen: 19 years 49 weeks ago
Timezone: GMT-5
Joined: 2003-04-22
Posts: 21
Points: 0

http://www.benoitmiron.com

why oh why

been there already and can't find the fix this time....something to do with the floating <div class="album"> apparently. Also, where does this large margin at the bottom comes from. Every other browsers displays it correctly.

thks for any input!

KnightWolfJK
KnightWolfJK's picture
Offline
Enthusiast
Washington, DC
Last seen: 15 years 41 weeks ago
Washington, DC
Timezone: GMT-5
Joined: 2003-06-10
Posts: 210
Points: 0

A little lost

Maybe I'm missing something, but I don't understand your problem. Your subject refers to disappearing text in IE6- I'm running WinXP Home with IE6 and I see plenty of text. Cool Is there a section in particular that you see disappearing?

As far as the margin on the bottom, I suspect it's due to the 8px of padding on rightPanel.footer. Try

#rightPanel .footer {
	padding: 8px 8px 0px 8px;
	margin: 0px;
	color: #ffffff;
	background-color: #083E64;
}

Good Luck...

Diplomacy is the art of letting someone have your way

dorobo
dorobo's picture
Offline
Regular
Last seen: 19 years 49 weeks ago
Timezone: GMT-5
Joined: 2003-04-22
Posts: 21
Points: 0

disappearing text (again) in msie 6.0

ummmm, indeed, looks like it's only happening at my office, works correctly at my home. And the margin at the bottom appears to be wider than 8px, must be something else but I can't find it.

thks for your time!