Jump to content

Displaying links differently...


kalivos

Recommended Posts

I made a menu with CSS and the HTML UL tags. It works great and I love it. The problem is, once out of 100 page refreshes the links display in a different format. For example, this is how it's designed to look:

[table]
[tr][td]Link 1[/td][td]Link 2[/td][td]Link 3[/td][td]Link 4[/td][td]Link 5[/td][td]Link 6[/td][/tr]
[/table]

How it looks 1 out of 100 page refreshes
[table]
[tr][td]Link 1[/td][td]Link 2[/td][td]Link 3[/td][/tr]
[tr][td]Link 4[/td][td]Link 5[/td][td]Link 6[/td][/tr]
[/table]

Links 4, 5 and 6 drop to a new line. I'm not sure if this is a CSS issue, HTML, or browser issue. I found that it does this in both IE and FF.

Can anyone provide some light on this issue?
Thanks in advance!

NOTE: the comment "1 out of 100" is an approximation and not consistant.
Link to comment
https://forums.phpfreaks.com/topic/15272-displaying-links-differently/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.