Re: [css-d] CSS IE Bug

2006-08-19 Thread Chuck Pelto
On Aug 18, 2006, at 9:27 AM, Gigaboy20 wrote: how css could be done with declaring a doctype. I have a page that doesn't use a doctype and its out of my control to change it. In firefox I can get the div to float in the right corner fixed but it somehow is inline in IE instead of

Re: [css-d] Is this possible at all...

2006-08-19 Thread KJ'[EMAIL PROTECTED]
Hi Eric, That makes the content div drop below the sidebar... thanks a lot though. Kim KJ'[EMAIL PROTECTED] skrev: Hi Eric, That makes the content div drop below the sidebar... thanks a lot though. Kim Éric Vesque skrev: KJ'[EMAIL PROTECTED] a écrit : Hi, I'm trying to get a fixed

[css-d] removing HTML tables, redesign to use CSS

2006-08-19 Thread Kimathi
Hello, I am new to CSS. We have CMS (Content Management System). It uses a lot of HTML tables to lay out design. For example, navigation menu on the right is placed into table cell. My boss told me to redesign this site using CSS, removing HTML tables. Any ideas how do I do it? Thank you in

Re: [css-d] Floating thumbs ignoring div container's edge

2006-08-19 Thread Gunlaug Sørtun
[EMAIL PROTECTED] wrote: If I give this containing div a specified width the problem goes away, but so does the fluidity of the layout. Is there any way to have my cake and eat it, i.e. fix the problem whilst maintaining this liquid layout? fluid example:

Re: [css-d] Is this possible at all...

2006-08-19 Thread Gunlaug Sørtun
KJ'[EMAIL PROTECTED] wrote: I'm trying to get a fixed width div and an elastic div play together inside an elastic wrapper div. So now I'm wondering is that possible at all? Yes, but you've locked up 'width' too much for your version to work. Better take the following (found through the CSS-D

[css-d] Navigation woes

2006-08-19 Thread Vicki Stebbins
Hi all, I've just begun a redesign of a site (a love job) and am having trouble with my navigation div. In IE the popout menu appears but you can only select the top menu item, in other words if it shows: * cats * dogs only cats can be selected and the menu disappears for dogs. In

[css-d] Site check, please

2006-08-19 Thread Lorraine Barte Nepomuceno
Hi all, I'm working on a site redesign, and desperately need help fixing it for IE6. The sample design is located here: http://www.furnitureofamerica.com/redesign/ with CSS here: http://www.furnitureofamerica.com/redesign/css/foa-styles.css As far as I know, it looks good in everything except

Re: [css-d] Horizontal scrollbars on a CSS-centred page

2006-08-19 Thread Ian Piper
On 19 Aug 2006, at 1:25 am, Micky Hulse wrote: Oops, forgot a width on that sucker: #wrapper { text-align: left; width: 860px; margin: 0 auto; border-width: 0 1px 1px 1px; border-style: solid; border-color: #333; }

[css-d] Removeing a colour padding

2006-08-19 Thread Visually Insane Genetically Modified Organism
At the following URL I am trying to figure out why their is a red padding underneath Reverse Screen Colours? How do I get rid of it? HTML: http://infoforce-services.com/ifs_header_tri.php CSS: http://infoforce-services.com/css/layout.css Angus MacKinnon MacKinnon Crest Saying Latin -

Re: [css-d] Site check, please

2006-08-19 Thread Gunlaug Sørtun
Lorraine Barte Nepomuceno wrote: I'm working on a site redesign, and desperately need help fixing it for IE6. http://www.furnitureofamerica.com/redesign/ You have met the 'margin-doubling on floats' bug in IE/win. To fix it, add... #main-content {display: inline;} Also, it looks like IE

Re: [css-d] removing HTML tables, redesign to use CSS

2006-08-19 Thread Cem Meric
Hello, I am new to CSS. We have CMS (Content Management System). It uses a lot of HTML tables to lay out design. For example, navigation menu on the right is placed into table cell. My boss told me to redesign this site using CSS, removing HTML tables. Any ideas how do I do it? Thank you in

Re: [css-d] Expandable, horizontal menus that work?

2006-08-19 Thread Nick Urbanik
Dear Folks, I've fixed my IE problem, but the Opera problem remains. On 20/08/06 10:17 +1000, Nick Urbanik wrote: Dear Folks, I have a mission-critical application: my six-year old son's website! http://linus.nicku.org/ The horizontal menus are adapted from

[css-d] Navigation tabs

2006-08-19 Thread ed gooddy
Hi all, I am trying to work out how to create navigation tabs using images for the curved sides and backgroundsbut I am getting comfused. I have made three examples: http://www.villa-corti.com/indexnav.html In the first example- navtabs div -I have an image rightside.jpg which I put on

Re: [css-d] removing HTML tables, redesign to use CSS

2006-08-19 Thread Donna Jones
Hi Kimathi: Hello, I am new to CSS. We have CMS (Content Management System). It uses a lot of HTML tables to lay out design. For example, navigation menu on the right is placed into table cell. My boss told me to redesign this site using CSS, removing HTML tables. Any ideas how do I do

[css-d] understanding liquid layouts

2006-08-19 Thread James Fishwick
this is the site I'm workin on: http://www.vachiropractic.com/newsite/ I'm looking to liquify the current layout. Ideally I'd like to mirror the general layout of this layout: http://blog.html.it/layoutgala/LayoutGala23.html One modification I'd like to implement is the ability to have text

[css-d] understanding liquid layouts

2006-08-19 Thread James Fishwick
this is the site I'm workin on: http://www.vachiropractic.com/newsite/ I'm looking to liquify the current layout. Ideally I'd like to mirror the general layout of this layout: http://blog.html.it/layoutgala/LayoutGala23.html One modification I'd like to implement is the ability to have text

Re: [css-d] Horizontal Scroll Bars on a CSS centered page

2006-08-19 Thread Tim Kadlec
Ian, I believe the problem comes from the negative left margin. I am not sure on the technical reasoning behind it, but it appears that when a standards based browser like Firefox sees the large negative margin to the left, it doesn't deem it necessary to provide the ability to scroll there.

Re: [css-d] understanding liquid layouts

2006-08-19 Thread Gunlaug Sørtun
James Fishwick wrote: this is the site I'm workin on: http://www.vachiropractic.com/newsite/ I'm looking to liquify the current layout. Ideally I'd like to mirror the general layout of this layout: http://blog.html.it/layoutgala/LayoutGala23.html One modification I'd like to implement

Re: [css-d] Removeing a colour padding

2006-08-19 Thread francky
Visually Insane Genetically Modified Organism wrote: At the following URL I am trying to figure out why their is a red padding underneath Reverse Screen Colours? How do I get rid of it? HTML: http://infoforce-services.com/ifs_header_tri.php CSS: http://infoforce-services.com/css/layout.css