Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

On windows 7 I am finding difficulty in viewing some links of my website

  • 3 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 15 προβολές
  • Τελευταία απάντηση από safame20

more options

When I login to my website www.xowned.com and when I try to enter with username and password everything is working well in win xp but it does not show me my admin links in windows7.

Here is the Admin Section code in unordered list

<li class="menu">admin Menu</li>
 
 <li><a class="user">My Admin Details</a>
  <ul>
  <li><a href="http://xowned.com/code/mywebsites/">My Websites</a></li>
  <li><a href="http://xowned.com/code/add">Add upto 5 Website</a></li>
  <li><a href="http://xowned.com/browse/">Browsed</a></li>
  </ul>
</li>


I tried Reinstalling and installing firefox but this is not working in windows 7 can anybody help me pls. Works fine in Internet Explorer 8 and Chrome

When I login to my website www.xowned.com and when I try to enter with username and password everything is working well in win xp but it does not show me my admin links in windows7. Here is the Admin Section code in unordered list <pre><nowiki><li class="menu">admin Menu</li> <li><a class="user">My Admin Details</a> <ul> <li><a href="http://xowned.com/code/mywebsites/">My Websites</a></li> <li><a href="http://xowned.com/code/add">Add upto 5 Website</a></li> <li><a href="http://xowned.com/browse/">Browsed</a></li> </ul> </li></nowiki></pre> I tried Reinstalling and installing firefox but this is not working in windows 7 can anybody help me pls. Works fine in Internet Explorer 8 and Chrome

Τροποποιήθηκε στις από το χρήστη cor-el

Επιλεγμένη λύση

Still has the same problem anyway I solved it by changing the css. It seems that only my lists were having the problems. So I created a warper around them and it solved the problems.

Ανάγνωση απάντησης σε πλαίσιο 👍 0

Όλες οι απαντήσεις (3)

more options

A good place to ask advice about web development is at the MozillaZine "Web Development/Standards Evangelism" forum.

The helpers at that forum are more knowledgeable about web development issues.
You need to register at the MozillaZine forum site in order to post at that forum.

more options

update your firefox to latest version of firefox.

Try in safemode

Try Firefox Safe Mode to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.

(If you're not using it, switch to the Default theme.)

  • You can open Firefox 4.0+ in Safe Mode by holding the Shift key when you open the Firefox desktop or Start menu shortcut.
  • Or open the Help menu and click on the Restart with Add-ons Disabled... menu item while Firefox is running.

Once you get the pop-up, just select "'Start in Safe Mode"

If the issue is not present in Firefox Safe Mode, your problem is probably caused by an extension, and you need to figure out which one. Please follow the Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems article for that.

To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.

When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.

more options

Επιλεγμένη λύση

Still has the same problem anyway I solved it by changing the css. It seems that only my lists were having the problems. So I created a warper around them and it solved the problems.