[css-d] Resend: IE/FF differences padding/margins etc

2008-07-19 Thread Pete Harrison
I have taken over the development of a site (www.squaremilenews.com/design2/n-index.asp css at www.squaremilenews.com/design2/sqn.css) which I need to tidy up. In FF, the DIV contentframe needs to be reduced width wise so that it lines up with the branding div, and in IE, branding needs to be

Re: [css-d] Can't get 3px jog bug fix to work

2008-07-19 Thread morten
Hi Bill, Thanks for your tip, it actually realigned the text. BUT now with 3px gap all the way down. This is easier to live with, but I would be happy to completely rid of those 3px as it still means a difference between IE6 and other browsers. /Morten

Re: [css-d] Can't get 3px jog bug fix to work

2008-07-19 Thread Bill Brown
morten wrote: Hi Bill, Thanks for your tip, it actually realigned the text. BUT now with 3px gap all the way down. This is easier to live with, but I would be happy to completely rid of those 3px as it still means a difference between IE6 and other browsers. /Morten Hi Morten, Yeah, I

Re: [css-d] Resend: IE/FF differences padding/margins etc

2008-07-19 Thread Susan Grossman
On Sat, Jul 19, 2008 at 1:11 AM, Pete Harrison [EMAIL PROTECTED] wrote: I have taken over the development of a site (www.squaremilenews.com/design2/n-index.asp css at www.squaremilenews.com/design2/sqn.css) which I need to tidy up. In FF, the DIV contentframe needs to be reduced width wise

[css-d] IE Horizontal Menu

2008-07-19 Thread Taryn Regish
Hi Everyone- I am working on a site that has a horizontal menu. I can get it to look ok, in most browser, except I am having an issue with IE6. Possibly IE7 but I haven't checked it yet. I don't if what I am trying to do is even possible so some help/direction would be great. The link to the

Re: [css-d] IE Horizontal Menu

2008-07-19 Thread Taryn Regish
I tried that using the following: * html div#navigation a, * html div#navigation a:visited { width: 6.0em; padding: .3em 0px; } But in order to get the text to stop wrapping, I still need to increase the width. Is there anyway in IE to no use the width and it be just the width of the

Re: [css-d] IE Horizontal Menu

2008-07-19 Thread Adam Ducker
Taryn Regish wrote: The issue is that some of the menu items as you can see have long names so the text is wrapping. I don't want the text to wrap. This works for me, just adding white-space: nowrap; to the LI: div#navigation li { float: left; padding: 0px; position:

Re: [css-d] IE Horizontal Menu

2008-07-19 Thread Taryn Regish
Thank you so much for the help, that worked. I had been banging my head against a wall trying to figure that out. This works for me, just adding white-space: nowrap; to the LI: div#navigation li { float: left; padding: 0px; position: relative;

[css-d] CSS Bar Graphic Problem

2008-07-19 Thread Christopher
I have two problems, here is my HTML: div id=flashbox div id=flashbarelementsimg src=flashbarone.png alt= width=430 height=48 //div Here is my CSS: #flashbox { height: 410px; width: 430px; margin-left: 500px; margin-top: -300px; background-image:

[css-d] :first-letter pseudo element how?

2008-07-19 Thread Christopher
How do you apply the :first-letter pseudo element to separate class of paragraphs, I have to class p tags but I want to assign separate :first-letter pseudo element to each p class ? __ css-discuss [EMAIL PROTECTED]