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
Problem with a vertical white stripe in background in IE6 (Not in IE7 or FF !)
Old 05-06-2007, 03:30 PM Problem with a vertical white stripe in background in IE6 (Not in IE7 or FF !)
Freek's Avatar
Experienced Talker

Posts: 34
Name: Freek
Trades: 0
Hi there !

I'm having some problems with my CSS Coded site.
I already managed to solve some problems (Like a logo that was different in IE then in FF), but this problem i can't seem to get solved.
It is a long white vertical strip on the right site of the site, and it only occurs in IE6 (not in IE7 or FF) !
You can view my site here:
http://fsws.nl/henn-art/
(right click for source)

CSS:
Code:
* 
{ 
padding: 0px; 
margin: 0px; 
} 
 
body 
{ 
background: #F9F9F7 url('images/a1.gif') repeat-x; 
font-size: 10px; 
font-family: "trebuchet ms", helvetica, sans-serif; 
color: #8C8C73; 
line-height: 18px; 
} 
 
a 
{ 
color: #FF7800; 
text-decoration: underline; 
} 
 
a:hover 
{ 
text-decoration: none; 
} 
 
sup 
{ 
font-size: 0.5em; 
} 
 
 
p 
{ 
margin-bottom: 14px; 
text-align: justify; 
} 
 
img.picA 
{ 
position: relative; 
top: -2px; 
background: url('images/a47.gif') no-repeat; 
width: 76px; 
height: 74px; 
padding: 8px; 
} 
 
img.picB 
{ 
position: relative; 
top: -2px; 
background: url('images/a26.gif') no-repeat; 
width: 146px; 
height: 75px; 
padding: 7px; 
} 
 
img.floatleft 
{ 
float: left; 
margin: 0px 14px 3px 0px; 
} 
 
 
ul.linklist 
{ 
list-style: none; 
} 
 
ul.linklist li 
{ 
border-top: solid 1px #EEEEEE; 
padding-top: 5px; 
margin: 5px 0px 0px 0px; 
} 
 
ul.linklist li.first 
{ 
border-top: 0px; 
margin-top: 0px; 
padding-top: 0px; 
} 
 
#upbg 
{ 
position: absolute; 
top: 0px; 
left: 0px; 
background: #fff url('images/upbg.gif') no-repeat; 
width: 747px; 
height: 264px; 
z-index: 1; 
} 
 
#outer 
{ 
position: relative; 
width: 747px; 
margin: 0 auto; 
background: #fff url('images/abg.gif') repeat-y; 
} 
 
#inner 
{ 
position: relative; 
padding: 13px 30px 13px 30px; 
z-index: 2; 
} 
 
#header 
{ 
position: absolute; 
background: #FF7800 url('images/a88.png') repeat-x; 
width: 202px; 
height: 92px; 
color: #fff; 
padding-left: 20px; 
} 
 
#header span 
{ 
font-weight: normal; 
} 
 
#header h1 
{ 
position: absolute; 
font-size: 23px; 
letter-spacing: -1px; 
top: 30px; 
height: 92px; 
} 
 
#header h2 
{ 
position: absolute; 
font-size: 10px; 
font-weight: normal; 
color: #FCE2CA; 
top: 51px; 
} 
 
#header sup 
{ 
color: #FCE2CA; 
} 
 
#splash 
{ 
position: absolute; 
right: 33px; 
background: #EAEAE2 url('images/gallery.jpg') no-repeat; 
width: 458px; 
height: 92px; 
} 
 
#menu 
{ 
position: relative; 
background: #46461F url('images/a16.gif') repeat-x; 
height: 67px; 
padding: 0px 20px 0px 5px; 
margin: 98px 0px 20px 0px; 
} 
 
#menu ul 
{ 
} 
 
#menu ul li 
{ 
display: inline; 
line-height: 52px; 
padding-left: 3px; 
} 
 
#menu ul li.first 
{ 
border-left: 0px; 
} 
 
#menu ul li a 
{ 
background-color: transparent; 
background-repeat: repeat-x; 
padding: 8px 12px 8px 12px; 
font-size: 12px; 
color: #fff; 
font-weight: bold; 
} 
 
#menu ul li a:hover 
{ 
background: #fff url('images/a18.gif') repeat-x top; 
color: #4A4A24; 
text-decoration: none; 
} 
 
#date 
{ 
position: absolute; 
top: 0px; 
line-height: 52px; 
color: #BDBDA2; 
right: 30px; 
font-weight: bold; 
font-size: 12px; 
letter-spacing: -1px; 
} 
 
#secondarycontent 
{ 
position: relative; 
width: 180px; 
float: right; 
} 
 
#secondarycontent h3 
{ 
position: relative; 
top: 4px; 
font-size: 16px; 
line-height: 25px; 
color: #656551; 
letter-spacing: -1px; 
background: url('images/a22.gif') bottom repeat-x; 
padding: 0px 0px 10px 10px; 
margin-bottom: 20px; 
} 
 
#secondarycontent .content 
{ 
padding: 0px 10px 0px 10px; 
margin-bottom: 20px; 
} 
 
#primarycontent 
{ 
position: relative; 
width: 690px; 
float: left; 
} 
 
#primarycontent h3 
{ 
position: relative; 
top: 4px; 
font-size: 18px; 
line-height: 25px; 
color: #656551; 
letter-spacing: -1px; 
background: url('images/a22.gif') bottom repeat-x; 
padding: 0px 0px 10px 15px; 
margin-bottom: 20px; 
} 
 
#primarycontent .content 
{ 
padding: 0px 15px 0px 15px; 
margin-bottom: 20px; 
} 
 
#primarycontent .post 
{ 
margin-bottom: 30px; 
} 
 
#primarycontent .post .header 
{ 
position: relative; 
} 
 
#primarycontent .post .date 
{ 
position: absolute; 
right: 15px; 
top: 0px; 
line-height: 35px; 
color: #AFAFA4; 
font-weight: bold; 
} 
 
#primarycontent .post .content 
{ 
margin-bottom: 0px; 
} 
 
#primarycontent .post .footer 
{ 
position: relative; 
top: -10px; 
background: url('images/a33.gif') repeat-x; 
height: 64px; 
} 
 
#primarycontent .post .footer ul 
{ 
list-style: none; 
position: absolute; 
right: 15px; 
bottom: 15px; 
} 
 
#primarycontent .post .footer ul li 
{ 
display: inline; 
line-height: 14px; 
padding-left: 17px; 
margin-left: 25px; 
background-repeat: no-repeat; 
background-position: 0px 2px; 
} 
 
#primarycontent .post .footer ul li.printerfriendly 
{ 
background-image: url('images/a41.gif'); 
} 
 
#primarycontent .post .footer ul li.comments 
{ 
background-image: url('images/a36.gif'); 
} 
 
#primarycontent .post .footer ul li.readmore 
{ 
background-image: url('images/a38.gif'); 
} 
 
#footer 
{ 
position: relative; 
clear: both; 
height: 66px; 
text-align: center; 
line-height: 66px; 
background-image: url('images/a50.gif'); 
color: #A8A88D; 
} 
 
#footer a 
{ 
color: #8C8C73; 
}
Appriciate any help !

Thanks
__________________
Thanks, Freek.
Freek is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-12-2007, 08:19 AM Re: Problem with a vertical white stripe in background in IE6 (Not in IE7 or FF !)
Freek's Avatar
Experienced Talker

Posts: 34
Name: Freek
Trades: 0
/Solved, thanks anyway
__________________
Thanks, Freek.
Freek is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Problem with a vertical white stripe in background in IE6 (Not in IE7 or FF !)
 

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