kalivos Posted July 21, 2006 Share Posted July 21, 2006 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 More sharing options...
AndyB Posted July 21, 2006 Share Posted July 21, 2006 [quote]Can anyone provide some light on this issue?[/quote]Without actually seeing the code? Unlikely. Link to comment https://forums.phpfreaks.com/topic/15272-displaying-links-differently/#findComment-61731 Share on other sites More sharing options...
kalivos Posted July 21, 2006 Author Share Posted July 21, 2006 [url=http://209.197.74.30/forum/test.php]http://209.197.74.30/forum/test.php[/url] <-- working example w/ source Link to comment https://forums.phpfreaks.com/topic/15272-displaying-links-differently/#findComment-61735 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.