css and ie6

They have: 6 posts

Joined: Sep 2004

hello. dunno if this shoudl go in this section or not..so mods feel free to move this..

i'm building my first fully css site for a uni project and was wondering if i can grab some heeelp.

http://homepage.ntlworld.com/s.huda/wpd/

anywa, the above is the site i designed. it works nice in firefox and opera. BUT in ie6, if u roll over the last two elements in the list "where to buy" on the bottom right the left hand side 'dotted' border keeps on moving up and down. Sad

http://homepage.ntlworld.com/s.huda/wpd/stylesheet.css

any help very much appreciated Smiling

thanks

demonhale's picture

He has: 3,278 posts

Joined: May 2005

Ok on your CSS define the height for the sidebar height: 310px;

more like so:

#sidebar {
position: absolute;
top: 120px;
right: 20px;
width: 40%;
padding-left: 5px;
border-left: 1px dotted #000000;
height: 310px;
}

that should work...

They have: 6 posts

Joined: Sep 2004

brilliant. thank you very much Smiling

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.