Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

problem with IE7

Asked Modified Viewed 2,457 times
A
alzaeem
A
  • Junior Member, joined since
  • Contributed 14 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
asked
Junior Member

Hi every body,

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:


.menu A:link
{
FONT: 8pt ms sans serif,arial; COLOR: #000000;
BORDER-TOP: #616D7E 0px solid;
BORDER-BOTTOM: #A7B0BC 1px solid;
BORDER-LEFT: #616D7E 0px solid;
BORDER-RIGHT: #616D7E 5px solid;
PADDING-RIGHT: 5px;
PADDING-LEFT: 5px;
PADDING-BOTTOM: 3px;
PADDING-TOP: 3px;
DISPLAY: block;
MARGIN: 1px;
COLOR: #414954;
HEIGHT: 15px;
/*BACKGROUND-COLOR: #84967B*/
}


.menu A:visited {
FONT: 8pt ms sans serif,arial; COLOR: #000000;
BORDER-TOP: #616D7E 0px solid;
BORDER-BOTTOM: #A7B0BC 1px solid;
BORDER-LEFT: #616D7E 0px solid;
BORDER-RIGHT: #616D7E 5px solid;
PADDING-RIGHT: 5px;
PADDING-LEFT: 5px;
PADDING-BOTTOM: 3px;
PADDING-TOP: 3px;
DISPLAY: block;
MARGIN: 1px;
COLOR: #414954;
HEIGHT: 15px;
/*BACKGROUND-COLOR: #84967B*/
}


.menu A:hover {
BORDER-TOP: #616D7E 0px solid;
BORDER-BOTTOM: #000000 1px solid;
BORDER-LEFT: #616D7E 0px solid;
BORDER-RIGHT: #000000 5px solid;
PADDING-RIGHT: 5px;
PADDING-LEFT: 5px;
PADDING-BOTTOM: 3px;
PADDING-TOP: 3px;
DISPLAY: block;
MARGIN: 1px;
COLOR: #000000;
HEIGHT: 15px;
BACKGROUND-COLOR: #f9f9f9
}
Edited by alzaeem on 28-10-2007 09:00,
0 replies

7 posts

K
kneekoo
K
  • Senior Member, joined since
  • Contributed 289 posts on the community forums.
  • Started 12 threads in the forums
  • Answered 1 question
answered
Senior Member

It doesn't make sense to me but try commenting/removing "DISPLAY: block;" It might help.
0 replies
A
alzaeem
A
  • Junior Member, joined since
  • Contributed 14 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
answered
Junior Member

kneekoo,

DISPLAY: block; is the most important point in the css and the design to show the links like cells!

i make the link list by DIV, like this:

<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!

appear as follows:

Example li
Example lin

what is the wrong ?
0 replies
K
kneekoo
K
  • Senior Member, joined since
  • Contributed 289 posts on the community forums.
  • Started 12 threads in the forums
  • Answered 1 question
answered
Senior Member

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.
0 replies
A
alzaeem
A
  • Junior Member, joined since
  • Contributed 14 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
answered
Junior Member

thanks for your help

I tried but thiss is not solve problem.
0 replies
S
Smith
S
Smith 10
Regards,
Smith
smile
  • Member, joined since
  • Contributed 152 posts on the community forums.
  • Started 2 threads in the forums
answered
Member

USE FIREFOX.....
0 replies
A
alzaeem
A
  • Junior Member, joined since
  • Contributed 14 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
answered
Junior Member

very good with firefox, but none all my visitor use firefox.

so do you have any Suggestions
Edited by alzaeem on 28-10-2007 16:43,
0 replies
A
alzaeem
A
  • Junior Member, joined since
  • Contributed 14 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
answered
Junior Member

thanks TammyK

I tried your Suggestion, it is not work.

I used arabic language in my site, so if I give you my site URL this will not help you.
0 replies

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

  • Views 0 views
  • Posts 7 posts
  • Votes 0 votes
  • Topic users 3 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet