How are you defining an div?
If you use is as an id i.e. div id= then this will cause the problem you are
having. Instead try decalring your div as a class i.e. div class=
Someone else might have a proper answer for this but in my stylesheets I
always have id's preceeded by # as in #divname and classes with a period as
in .divname
Hope this helps
Robert
----- Original Message -----
From: "Gearoid Donnellan" <gearoid.donnellan@xxxxxxxxx>
To: <webdev@xxxxxxxx>
Sent: Tuesday, September 07, 2004 11:08 PM
Subject: [ILUG-Webdev] CSS Problems.
I've only really started using css recently so I could b making a
mistake. I am using div tags and css to position the different
sections of the website.
When I view my webpage in Firefox it automatically expands the
sections to the width of the browser but in IE it wraps the sections
to the width of the text in the div tag.
Is there anyway to fix this or get around it?
Sorry If thats unclear.
You can view the webpage here www.compsoc.nuigalway.ie/~drakon/test
--
ILUG Web Development
http://mail.linux.ie/mailman/listinfo/webdev/
--
ILUG Web Development
http://mail.linux.ie/mailman/listinfo/webdev/
|