CraigJ
|
posted on 24/10/09 at 06:27 PM |
|
|
Cant get full page on firefox?
I have stopped using google chrome as it kept crashing on me and have just downloaded firefox 3.5 only locostbuilders doesnt fill the screen, just
over half, its only this site that it does it on, any ideas?
|
|
|
coozer
|
posted on 24/10/09 at 06:38 PM |
|
|
I had the same problem and all you need to do is install an addon called stylish...
https://addons.mozilla.org/en-US/firefox/addon/2108
1972 V8 Jago
1980 Z750
|
|
BenTyreman
|
posted on 24/10/09 at 06:41 PM |
|
|
See my posts on Stylish here and
here
It doesn't help the the forum software is bloody ancient (XMB 1.8 is circa 2002, but I presume ChrisW has made some modifications since
then).
Here is my full Stylish file:
code:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("locostbuilders.co.uk") {
/* Fix width */
body>table>tbody>tr>td { width: 100% !important; }
/* Remove logo */
html > body > table > tbody > tr > td > center > table:first-child > tbody > tr > td > table > tbody >
tr:first-child { display: none !important; }
/* Remove footer */
html > body > table > tbody > tr > td > table { display: none !important; }
/* Remove navbar ads */
tr > td.nav > a:first-child { display: none !important; }
tr > td.nav:first-child > a { display: inline !important; }
/* Remove thread ads */
html > body > table > tbody > tr+tr > td > center > table+table+table+table > tbody > tr > td > table > tbody >
tr+tr+tr+tr+tr { display: none !important; }
html > body > table > tbody > tr+tr > td > center > table+table+table+table > tbody > tr > td > table > tbody >
tr+tr+tr+tr+tr+tr { display: table-row !important; }
/* Limit thread picture width */
img {
max-width: 900px !important;
}
/* Limit avatar width */
td.tablerow > div.smalltxt > center > a > img { max-width: 250px !important; }
}
@-moz-document url("http://www.locostbuilders.co.uk/") {
html > body > table > tbody > tr+tr > td > center > table+table+table > tbody > tr > td+td+td+td, html > body >
table > tbody > tr+tr > td > center > table+table+table > tbody > tr > td+td+td+td+td { display: none !important }
html > body > table > tbody > tr+tr > td > center > table+table+table+br+table+br+table { display: none !important; }
}
|
|
CraigJ
|
posted on 24/10/09 at 07:22 PM |
|
|
sorted now, Thanks guys.
|
|
Xtreme Kermit
|
posted on 24/10/09 at 08:17 PM |
|
|
Just done this myself...
W I D E S C R E E E E E E N
|
|