Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Dynamic page view per user
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Feedback
- :
- Community Site Feedback
- :
- Re: Dynamic page view per user
- « Previous
-
- 1
- 2
- Next »
Re: Dynamic page view per user
15-06-2007 7:22 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I just switched my colour temperature on my monitor to 6500K and the nice soft background makes it much easier on the eye. However that is no good for anything else so back to 9300K.
I really don't like this colour scheme I'm afraid.
I really don't like this colour scheme I'm afraid.
Re: Dynamic page view per user
16-06-2007 12:02 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
We are working on alt stylesheets so that you can choose how you want it to look.
Kelly Dorset
Ex-Broadband Service Manager
Ex-Broadband Service Manager
Re: Dynamic page view per user
16-06-2007 1:22 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Great - thanks.
Probably too difficult but how about making the centre column width dynamic so it fills the screen on a higher resolution and also works well with a reduced size window - if you want to compare have a look at the PUG forums which work well in this regard
Probably too difficult but how about making the centre column width dynamic so it fills the screen on a higher resolution and also works well with a reduced size window - if you want to compare have a look at the PUG forums which work well in this regard
Re: Dynamic page view per user
09-07-2007 11:42 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: Kelly We are working on alt stylesheets so that you can choose how you want it to look.
In the meantime, create a user stylesheet containing the following:
#header-wrap + #content,
#header-wrap + #content .tborder {
width: 100%;
}
bingo! (note: might not work in IE)
Re: Dynamic page view per user
09-07-2007 12:14 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Finally managed to get it to work.
Working code is
Working code is
Quote #header-wrap + #content,
#header-wrap + #content .tborder {
width: 100% ! important;
}
Re: Dynamic page view per user
28-08-2007 9:45 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I know that this is a very old thread but I used the fix in the post above very successfully but I have noticed an odd effect.
It only works when I am logged in - any idea why that should be
It only works when I am logged in - any idea why that should be
Re: Dynamic page view per user
29-11-2007 4:34 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: Oldjim It only works when I am logged in - any idea why that should be
it seems the structure of the page changes slightly when logged out. Try this updated css rule:
#header-wrap + #content,
#header-wrap + #content + .tborder,
#header-wrap + #content .tborder {
width: 100% !important;
}
- « Previous
-
- 1
- 2
- Next »
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page