Latest topics
» BG back UP!by Flynn_MacCallister Fri Nov 20, 2009 4:41 am
» A thread to show that there is still a pulse of life in the forum....
by Flynn_MacCallister Fri Nov 20, 2009 4:33 am
» Down again
by HAC Fri Nov 20, 2009 4:32 am
» 11/19/02 - 19:20MST BG down - table crashed, proteus has been advised...
by HAC Fri Nov 20, 2009 4:26 am
» Anyone else having trouble?
by von Corax Fri Oct 23, 2009 5:37 am
» Yet Another Lifeboat Drill... (11 October)
by von Corax Sun Oct 11, 2009 7:48 am
» 500 - Internal Server Error
by Dr. Oliver Cross Sun Oct 11, 2009 5:54 am
» It's broken again (5th of October)
by JingleJoe Tue Oct 06, 2009 4:15 am
» Looking for a wind-up motor, see details...
by BlacksmithMJK Mon Sep 28, 2009 12:33 am
» Looking for a NON WORKING Gramophone
by Captain Lyerly Wed Sep 23, 2009 4:15 pm
» Tools we should all have.
by Tracy Mon Aug 03, 2009 9:40 pm
» UCSDL - Baltimore/Annapolis/DC/NoVA SteamPunknic/Workshop
by Captain Lyerly Mon Jul 20, 2009 11:04 pm
» Current downtime
by proteus Thu Jul 16, 2009 10:35 pm
» The (other) Princess Seraphina Tea Room for distinguished ladies
by Geisterlibrarian Thu Jul 16, 2009 7:50 pm
» Wot - again?? (June 17th EDT)
by proteus Tue Jun 23, 2009 12:00 am
» Emergency Supply Kit...
by Siliconous Skumins Fri Jun 19, 2009 9:20 pm
» The Fish is in St-John's again.
by Captain Lyerly Thu Jun 18, 2009 4:41 am
» Once more, with feeling....
by The Kernel Wed Jun 17, 2009 8:49 pm
Statistics
We have 369 registered usersThe newest registered user is Talefeather
Our users have posted a total of 5870 messages in 471 subjects
Any CSS experts here?
Page 1 of 1 • Share •
Any CSS experts here?
The reason I ask is that I suspect it might be possible to fix the issue that chops images off at the fixed width of the message text.
I have looked at the CSS for the forum, and it does not illuminate the issue for me. But then, I am an old HTML stick-in-the-mud and never had any truck with this new-fangled stuff.
If you think you might be able to shed some light on the problem, please respond.
(I tried to include the CSS in this post, but it is too long.)
I have looked at the CSS for the forum, and it does not illuminate the issue for me. But then, I am an old HTML stick-in-the-mud and never had any truck with this new-fangled stuff.
If you think you might be able to shed some light on the problem, please respond.
(I tried to include the CSS in this post, but it is too long.)
_________________
Bill P, Nul.D. (Unseen U.), Restorer of Old Photographs,
Sexagenarian Boy Genius and SUPREME NERD GOD!!! (score=98!)
Down in the Bear Cave under Cantabrigia Castle, Geekhaven, MA, US

OldProfessorBear- Ętheric engineer (admin)
- Number of posts: 228
Age: 65
Location: Cambridge, MA, US
Registration date: 2008-09-12
Re: Any CSS experts here?
I say, that is a truly porcine css file!
EDIT: A cursory inspection shows several (!) entries of the form
which, as I understand it, says to clip off anything which falls outside the container's bounding box. In theory, either changing each of these to
or following each one with
might do the trick.
If you do so, however, I fear you risk running afoul of Campbell's Law of Interconnectedness — this monstrosity of a css file is over 4700 lines (not a typo) in length, and that is just TOO BLASTED BIG!
EDIT: A cursory inspection shows several (!) entries of the form
- Code:
.content: {
blah;
blah;
overflow: hidden;
...
}
which, as I understand it, says to clip off anything which falls outside the container's bounding box. In theory, either changing each of these to
- Code:
overflow: scroll;
or following each one with
- Code:
.content img {
overflow: scroll;
}
might do the trick.
If you do so, however, I fear you risk running afoul of Campbell's Law of Interconnectedness — this monstrosity of a css file is over 4700 lines (not a typo) in length, and that is just TOO BLASTED BIG!
Last edited by von Corax on Tue Oct 21, 2008 4:50 am; edited 1 time in total
von Corax- officer

- Number of posts: 92
Location: Hamlet of Mark, Canada
Flag:
Registration date: 2008-09-15
Re: Any CSS experts here?
At any rate, I was poking about in the admins' forum and found a bit of code that seems to work: it still restricts the width of any picture to 800, but now it shrinks them instead of just chopping them off.
This is not the solution I was looking for, which would be a horizontal scrolling-based fix.
I shall continue to troll the admins' forum.
Oh, I also found a hack for adding national flags, if anybody really wants them. It seems to have some unusual ones, such as Wales and the Olympics flag for whatever reason ...
_________________
Bill P, Nul.D. (Unseen U.), Restorer of Old Photographs,
Sexagenarian Boy Genius and SUPREME NERD GOD!!! (score=98!)
Down in the Bear Cave under Cantabrigia Castle, Geekhaven, MA, US

OldProfessorBear- Ętheric engineer (admin)
- Number of posts: 228
Age: 65
Location: Cambridge, MA, US
Registration date: 2008-09-12
Re: Any CSS experts here?
Yikes.
Now it seems to be displaying arbitrary flags ... I shall shut it off again!
[edit] Fixed flags. See that thread.
Now it seems to be displaying arbitrary flags ... I shall shut it off again!
[edit] Fixed flags. See that thread.
Last edited by OldProfessorBear on Tue Oct 21, 2008 11:10 am; edited 1 time in total
_________________
Bill P, Nul.D. (Unseen U.), Restorer of Old Photographs,
Sexagenarian Boy Genius and SUPREME NERD GOD!!! (score=98!)
Down in the Bear Cave under Cantabrigia Castle, Geekhaven, MA, US

OldProfessorBear- Ętheric engineer (admin)
- Number of posts: 228
Age: 65
Location: Cambridge, MA, US
Registration date: 2008-09-12
Re: Any CSS experts here?
I need to learn more about computers, it seems. When I read the title of this thread, refering as it does to the term "CSS", I came in here fully expecting to see information on the Confederate Navy!
Dr. Oliver Cross- officer

- Number of posts: 85
Flag:
Registration date: 2008-09-13
Re: Any CSS experts here?
Oh me bleedin' eyeballs. I just had another look at the CSS, and it's not at all obvious where one might (and might not) want to insert the scrolling code.
Incidentally, looking at the admins' forum, there are a number of complaints about oversized pictures distorting the forum, i.e., making the page itself too wide. How it is that we have the inverse problem I do not know, though I suppose it has to do with the different board styles that are available when you set it up.
The line I inserted at the end of the CSS, which automagically resizes too-wide pictures is simply this:
Incidentally, looking at the admins' forum, there are a number of complaints about oversized pictures distorting the forum, i.e., making the page itself too wide. How it is that we have the inverse problem I do not know, though I suppose it has to do with the different board styles that are available when you set it up.
The line I inserted at the end of the CSS, which automagically resizes too-wide pictures is simply this:
- Code:
.post img{max-width: 800px;}
_________________
Bill P, Nul.D. (Unseen U.), Restorer of Old Photographs,
Sexagenarian Boy Genius and SUPREME NERD GOD!!! (score=98!)
Down in the Bear Cave under Cantabrigia Castle, Geekhaven, MA, US

OldProfessorBear- Ętheric engineer (admin)
- Number of posts: 228
Age: 65
Location: Cambridge, MA, US
Registration date: 2008-09-12
Re: Any CSS experts here?
I was having a poke about with the CSS on Saturday morning (UK time) & was rtying to work out how one would go about making the upper-background dissapear, so you could see the paisly underneath- anyone got any ideas? (1/2 the problem is finding the corresponding code- but that I can work out by trial & error)

Pheobsky- Ętheric engineer (admin)
- Number of posts: 123
Age: 19
Registration date: 2008-09-12

Re: Any CSS experts here?
OldProfessorBear wrote:Oh me bleedin' eyeballs. I just had another look at the CSS, and it's not at all obvious where one might (and might not) want to insert the scrolling code.
Incidentally, looking at the admins' forum, there are a number of complaints about oversized pictures distorting the forum, i.e., making the page itself too wide. How it is that we have the inverse problem I do not know, though I suppose it has to do with the different board styles that are available when you set it up.
The line I inserted at the end of the CSS, which automagically resizes too-wide pictures is simply this:
- Code:
.post img{max-width: 800px;}
Well, that definitely fixed the problem I was complaining about earlier. Thanks!!

VonHart- gunner

- Number of posts: 49
Registration date: 2008-09-24
Re: Any CSS experts here?
If your browser has the capability (may require a plugin), you should be able to right-click on any resized picture and see it full-size in another window/tab.
Just a tip.
Just a tip.
_________________
Bill P, Nul.D. (Unseen U.), Restorer of Old Photographs,
Sexagenarian Boy Genius and SUPREME NERD GOD!!! (score=98!)
Down in the Bear Cave under Cantabrigia Castle, Geekhaven, MA, US

OldProfessorBear- Ętheric engineer (admin)
- Number of posts: 228
Age: 65
Location: Cambridge, MA, US
Registration date: 2008-09-12
Permissions of this forum:
You cannot reply to topics in this forum












