Re: [css-d] Stumped on Safari Float

2007-11-05 Thread Philippe Wittenbergh
On Nov 6, 2007, at 6:47 AM, Matt wrote: > So my Safari float problem remains. Anyone have any idea what the > problem might be... > > Thanks again... > - Matt > > On Nov 3, 2007 12:32 AM, David Laakso > <[EMAIL PROTECTED]> wrote: > >> Matt wrote: >>> For some reason, Safari and me don't ge

Re: [css-d] New url for disappearing content issue in ie6

2007-11-05 Thread Ingo Chao
Jenn Mears wrote: > ... > http://www.bipster.com/beta/order_credit.html > > Mainly, my issue is that the page's side navigation and content is > not showing up, just the top banner. This should be the path to the > CSS: > > http://www.bipster.com/beta/order.css > > ... #top_banner {

[css-d] New url for disappearing content issue in ie6

2007-11-05 Thread Jenn Mears
Hello again! I am so sorry to bug everyone with this again, but it turns out that the IT people CHANGED the URL after I left for the day! Here is the correct one: http://www.bipster.com/beta/order_credit.html Mainly, my issue is that the page's side navigation and content is not showing up, j

Re: [css-d] Stumped on Safari Float

2007-11-05 Thread Matt
Ok, you've shamed me into doing some clean-up work today. I've eliminated 60 of the 62 HTML validation errors (the 2 remainders are part of the Share-This plug in... and I can't quite figure out how to crush them)... I also cleaned up all the CSS and it now validates fully. So my Safari float

Re: [css-d] Mysterious dissappearing content part 2!

2007-11-05 Thread snak detek+0r
that page aint there! you sure you have the document name spelled corretcly? etc...? tired eyes'll do that to ya. jo5h Jenn Mears wrote: > Hello everyone, > > I am being asked to launch this site and while everything shows up in Safari > and Firefox, and Dreamweaver is saying that it doesn't d

Re: [css-d] click on link causes layout shift?? second click works fine. FF only.

2007-11-05 Thread Gunlaug Sørtun
snak detek+0r wrote: > Well, of course it works, so I must say you're a total genius. :) Geniuses sure come cheap these days ;-) > Lastly, how did you decide on the values you used -- 890 & 910 ? I > know I was aiming for a width of 900, but do you have a tool that > will calculate widths for

[css-d] Disappearing Content issue

2007-11-05 Thread Jenn Mears
Hello everyone, I am being asked to launch this site and while everything shows up in Safari and Firefox, and Dreamweaver is saying that it doesn't detect any browser issues, I am still faced with a blank page when I go to this url: http://bipster.com/html/order_credit.html http://bipster.com

Re: [css-d] click on link causes layout shift?? second click works fine. FF only.

2007-11-05 Thread snak detek+0r
> You can always stiffen up the table by adding... > > table.main {width: 890px;} > * html table.main {width: 910px;} ... > table.main {table-layout: fixed;} Well, of course it works, so I must say you're a total genius. :) I gave up and went to bed when I posted, but I did suspect that forcing

[css-d] Glitch with Dean Edward's IE7 Script

2007-11-05 Thread Tim Palac
Hey list, I am putting together a new website and using Dean Edward's IE7 Script at http://dean.edwards.name/IE7/ - not sure how many of you have used this, but Eric is definitely a huge promoter of it (it was a big part of his speech at An Event Apart, Chicago). Anyway, with this Javascript appl

[css-d] Mysterious dissappearing content part 2!

2007-11-05 Thread Jenn Mears
Hello everyone, I am being asked to launch this site and while everything shows up in Safari and Firefox, and Dreamweaver is saying that it doesn't detect any browser issues, I am still faced with a blank page when I go to this url: http://bipster.com/html/order_credit.html http://bipster.com/ht

Re: [css-d] a tags and display:block

2007-11-05 Thread Elli Vizcaino
Umm not seeing your reply in this email. Resend? Elli --- Cyber Cog <[EMAIL PROTECTED]> wrote: > On 11/5/07, Elli Vizcaino <[EMAIL PROTECTED]> wrote: > > > > Good, I guess there are several ways to achieve > what > > you want. Either use {display: block; float: > left;} or > > {display: inline;

Re: [css-d] a tags and display:block

2007-11-05 Thread Cyber Cog
On 11/5/07, Elli Vizcaino <[EMAIL PROTECTED]> wrote: > > Good, I guess there are several ways to achieve what > you want. Either use {display: block; float: left;} or > {display: inline;} or frankly leave out the display > property all together since the a tag is by default an > inline element and

Re: [css-d] a tags and display:block

2007-11-05 Thread Elli Vizcaino
Good, I guess there are several ways to achieve what you want. Either use {display: block; float: left;} or {display: inline;} or frankly leave out the display property all together since the a tag is by default an inline element and what is giving your a tags the button look is your other styles,

Re: [css-d] a tags and display:block

2007-11-05 Thread Cyber Cog
Thanks, I got it to work form another email to try float:left, seemed to work. Thanks On 11/5/07, Elli Vizcaino <[EMAIL PROTECTED]> wrote: > > Hi, > > Try changing display: block; to display: inline; > > Elli > > > --- Cyber Cog <[EMAIL PROTECTED]> wrote: > > > Hello, > > So I'd like to have an a

Re: [css-d] a tags and display:block

2007-11-05 Thread Elli Vizcaino
Hi, Try changing display: block; to display: inline; Elli --- Cyber Cog <[EMAIL PROTECTED]> wrote: > Hello, > So I'd like to have an a tag that looks like a > button, I do it like this: > > a { > text-decoration: none; > text-align: center; > display: block; > width: 120px; > padding: 2px 3p

[css-d] a tags and display:block

2007-11-05 Thread Cyber Cog
Hello, So I'd like to have an a tag that looks like a button, I do it like this: a { text-decoration: none; text-align: center; display: block; width: 120px; padding: 2px 3px; margin: 0 1px; font-size: 12px; border-top: 1px solid #CCC; border-left: 1px solid #CCC; border-right: 1px solid #666; bor

Re: [css-d] click on link causes layout shift?? second click works fine. FF only.

2007-11-05 Thread Gunlaug Sørtun
snak detek+0r wrote: > When I click on the links, rather than going to the specified url, > the whole layout changes -- gets skinny. at this point, the links > work. > http://minivanswebsite.com/testsite/index.html Tables work a bit different on the Gecko-side of the fence, so the whole family s

[css-d] click on link causes layout shift?? second click works fine. FF only.

2007-11-05 Thread snak detek+0r
Hi all, I am brand new to the list, which means i'm a bit bleary-eyed and flustered. Yeah, we've all been there. I'm not hearing voices or anything yet, but I am seeing the little wavy lines. So I hope you will excuse any patches of rambling incoherence that I might drift into. I thank you in

Re: [css-d] 3 Col layout problem

2007-11-05 Thread David Laakso
Mike A wrote: > From: "David Laakso" <[EMAIL PROTECTED]> >> Mike A wrote: >>> Sent this to the list some hours ago but I notice from the site it >>> didn't get through... >>> >>> >>> I have a problem at http://www.webdev-academy.com/test-layout/. The >>> page validates. >>> >>> The main problem i

[css-d] 3 col layout problem

2007-11-05 Thread Mike A
I have a problem at http://www.webdev-academy.com/test-layout/. The page validates. The main problem is that IE6 throws the layout on browser resize. It also has what looks like FOUC. Other browsers "sort of" keep the format on browser resize. Hoping someone can provide feedback or direct me t