Thanks for responding mike.
I tried having another go at it, now no matter what i changed in the css file, it stayed the same in firefox.
Yet it changed in IE as it should have.
I changed this:
/* Welcome/Login link/Username */
.login { line-height: 200%; text-align: right; width: 49.99%; font-size: 8pt; display: inline; }
To this:
/* Welcome/Login link/Username */
.login { line-height: 200%; text-align: right; width: 10%; font-size: 8pt; display: inline; }
And this:
/* Home, Search, Random, Upload, Recent Uploads */
.options { line-height: 200%; width: 50%; text-align: center; font-size: 8pt; display: inline; }
To this:
/* Home, Search, Random, Upload, Recent Uploads */
.options { line-height: 200%; width: 70%; text-align: center; font-size: 8pt; display: inline; }
Now it did look different in a full page but i have my album in Inline frames, now when i view in IE
it is the same as Firefox as in the 1st thread.
Glad i got this sust out, hope it helps any one else.