Re: [css-d] clear :after method

2007-02-21 Thread Web Developer
hey Gunlaug Sørtun, i was just curious, it says "As of IE7, overflow became a layout-trigger." wasnt this a layout trigger in previous IE versions though? I remember applying overflow: hidden or auto to divs which contain floats which then contains the floats... i thought the reason was since it g

Re: [css-d] line break and fieldset height problems

2007-02-21 Thread Kenny Graham
> 1) In FF the line is breaking well short of the clock div. I tried putting a > margin-left on the clock div but that did no good so I'm guessing there's > something else that's causing that problem. That part of the page renders ok > in IE7. FF seems to be doing it right. #clock_reset_butt

[css-d] line break and fieldset height problems

2007-02-21 Thread Bill Walton
Greetings! I need help figuring out a couple of things on the page at http://www.yourtimematters.com/problem_page.html It's looking pretty much like I want it to look in FF with the exception of (1) below. I can live with the way it looks in IE7. I've got a problem I can't figure out in IE6.

Re: [css-d] Hover issue

2007-02-21 Thread francky
Kenoli Oleari wrote: > This now my code in the stylesheet and I am still getting a background > on hover: > > a { > color: #FF; > font-size: small; > } > a:active {color: #339933; } > > a:visited {color: #006633; } > > a:hover { > color: #003366; > background-color: #00} >

[css-d] IE Print Defect

2007-02-21 Thread christianz
Has anyone noticed IE not printing out all the text from a web page before? It is doing that to me now. Most of the words are there but a few that should be at the end of a line before it wraps to the next line have disappeared. I don't have a URL since this is being developed at my work. I a

[css-d] Horizontal scroll bar and missing content

2007-02-21 Thread Shannon
The example: http://dev.webnonsense.org/kent/home.htm The problem: resize the window until you get a horizontal scroll bar. now scroll to the right. portions of the header and nav go missing. Stumped. __ css-discuss [EMAIL

Re: [css-d] navigation height expanding!

2007-02-21 Thread Gunlaug Sørtun
jeffrey morin wrote: > sorry to keep at this but does anyone know why the absolute positioning > looks fine on ff on my mac but gets shifed about 75px on a pc? > > www.goutcleanse.com It's because you're positioning "in thin air". That #mainNav isn't positioned relative to any element in the pag

[css-d] Div floating over

2007-02-21 Thread Travis D. Falls
Hi all I am struggling at the following piece of code: © - 2007. travisfalls.com. All Rights Reserved. I have the LeftContent area floating left with a width of 55%. The LeftContent and Right Content display great next to each other.

Re: [css-d] navigation height expanding!

2007-02-21 Thread jeffrey morin
sorry to keep at this but does anyone know why the absolute positioning looks fine on ff on my mac but gets shifed about 75px on a pc? www.goutcleanse.com -- Jeffrey Morin __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.

Re: [css-d] navigation height expanding!

2007-02-21 Thread jeffrey morin
On 2/21/07, Tim White <[EMAIL PROTECTED]> wrote: > > Jeff said: > > > >#mainNav a { > >float: left; > >} > > > >that did it thanks so much! > > __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/lis

Re: [css-d] navigation height expanding!

2007-02-21 Thread Tim White
Jeff said: > >#mainNav a { >float: left; >} > > >my problem is that ie6 (i'm starting with this ie) is expanding the >links so >that they are not floating right next to eachother. they float left >but it >looks like steps going down tus expanding the height of the box. Try changi

[css-d] navigation height expanding!

2007-02-21 Thread jeffrey morin
i have a main nav at the top of my page set up like so (i didn't want to use images for these but our designer insisted on using this font ) the css looks like this #mainNav { position: absolute; right: 236px; top: 148px; background: #006f3a; height: 22

[css-d] That fixed it! (Was Re: Layout help needed)

2007-02-21 Thread wilsoncpu
You guys (and gals) are da bomb! I'm embarrassed to realize that the sample subheading ("Subheading") was still in there invisibly. LOL... And the width-fix worked perfectly. Hooray! Thanks a ton... --- Mark Wilson, Computer Programming Unlimited We

Re: [css-d] clear :after method

2007-02-21 Thread Gunlaug Sørtun
Web Developer wrote: > Am I wrong in IE7 applies the :after and gets reset to display:block? > or does the site word it wrong? 1: You're wrong (sorry :-) ). 2: IE7 is buggy (nothing new there). 3: The mentioned site doesn't explain well enough what happens. - IE7 does not understand ':after'.

Re: [css-d] Layout help needed

2007-02-21 Thread Rob Crowther
[EMAIL PROTECTED] wrote: > Problems: > Firefox: > 1. The content (beginning with the "item_title" "Saturday Long Run") > is not at the top of its div. It should be even with the top of the > "Coach's Tip" box. As jeffrey said, you have a white h2 element on a white background forcing ever

Re: [css-d] Layout help needed

2007-02-21 Thread jeffrey morin
it looks like there is ansubheading in your code that isn't visible on the page. this seems to be pushing the saturday long run down. haven't really looked at the other problems though. -- Jeffrey Morin __ css-discuss [EMAIL PROT

Re: [css-d] Layout help needed

2007-02-21 Thread jeffrey morin
it looks like there is ansubheading in your code that isn't visible on the page. this seems to be pushing the saturday long run down. haven't really looked at the other problems though. -- Jeffrey Morin __ css-discuss [EMAIL PROT

[css-d] Layout help needed

2007-02-21 Thread wilsoncpu
I have a site-under-development at http://www.runwithmcp.org/index.php The stylesheet is at http://www.runwithmcp.org/mcp.css The basic desired look can be seen in a graphic at http://www.runwithmcp.org/docs/mcpdraftsite2.gif. It's basically a two-column liquid layout (left-column fixed width)

Re: [css-d] Conditional Comments - was css-d Digest, Vol 51, Issue 29

2007-02-21 Thread Holly Bergevin
From: "Kor Dwarshuis" <[EMAIL PROTECTED]> > due to the fact that I run multiple Internet >Explorers on the same site.I found this here: >http://www.quirksmode.org/css/condcom.html >"Note however, that if you use multiple Explorers on one computer, the >conditional comments will render as if all th

Re: [css-d] IE bug with text-indent applied at the start of a page

2007-02-21 Thread Jukka K. Korpela
On Wed, 21 Feb 2007, Ingo Chao wrote: > No good idea. Maybe: > > p { margin: 0; text-indent: 0; } > > p:first-letter { padding-left: 1em; } I'd love to see your good ideas if you don't count this as good! Looks like a perfect solution to me. Removes the problem both on IE 6 and IE 7, and settin

[css-d] clear :after method

2007-02-21 Thread Web Developer
so im trying to analyze the :after method of clearing, kinda get everything till I hit IE7. .. /* targets standard compliant browsers: FF [and maybe IE7???, part of my question coming up] */ .clearafter:after{ content: "."; display: block; height: 0; clear: both; visibility:hidden; } /*

Re: [css-d] fixed positioning problems in ie6 (and probably below)

2007-02-21 Thread Gunlaug Sørtun
Christopher Blake wrote: > http://domain1255110.sites.fasthosts.com/uni/index4.html > I know that there is a hack to help this but don't understand it when > I read it. I want to start learning how and why I need to create > these hacks so any useful links would be appreciated. So far I have >

Re: [css-d] Multispan column

2007-02-21 Thread Stib AB
Hi georg. Thanks for that tips. I did figure it out after your mail. at .clearer i removed clear:left and added float:left; which did the trick. Regards Pelle At 13:21 2007-02-21 +0100, Gunlaug Sørtun wrote: >Stib AB wrote: > > > I trying to make a new website for our dogtrainingclub and want

Re: [css-d] fixed positioning problems in ie6 (and probably below)

2007-02-21 Thread Andy Harrison
Chris, AFAIK, there is no way to do this with CSS in IE 6 and below. There is a javascript solution at http://dean.edwards.name/IE7/ if that's an option for you. (Note: "IE7" is, confusingly, the name of the script) Andy On 2/21/07, Christopher Blake <[EMAIL PRO

Re: [css-d] Site Check Please

2007-02-21 Thread Willie Wilson
On 2/21/07, Nic Pulford <[EMAIL PROTECTED]> wrote: > > Thanks for the comments. > > > > The top header is a fixed and the text is meant to scroll under it. That > it has a transparent edge is what is meant to make it different. > > > > Font size changes are targeted at the different sizes screens

[css-d] fixed positioning problems in ie6 (and probably below)

2007-02-21 Thread Christopher Blake
Hi all, http://domain1255110.sites.fasthosts.com/uni/index4.html http://domain1255110.sites.fasthosts.com/uni/stylefile/stylenp.css The left hand column is supposed to be fixed in position as the user scrolls. I used this fixed navigation in a previous site and was not going to use it again

Re: [css-d] Styling legend in fieldset

2007-02-21 Thread Eystein Alnaes
> > * > http://home.tiscali.nl/developerscorner/css-discuss/test-tibbits_form-legend-6.htm > > I'm still not getting there, and as off now my s have been replaced with s :( Time is an issue, can't always get what we want. -E _

Re: [css-d] Multispan column

2007-02-21 Thread Gunlaug Sørtun
Stib AB wrote: > I trying to make a new website for our dogtrainingclub and want 3 > column layout with columnspoan. Like this > http://www2.tyresobk.se/bilder/tyresobk/blocks.png > > Anyone knows examples to point me in right directions? My own try > didn't work out if right column became lon

Re: [css-d] Styling legend in fieldset

2007-02-21 Thread francky
Eystein Alnaes wrote: >> Legend >> >> legend span { >> display: block; >> add styles... >> } >> >> > This doesn't work with width: 100% though, only fixed width. Hi Eystein, I didn't look again what I did, but maybe you can use some of this one: * http://home.tiscali.nl/developerscorner/

Re: [css-d] Styling legend in fieldset

2007-02-21 Thread Eystein Alnaes
> Legend > > legend span { > display: block; > add styles... > } > This doesn't work with width: 100% though, only fixed width. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information --

Re: [css-d] css-d Digest, Vol 51, Issue 29

2007-02-21 Thread Kor Dwarshuis
> On Mon, 19 Feb 2007, Kor Dwarshuis wrote: > >> When using... > - - >> Jukka "Yucca" Korpela, http://www.cs.tut.fi/~jkorpela/ > > Hi Yucca, I found the solution. It was due to the fact that I run multiple Internet Explorers on the same site.I found this here: http://www.quirksmode.org/css/co

Re: [css-d] IE bug with text-indent applied at the start of a page

2007-02-21 Thread Ingo Chao
Jukka K. Korpela wrote: > I was disappointed at seeing that IE 7 has preserved the bug that if you > set, say, > > p { margin: 0; text-indent: 1em; } > > to create "literary paragraphs", the browser applies the indentation at > the start of every new page when the document is printed, even when

[css-d] Multispam column

2007-02-21 Thread Stib AB
Hi! I trying to make a new website for our dogtrainingclub and want 3 column layout with columnspoan. Like this http://www2.tyresobk.se/bilder/tyresobk/blocks.png Anyone knows examples to point me in right directions? My own try didn't work out if right column became longer than the right http:/

[css-d] IE6 disapearing iframe bug?

2007-02-21 Thread Axiom X11
This is my site: http://tinyurl.com/2rr88x Yes, I know there are other problems with it. The content in the middle is from a script, which I am pulling in via iframe. It works perfectly in IE7, and FF2, but in IE6, when you rollover any active element (e.g. hover links), all the content in the i

Re: [css-d] Styling legend in fieldset

2007-02-21 Thread Austin Harris
I spent a bit of time on this and found a (sort of) solution... Legend legend span { display: block; add styles... } Not ideal but it worked for me. Austin > >From what I read, it is virtually impossible to acheive a decent > crossbrowser result doing this. And Firefox seems to be the bad boy

[css-d] Styling legend in fieldset

2007-02-21 Thread Eystein Alnaes
>From what I read, it is virtually impossible to acheive a decent crossbrowser result doing this. And Firefox seems to be the bad boy this time! I've been searching the forums and google, and this < http://archivist.incutio.com/viewlist/css-discuss/11279> has been the best info I've found except fo

Re: [css-d] Hover issue

2007-02-21 Thread Austin Harris
Also put the a.button:hover after the other a classes in the css. Austin - "francky" <[EMAIL PROTECTED]> wrote: > Kenoli Oleari schreef: > > I have a hover style for links that are attached to text. I also > > have some links that utilize images and want no hover effect in > these > > c

[css-d] Multispan column

2007-02-21 Thread Stib AB
Hi! Sorry for posting this again, but I can't find it have been delivered, thats why I repost. I trying to make a new website for our dogtrainingclub and want 3 column layout with columnspoan. Like this http://www2.tyresobk.se/bilder/tyresobk/blocks.png Anyone knows examples to point me in righ