Previous Message
Next Message

Alignment Problems

Sent by Gunlaug_Sørtun on 25 June 2006 21:09


Liz lizCSSlist wrote:
> Alignment problems
> 
> http://www.tonepoemcollection.com/indexInclude.html 
> http://www.tonepoemcollection.com/tp.css
> 
> I'm a novice at css layout. I'm having problems aligning the logo 
> with the top nav. [...]

> The problem is the alignment is different in every browser on every 
> platform. If I fix it in one it looks bad in another.  I've 
> experimented with padding and margins. [...]

As you have noticed: browsers have different defaults. You'll have to
set both margins and paddings for list-elements, and test in a number of
browsers.

Something like...
ul#topNavlist {margin: 0; padding: 0 0 0 30px; }
....should do across browser-land. Adjust values to taste.

Remember also that font-sizes are not "absolute" in any browser, so
check that it turns out right when subjected to font-resizing options at
the User-end.

regards
	Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: