Public Messages
Welcome, guest! Please login or register for free to be able to join the css group and participate in the discussions.
-
comfort 2011-05-01 13:24
[removed spam message]
-
thelocalgentry 2011-03-02 00:24
scaling is just something I haven't figured out yet, especially when I had to essentially HACK the CSS to get the bg translucent on that box and not have everything above it translucent
-
thelocalgentry 2011-03-02 00:24
I managed to figure out a way to make it work with static resolution
-
murtlest 2011-02-25 09:21
yeah that would work too
-
thelocalgentry 2011-02-25 01:09
so vertical resolution is less of an issue
-
thelocalgentry 2011-02-25 01:08
just making everything a bit smaller
-
thelocalgentry 2011-02-25 01:08
I was considering
-
thelocalgentry 2011-02-25 01:08
that kinda sucks tho
-
murtlest 2011-02-25 01:07
you could crop the background image so that the girl is more far to the left, then the box could be centered for real and it would work fine with small resolutions?
-
murtlest 2011-02-25 01:07
aha
-
thelocalgentry 2011-02-24 23:28
the problem is, if you're using anything less than 800ish px height, it breaks or becomes unusable
-
thelocalgentry 2011-02-24 23:28
back
-
thelocalgentry 2011-02-24 23:27
i've put the old fixed width css
-
thelocalgentry 2011-02-24 23:27
hang on
-
murtlest 2011-02-24 11:13
then you can just place everything in that container
-
murtlest 2011-02-24 11:13
i would do it like this: one container div with a fixed width and with margin:auto (and text-align center on body to make it centered)
-
murtlest 2011-02-24 11:12
hmm i get a horizontal scrollbar too which is strange
-
murtlest 2011-02-24 11:05
the box is still smaller than any resolution?
-
murtlest 2011-02-24 11:05
hmm why can't it be fixed width?
-
thelocalgentry 2011-02-24 11:01
then, I have the bg of the text block translucent, but in order to keep the stop on top of it from being translucent as well, I had to fiddle with the higherarchy of the CSS so the translucent bg is basically tucked up underneath.
-
thelocalgentry 2011-02-24 11:00
part of the problem is the text scaling appropriately. I got the background image scaling.
-
thelocalgentry 2011-02-24 10:59
is how it is supposed to look
-
thelocalgentry 2011-02-24 10:59
gentry.shotstuff.com/thebertinator.com/cs/screen900.jpg
-
thelocalgentry 2011-02-24 10:59
in FF and IE
-
thelocalgentry 2011-02-24 10:59
it wouldn't do much as it would require some back and forth. In the end tho, I'm trying to figure out how to make this layout scale properly ( http://gentry.shotstuff.com/thebertinator.com/cs/ ) which I had looking perfect with fixed sizes and values, but in an effort to make it scalable, I changed to EMs and %s and got it ALMOST looking right on my screen, but it doesn't really work for smaller res and breaks ...
