Firefox, Thunderbird & SeaMonkeyPost your questions about Mozilla based products (Firefox, Thunderbird & SeaMonkey) here.
Mission Statement
WindowsBBS is an online community dedicated to easily accessible technical support for those using Microsoft operating systems and other Windows software.
Our goal is to become the leading resource for computer users that require assistance with their day-to-day computer usage, including full support for networking PC's, virus & malware removal, system upgrades and general support questions.
Currently, I am working on a page using some CSS styling.
The code works as intended on IE, Opera and Chrome. It works correctly on Firefox on an XP box, but shows an inconsistency on a Vista box.
I have resolved the issue by some rearrangement of code, but this inconsistency is something new to me. One of the offending' parts of the code seemed to be related to a 'select' box, but all of the underlying code worked well in tables. The problem only occurred after converting the display to use div tags rather than the 'table', 'tr' , 'td' structure.
Thanks for any input.
Didn't find the information you thought to find? Check out these Similar Threads
Agreed. I am (more than) aware of browser inconsistencies, but I had never come across an inconsistency apparently related to the OS/browser combination before.
Fully aware that tables are deprecated and that's the reason I am rebuilding an 'old style' page that has been in use for much too long, as a part of upgrading the whole site.
It is, to say the least, an 'interesting' exercise to restyle using CSS, but of course the results and the future upgradeability are worth the effort.