
width testing
- Apoptosis
- Site Admin
- Posts: 33941
- Joined: Sun Oct 05, 2003 8:45 pm
- Location: St. Louis, Missouri
- Contact:
width testing
Is this picture cut off for you?


Re: width testing
yup
"The democracy will cease to exist when you take away from those who are willing to work and give to those who would not."
-Thomas Jefferson
-Thomas Jefferson
- Digital Puppy
- Moderator
- Posts: 4649
- Joined: Tue Apr 27, 2004 12:36 pm
- Location: LA LA Land, CA
- Contact:
Re: width testing
Yes.
Play
Q6600 @ 3.2GHz :: 8GB DDR2-800 :: eVGA 9800GX2 :: 7900GTX (secondary) :: abit IP35 Pro :: 150GB Raptor 10k RPM :: 2x750GB WD Caviar :: 120GB WD :: X-Fi XtremeMusic :: NEC 4551A :: BenQ DVD Combodrive (52x32x52) :: Dual 22" Acer AL2216W :: Thermaltake Armor Black :: Logitech Z5500 5.1
Work
Core 2 Duo @ 2.53GHz :: 4GB DDR3 @ 1067MHz :: 3670 :: Intel PM45 Chipset :: 500GB 5400RPM SATA :: Integrated Audio :: BD-ROM/DVD Burner :: 16" 1920x1080 RGBLED
Q6600 @ 3.2GHz :: 8GB DDR2-800 :: eVGA 9800GX2 :: 7900GTX (secondary) :: abit IP35 Pro :: 150GB Raptor 10k RPM :: 2x750GB WD Caviar :: 120GB WD :: X-Fi XtremeMusic :: NEC 4551A :: BenQ DVD Combodrive (52x32x52) :: Dual 22" Acer AL2216W :: Thermaltake Armor Black :: Logitech Z5500 5.1
Work
Core 2 Duo @ 2.53GHz :: 4GB DDR3 @ 1067MHz :: 3670 :: Intel PM45 Chipset :: 500GB 5400RPM SATA :: Integrated Audio :: BD-ROM/DVD Burner :: 16" 1920x1080 RGBLED
- Apoptosis
- Site Admin
- Posts: 33941
- Joined: Sun Oct 05, 2003 8:45 pm
- Location: St. Louis, Missouri
- Contact:
Re: width testing
k... thanks guys... still stuck on how to fix this feature...
Re: width testing
WOOO!!! I found a hack!!!!
Around line 1117 in the style.css
change overflow to auto
Semi-nasty as it scrolls the whole post and not just the picture, but as far as I can see the only way of doing it without assigning the [IMG] tag a whole class of its own.
Dan
Around line 1117 in the style.css
change overflow to auto
Code: Select all
/* Content container styles
----------------------------------------*/
.content {
min-height: 3em;
overflow: auto;
line-height: 1.4em;
font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
color: #333333;
}
Dan
Last edited by DMB2000uk on Thu Jul 05, 2007 8:22 am, edited 1 time in total.
Re: width testing
Cut off for me too.
Neat how you can resize your screen and see it all
no auto shrink picture setting? make all pics no more than 640X480 automatically, or maybe a way to set the picture box itself to 640X480 and shrink/fit the picture to it?
Mike
Can you tell I know sooooo much about coding :p
Neat how you can resize your screen and see it all

no auto shrink picture setting? make all pics no more than 640X480 automatically, or maybe a way to set the picture box itself to 640X480 and shrink/fit the picture to it?
Mike
Can you tell I know sooooo much about coding :p
Remember, I am opinionated and nothing I say or do reflects on anyone or anything else but me 

- Apoptosis
- Site Admin
- Posts: 33941
- Joined: Sun Oct 05, 2003 8:45 pm
- Location: St. Louis, Missouri
- Contact:
Re: width testing
We can do that for the attachments, but not sure about images that are just set in img tags.KnightRid wrote:Cut off for me too.
Neat how you can resize your screen and see it all
no auto shrink picture setting? make all pics no more than 640X480 automatically, or maybe a way to set the picture box itself to 640X480 and shrink/fit the picture to it?
Mike
Can you tell I know sooooo much about coding :p
- Apoptosis
- Site Admin
- Posts: 33941
- Joined: Sun Oct 05, 2003 8:45 pm
- Location: St. Louis, Missouri
- Contact:
Re: width testing
hack applied... works... better than having the image cut off!DMB2000uk wrote:WOOO!!! I found a hack!!!!
Around line 1117 in the style.css
change overflow to auto
Semi-nasty as it scrolls the whole post and not just the picture, but as far as I can see the only way of doing it without assigning the [IMG] tag a whole class of its own.Code: Select all
/* Content container styles ----------------------------------------*/ .content { min-height: 3em; overflow: auto; line-height: 1.4em; font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif; font-size: 1em; color: #333333; }
Dan
Re: width testing
Yup, works for me too.
"The democracy will cease to exist when you take away from those who are willing to work and give to those who would not."
-Thomas Jefferson
-Thomas Jefferson
Re: width testing
Perty slick! scrolls for me also 
Mike

Mike
Remember, I am opinionated and nothing I say or do reflects on anyone or anything else but me 
