Re: [css-d] Troubles with three collumn layout in IE.

2005-05-29 Thread Bob Easton
Jim Jeffers wrote: I'm working on the CSS for a new site we're launching. In Firefox and Safari the layout looks fine but in IE I'm having two problems. Try taking a look at the site in FireFox to see how it should look and then open it up in IE: http://www.notjustagame.com

Re: [css-d] horizontally aligning to elements

2005-05-29 Thread Bob Easton
Chad Sakonchick wrote: I'm trying to horizontally align, either middle or bottom align two elements in CSS. one is a picture(that will change in height and width) and the other is text(that will change size dynamically). Can anyone direct me to any sites that I can read up on how to

Re: [css-d] page check before I move on

2005-05-29 Thread Kim Kruse
Hi Bob, That really made my day. Thank you very much. Have a great day Kim (sorry for the off-list reply... too fast hitting the send button) Bob Easton wrote: Kim Kruse wrote: Hi, I would really like some feedback on this page http://mouseriders.dk/test/dynatest.php before I move on

[css-d] OT - Introduction

2005-05-29 Thread Rahul Gonsalves
Dear All: I haven't been part of a forum before, so I'm unsure of the protocol. Does one introduce oneself? A bit about me - I've just started doing some webdesign over the last four months or so. I have enjoyed playing with computers for the last 12 years - since I was six, and currently

[css-d] Images in lists and other problems

2005-05-29 Thread Kim Kruse
Hi, I'm about to create my portfolio page and for some reason I'm having a brain fart. I just can't get the darn list to behave. I want the list to display 3 images on one line and then brake into a new line. Also why is it the kontakt os heading below the list goes berserk? I obviously

[css-d] Dynamicaly created news boxes.

2005-05-29 Thread shawn a
Website: http://detriment.iprx.com/ This is a site for a WoW clan so its graffic intensive and best viewed at 1024 by 768 and up. I know im using alot of tables but i see no other practical way to get all those images to line up. Any how on to my question. Im creating news posts(by quering at

Re: [css-d] Dynamicaly created news boxes.

2005-05-29 Thread Kaspars Dambis
shawn a wrote: Website: http://detriment.iprx.com/ This is a site for a WoW clan so its graffic intensive and best viewed at 1024 by 768 and up. I know im using alot of tables but i see no other practical way to get all those images to line up. Any how on to my question. Im creating news

Re: [css-d] Images in lists and other problems

2005-05-29 Thread Bob Easton
Kim Kruse wrote: Hi, I'm about to create my portfolio page and for some reason I'm having a brain fart. I just can't get the darn list to behave. I want the list to display 3 images on one line and then brake into a new line. Also why is it the kontakt os heading below the list goes

Re: [css-d] Dynamicaly created news boxes.

2005-05-29 Thread David Laakso
On Sun, 29 May 2005 13:17:28 -0400, shawn a [EMAIL PROTECTED] wrote: Website: http://detriment.iprx.com/ This is a site for a WoW clan so its graffic intensive and best viewed at 1024 by 768 and up. I know im using alot of tables but i see no other practical way to get all those images to line

Re: [css-d] Dynamicaly created news boxes.

2005-05-29 Thread shawn a
This solves News Body: .newsBody p { text-align: left; font-size: 12px; margin: 0; padding: 0 20px 5px 20px; background-image:url(/images/whiteBorderLeft.jpg); background-position: top left; background-repeat: repeat-y; } perfect that worked.

Re: [css-d] Moving from tables to CSS

2005-05-29 Thread Gunlaug Sørtun
Rahul Gonsalves wrote: Sorry about the introduction - people have said that that was not proper form on this forum. I suspect this is only the first of my many apologies. No apologies needed. Few of us mind an introduction -- once. http://rathehun.tripod.com/ Now, I built and tested using

[css-d] Problem with IE5

2005-05-29 Thread Daniel Doesburg
Hello list, I've a website with a hover menu on the page Look at http://wouda.doesburg.biz/Wat.5.0.html right column. In Firefox, Opera, IE6 and IE5.5 it looks fine. But when in IE5.0 I touch the pictures with my mouse, the whole block moves downwards. What can be the reason? I wonder,

Re: [css-d] Dynamicaly created news boxes.

2005-05-29 Thread shawn a
Make a back-up copy of the html file. Run the file through Tidy Onlinehttp://infohound.net/tidy/. Tidy will point out the errors and correct many of them for you. Manually correct the rest. Then validate the corrected mark-up http://validator.w3.org/. And validate the

[css-d] Problem with IE5.0

2005-05-29 Thread Daniel Doesburg
Hello list, I've a website with a hover menu on the page Look at http://wouda.doesburg.biz/Wat.5.0.html right column. In Firefox, Opera, IE6 and IE5.5 it looks fine. But when in IE5.0 I touch the pictures with my mouse, the whole block moves downwards. What can be the reason? I wonder,

[css-d] List spacing and Image Centering

2005-05-29 Thread Linda Dunn
Hi all, I've got the basic structure of a site here: http://www.eatsmartmovemorenc.com/ncwinnerscircle I have two issues that I'm currently trying to hash out. First, the navigation menu on the right is spaced radically different in Firefox and IE/Win (IE/Win is putting extra spaces between

[css-d] Positioning/Hiding Legends

2005-05-29 Thread jack fredricks
Does anyone know of a decent way to 'hide' a legend from visual browsers? For design reasons, I am duplicating the fieldset's legend using a header (sorry, I can't avoid this at this stage). I want to keep a real legend for accessibility, but don't want to have both my fake legend and real legend

[css-d] best CSS drop down metod

2005-05-29 Thread fokuss
Hello Everyone, I have a project which requires (CSS) drop downs. Since dipping into CSS I have not yet encountered a solid way of doing this. COuld someone refer me to one or more solutions they had good luck with? Thanks Adam helweh

[css-d] Mac IE 5 Problem

2005-05-29 Thread Frank McClung
Could anyone tell me the hack to fix the main boxes (red, yellow, blue, green) from all going down the left side of the screen? They should go across. http://www.computerrecycling.us Suggestions appreciated, - Frank

Re: [css-d]Moving from tables to CSS

2005-05-29 Thread David Laakso
Rahul, Attempt to send outbound mail to you from XP_SP2 indicates your e-mail contains a virus that targets this OS. David Laakso -- http://www.dlaakso.com/ __ css-discuss [EMAIL PROTECTED]

Re: [css-d] List spacing and Image Centering

2005-05-29 Thread Prabhath Sirisena
navigation menu on the right is spaced radically different in Firefox and IE/Win (IE/Win is putting extra spaces between the li items). It's the dreaded white-space bug. Check out the fix[1] by Jon Hicks. Second, I cannot seem to get the images in the right sidebar to center within the div.

Re: [css-d] best CSS drop down metod

2005-05-29 Thread David Laakso
On Sun, 29 May 2005 21:14:21 -0400, [EMAIL PROTECTED] wrote: Hello Everyone, I have a project which requires (CSS) drop downs. Since dipping into CSS I have not yet encountered a solid way of doing this. COuld someone refer me to one or more solutions they had good luck with? Thanks Adam

Re: [css-d] best CSS drop down metod

2005-05-29 Thread Al Sparber
From: [EMAIL PROTECTED] Hello Everyone, I have a project which requires (CSS) drop downs. Since dipping into CSS I have not yet encountered a solid way of doing this. COuld someone refer me to one or more solutions they had good luck with? If you require more than one sub-menu level, there

Re: [css-d] List spacing and Image Centering

2005-05-29 Thread Linda Dunn
Prabhath Sirisena wrote: It's the dreaded white-space bug. Check out the fix[1] by Jon Hicks. [1] http://www.hicksdesign.co.uk/journal/ie-whitespace-bug Thanks -- I didn't know there was a white-space bug (and did not know to dread it...). I found an alternate fix to the Jon Hicks one;

Re: [css-d] best CSS drop down metod

2005-05-29 Thread David Laakso
On Sun, 29 May 2005 23:33:52 -0400, Prabhath Sirisena [EMAIL PROTECTED] wrote: Hello Everyone, I have a project which requires (CSS) drop downs. Since dipping into CSS I have not yet encountered a solid way of doing this. COuld someone refer me to one or more solutions they had good

Re: [css-d] best CSS drop down metod

2005-05-29 Thread Thierry Koblentz
[EMAIL PROTECTED] wrote: Hello Everyone, I have a project which requires (CSS) drop downs. Since dipping into CSS I have not yet encountered a solid way of doing this. COuld someone refer me to one or more solutions they had good luck with? This one has good browsers support and it is