when I open my site with Internet Explorer 5 or 6 every thing is ok, but when I open it with IE7 I do not see full word in side list, for example look at left side list in your site:
Navigation · Home · Articles · Downloads · Web Links · Forum · News Categories · Photo Gallery
when I open with IE7 it show me like this:
Navigation · Home · Articles · Downloads · Web · Forum · News · Photo
I mean if it content of two words it show one word.
I do not see this problem with your site, so I think I made this problem :(
I used div by css
below the code if you can see it and let me know where is the problem:
<DIV class=menu> <a href='readarticle.php?article_id=1'>Example link 1</a> <a href='readarticle.php?article_id=2'>Example link 2</a> <a href='readarticle.php?article_id=3'>Example link 3</a> </DIV>
But when the page display the text of links Show cut off!
I know what display:block does. I was only hoping that IE7 has some kind of bug with it and without it your links would look intact. I was only asking you that for testing. Can I take a look at your web page? Maybe something in there will ring a bell.