inherit
mckevitt@ymail.com
196742
0
Aug 1, 2013 19:33:25 GMT -8
anonymousandy
13
July 2013
anonymousandy
|
Post by anonymousandy on Jul 18, 2013 10:43:17 GMT -8
|
|
Joachim
Full Member
Shhh, can't see me.
Posts: 905
inherit
23771
0
Nov 18, 2012 17:23:23 GMT -8
Joachim
Shhh, can't see me.
905
April 2004
izaeah
|
Post by Joachim on Jul 18, 2013 10:56:59 GMT -8
anonymousandyHave you set your board header width in pixels or percents? Because if it is fixed (px) and the user's resolution is slighter than your own, the image is going to get cut off: Say your header is 2000px wide, but your friend's resolution is only 1200px wide, the image is going to be cut off. Because from the images it's what it looks like to me.
|
|
inherit
mckevitt@ymail.com
196742
0
Aug 1, 2013 19:33:25 GMT -8
anonymousandy
13
July 2013
anonymousandy
|
Post by anonymousandy on Jul 18, 2013 11:01:01 GMT -8
I set my width to 100% and the problem is still there. If I take it off % it will just make it so she has to scroll to see the entire banner instead of see it just as a whole.
|
|
Joachim
Full Member
Shhh, can't see me.
Posts: 905
inherit
23771
0
Nov 18, 2012 17:23:23 GMT -8
Joachim
Shhh, can't see me.
905
April 2004
izaeah
|
Post by Joachim on Jul 18, 2013 11:03:46 GMT -8
Well if your banner itself is wider than her screen resolution, it still is going to get cut off. So it's not so much the header's width at this point so much as your banner's width. I think I saw a thread at one point where there was a way for the banner to size up or down to fit the screen resolution, I'll have to see if I can't find it. --- ETA:: Found it. Not to butt in, but I found this code extremely useful on my site. We have members who use everything between 800 x 600 to television screens with gigantic resolutions, so this code allowed us maximum flexibility. /* Logo scales with Forum Width */ #banner { height: 100%; padding: 0px; } #banner-container, #banner { display: block; } a#logo img { max-width: 100%; } a#logo { font: inherit; } #banner { margin-bottom: -3px; } One of the admins gave this code to me... I'm not sure who wrote it in the first place, though. :/
|
|
inherit
mckevitt@ymail.com
196742
0
Aug 1, 2013 19:33:25 GMT -8
anonymousandy
13
July 2013
anonymousandy
|
Post by anonymousandy on Jul 18, 2013 11:06:48 GMT -8
Ah, that makes sense, if you can find it a link to it would be very much appreciated tyvm ^_^!
|
|
Joachim
Full Member
Shhh, can't see me.
Posts: 905
inherit
23771
0
Nov 18, 2012 17:23:23 GMT -8
Joachim
Shhh, can't see me.
905
April 2004
izaeah
|
Post by Joachim on Jul 18, 2013 11:10:30 GMT -8
Modified my message just a few minutes before you posted, look up. .
|
|
inherit
mckevitt@ymail.com
196742
0
Aug 1, 2013 19:33:25 GMT -8
anonymousandy
13
July 2013
anonymousandy
|
Post by anonymousandy on Jul 18, 2013 11:14:53 GMT -8
Oh, awesome awesome, tysm! ^_^
|
|
inherit
180565
0
Nov 29, 2024 15:25:39 GMT -8
User 180565 is taking donation
I forgot you were a person
10,447
June 2012
keenk
Pink Stars
|
Post by User 180565 is taking donation on Aug 30, 2013 7:54:43 GMT -8
Hi Paul sorry if I asked or missed it but is there a way to set the length size of the banner? Actually just saw the class
|
|
inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Aug 30, 2013 9:06:29 GMT -8
Hi Paul sorry if I asked or missed it but is there a way to set the length size of the banner? Actually just saw the class Without a tag it's lucky I saw this - wander into this board less often than I should. =X Any chance you could elaborate a little on what you mean by 'length size'? Not entirely sure what you're looking for. =]
|
|
inherit
180565
0
Nov 29, 2024 15:25:39 GMT -8
User 180565 is taking donation
I forgot you were a person
10,447
June 2012
keenk
Pink Stars
|
Post by User 180565 is taking donation on Aug 30, 2013 9:07:51 GMT -8
Hi Paul sorry if I asked or missed it but is there a way to set the length size of the banner? Actually just saw the class Without a tag it's lucky I saw this - wander into this board less often than I should. =X Any chance you could elaborate a little on what you mean by 'length size'? Not entirely sure what you're looking for. =] Actually found it out I wanted to make the banner shorter and give it a facebook sort of style ereviews.boards.net/
|
|
inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Aug 30, 2013 9:10:36 GMT -8
Without a tag it's lucky I saw this - wander into this board less often than I should. =X Any chance you could elaborate a little on what you mean by 'length size'? Not entirely sure what you're looking for. =] Actually found it out I wanted to make the banner shorter and give it a facebook sort of style ereviews.boards.net/Well, so long as you got it. =P
|
|