Hi everyone,
I have a technical question regarding a css attribute.
How come that when using something simple like this:
#BLAH {
width: 200px;
}
IE will stretch the width if an item is bigger, but Firefox keeps the width at 200? Do I need to specify an absolute position for it to not stretch in either case?
Thanks!
wetodit
I have a technical question regarding a css attribute.
How come that when using something simple like this:
#BLAH {
width: 200px;
}
IE will stretch the width if an item is bigger, but Firefox keeps the width at 200? Do I need to specify an absolute position for it to not stretch in either case?
Thanks!
wetodit