DIV problem whit the vertical lines in IE 6 & 7

discuss about sites that are just under construction or where experimental stuff is used
Post Reply
tellus
Posts: 94
Joined: Tue 17. Feb 2004, 18:53
Location: Sweden
Contact:

DIV problem whit the vertical lines in IE 6 & 7

Post by tellus »

Hello everyone,

I have been working whit this site some time now and I cant see how I can resolv the problem.

The site talking abote is http://www.megafonen.com

What I want is 2 vertical lines betwin the columns, but in IE 6 & 7 it dosen´t happent.

But in other browser ie Safari Firefox Opera etc. it works fine.

Please help me

/Anders
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Re: DIV problem whit the vertical lines in IE 6 & 7

Post by juergen »

hmmm .. hi !


with these things in CSS like

Code: Select all

float: both
perfect playground for IE
tellus
Posts: 94
Joined: Tue 17. Feb 2004, 18:53
Location: Sweden
Contact:

Re: DIV problem whit the vertical lines in IE 6 & 7

Post by tellus »

Diden´t realy work, but thanks any way ;-)

/Anders
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

Re: DIV problem whit the vertical lines in IE 6 & 7

Post by Jensensen »

Heja Sverige, heja Anders,

try:

div.kolumn_huvud {
float: left;
clear: left;
width: 442px;
padding-left: 15px;
padding-right: 15px;

margin-top: 15px;
border-left: 1px solid #5f5;
border-right: 1px solid #5f5;

}

forget about:
<div class="vertlinje">

better RETHINK page layout!
[too many divs... for {simple} 3 kolumns
and pretty much wrappers¿ used for rounded edges / round corners]

or try good old faux columns

svensk:
http://jarvklo.se/arkivet/2004/12/creat ... lumns.html
http://stilmall.se/css-faq/
http://kaxigt.com/layoutverkstad/
{so_much} | Knick-Knack. | GitHub
Umlaute im URL sind meistens immer Kacke.
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: DIV problem whit the vertical lines in IE 6 & 7

Post by flip-flop »

>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Post Reply