css and ie6
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.
http://homepage.ntlworld.com/s.huda/wpd/stylesheet.css
any help very much appreciated
thanks
demonhale posted this at 05:05 — 13th November 2005.
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...
syed posted this at 10:27 — 13th November 2005.
They have: 6 posts
Joined: Sep 2004
brilliant. thank you very much
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.