CSS Problems

SEÑOR

The Guy Everyone Hates
Messages
4,638
Reaction score
0
Points
0
Hi, so Im having two coding problems in css.

1) Fluid layouts with things that need to be 100%. I just do width: 100% but inlarge monitors thinsgwill just look so long, is there a way to set it so 100% things look the same in all screen resolutions?

2) Outer Glows/ Drop Shadows. SO Im coding a lyout when I relaize im nto sure what to do for a rounded rectangle/ square that has an outer glowall the way around it. What do i do?

Thanks so much.
 
Last edited:

Mooseman

New Member
Messages
89
Reaction score
0
Points
0
Setting things to 100% does just that.
Try centering your content and set the width in px in your CSS.
That way it will look the same no matter what screen resolution ppl use.
They will just get some dead columns on each side ;)
Define a body background color that blends width your design ;)

Do you have a link to your page in question ?
 
Top