Welcome Guest, Not a member yet? Register   Sign In
Css Issues
#15

[eluser]slowgary[/eluser]
It's probably because the marquee is 200px wide, but it's container is only 191px wide.

You could make a lot of things simpler, optimizing it at the same time. You're using CSS, but in a style that much resembles table based layouts. Try not to think about your design as a bunch of puzzle pieces. Think of it instead like a bunch of layers in a collage, overlapping eachother. Your background image should be a single image, which would make things easier and faster by cutting down on the number of requests the browser has to make.

Also, your images are all jpegs, which is really only good for photorealistic images. Only your portrait should be jpeg, all the others should be gif or png (I recommend png as they usually look better and sport a smaller size).

For the brownish containers, I would use CSS only instead of background images. Just set the background and a 2px border. The images do make the border look a little softer, but only very subtly and the difference isn't enough to warrant the additional work and bandwidth needed to make them image based. If I did go image based, I'd use 3 images to create the two columns - 1 for the top, 1 repeat-y, and 1 for the bottom, as so:
Code:
__________________________    __________
|                         |  |          |    //top cap
[code]
|


Messages In This Thread
Css Issues - by El Forum - 05-05-2009, 07:47 AM
Css Issues - by El Forum - 05-05-2009, 07:56 AM
Css Issues - by El Forum - 05-05-2009, 08:08 AM
Css Issues - by El Forum - 05-05-2009, 08:21 AM
Css Issues - by El Forum - 05-05-2009, 08:56 AM
Css Issues - by El Forum - 05-05-2009, 11:04 AM
Css Issues - by El Forum - 05-05-2009, 11:06 AM
Css Issues - by El Forum - 05-05-2009, 11:16 AM
Css Issues - by El Forum - 05-05-2009, 11:29 AM
Css Issues - by El Forum - 05-05-2009, 11:43 AM
Css Issues - by El Forum - 05-05-2009, 12:00 PM
Css Issues - by El Forum - 05-05-2009, 12:03 PM
Css Issues - by El Forum - 05-05-2009, 07:33 PM
Css Issues - by El Forum - 05-05-2009, 07:39 PM
Css Issues - by El Forum - 05-05-2009, 07:48 PM
Css Issues - by El Forum - 05-06-2009, 01:00 AM
Css Issues - by El Forum - 05-06-2009, 01:10 AM
Css Issues - by El Forum - 05-06-2009, 09:39 PM
Css Issues - by El Forum - 05-07-2009, 12:29 AM
Css Issues - by El Forum - 05-07-2009, 02:22 AM
Css Issues - by El Forum - 05-07-2009, 02:47 AM
Css Issues - by El Forum - 05-07-2009, 07:10 AM
Css Issues - by El Forum - 05-07-2009, 09:12 AM
Css Issues - by El Forum - 05-07-2009, 09:18 AM
Css Issues - by El Forum - 05-07-2009, 09:24 AM
Css Issues - by El Forum - 05-07-2009, 09:38 AM
Css Issues - by El Forum - 05-07-2009, 09:50 AM
Css Issues - by El Forum - 05-07-2009, 09:57 AM
Css Issues - by El Forum - 05-07-2009, 09:59 AM
Css Issues - by El Forum - 05-07-2009, 10:01 AM
Css Issues - by El Forum - 05-07-2009, 10:03 AM
Css Issues - by El Forum - 05-07-2009, 10:16 AM
Css Issues - by El Forum - 05-07-2009, 10:25 AM
Css Issues - by El Forum - 05-07-2009, 10:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB