Re: [css-d] IE bullet rendering issue

2006-01-11 Thread Ingo Chao
Design Groups wrote: ... I have some of my list items set with the bullets > replaced by an image. In IE - and in IE *only* - the images will appear and > disappear. Sometimes they load fine the first time, but if you open a > screen of any kind over the browser window, they disappear. If you

Re: [css-d] Question about the adjacent selector

2006-01-11 Thread Mike Soultanian
Roger Roelofs wrote: >> Does this accurately describe the div above: >> about + home {color:black}; > No. that would be > .about.home { color: black;} Interesting. Do you know the name for this kind of styling? I'm going to test it in various browsers right now.. thanks, Mike ___

Re: [css-d] Question about the adjacent selector

2006-01-11 Thread Roger Roelofs
Mike, On Jan 11, 2006, at 9:06 PM, Mike Soultanian wrote: > Let's say you have the following: > > > Does this accurately describe the div above: > about + home {color:black}; No. that would be .about.home { color: black;} > All of the documents that I've read on the web describe the following:

Re: [css-d] Put it at the bottom

2006-01-11 Thread Roger Roelofs
Keith, On Jan 11, 2006, at 2:40 PM, Keith Kaiser wrote: > I'm really struggling with putting things at the > bottom of the page, if you would please look at > kaiserklan.com/roundtable/index2.html you'll see what I mean. > > The Google search routine in the is my problem of > the > moment, Th

Re: [css-d] site check: foxymcloud.com

2006-01-11 Thread Richard Brown
Hi Christian On 12 Jan 2006, at 05:45, Christian Montoya wrote: > Hello all. I've been working on a new design/layout at > http://www.foxymcloud.com and I would like to know how it's doing in > mac/linux browsers as well as any advice on layout issues. Images on the way! It looks really good. --

Re: [css-d] Site check - sidebar and content disappearing in IE

2006-01-11 Thread Richard Brown
Hi Francky On 12 Jan 2006, at 02:48, francky wrote: > Confirm: positive! They are not showing good in Firefox either ... > Should try first to see what happens after correcting the errors which > are indicated by the html-validator > w

[css-d] site check: foxymcloud.com

2006-01-11 Thread Christian Montoya
Hello all. I've been working on a new design/layout at http://www.foxymcloud.com and I would like to know how it's doing in mac/linux browsers as well as any advice on layout issues. The layout is fluid and has some absolute positioning for the rounded corners, but sometimes these corners don't sh

[css-d] Too much space around the hr tag

2006-01-11 Thread artcoder
Take a look at this simply code here http://www.webmarksonline.com/temp/hr.html In Firefox, it looks exactly the way I want it. In IE there is too much space before and after the tag. I tried various ways of styling the hr. But am unable to collapse that space. Please let be know how to styl

Re: [css-d] DIV Attributes to show "code"

2006-01-11 Thread francky
Jochen Kächelin wrote: >I want to setup a div-css to show code (text in grey boxes) like >on this site: > > http://www.debian-administration.org/articles/326 > >When I use "" without any CSS-commands linebrakes >are shown correct. But when I use my .css: > >div.code { > background-colo

Re: [css-d] Image Placement

2006-01-11 Thread Roger Roelofs
Rich, On Jan 11, 2006, at 9:04 AM, Richard Brown wrote: >>> I have a couple of images on this site: >>> > >>> The second image is the one that sits in the nav bar at the bottom. >>> Rather than sit alongside the text, I would like it to sit on top. >>> How

Re: [css-d] IE bullet rendering issue

2006-01-11 Thread francky
Design Groups wrote: >... >I have some of my list items set with the bullets replaced by an image. In IE >- and in IE *only* - the images will appear and disappear. Sometimes they >load fine the first time, but if you open a screen of any kind over the >browser window, they disappear. If you

Re: [css-d] DIV Attributes to show "code"

2006-01-11 Thread Bjoern Hoehrmann
* Jochen Kächelin wrote: >I want to setup a div-css to show code (text in grey boxes) like >on this site: > > http://www.debian-administration.org/articles/326 > >When I use "" without any CSS-commands linebrakes >are shown correct. But when I use my .css: >No linebrakes are inseret and I on

Re: [css-d] Site check - sidebar and content disappearing in IE

2006-01-11 Thread francky
Richard Brown wrote: >Hi > >I am advised that on this site: > > >The sidebar and also the content are not showing in WinIE and have >disappeared below the left column. Could someone please confi

[css-d] DIV Attributes to show "code"

2006-01-11 Thread Jochen Kächelin
I want to setup a div-css to show code (text in grey boxes) like on this site: http://www.debian-administration.org/articles/326 When I use "" without any CSS-commands linebrakes are shown correct. But when I use my .css: div.code { background-color: #DD;

Re: [css-d] CSS based Logo

2006-01-11 Thread Francesco
Is there some obvious reason for trying to make a logo out of CSS, or is it just an experiment? Francesco --- francky <[EMAIL PROTECTED]> wrote: > Scott Hamm wrote: > > >This is my first attempt in creating CSS based > logo. I already tested > >FireFox 1.5, Opera 8.51, IE 6.0 and Konqueror.

Re: [css-d] CSS based Logo

2006-01-11 Thread francky
Scott Hamm wrote: >This is my first attempt in creating CSS based logo. I already tested >FireFox 1.5, Opera 8.51, IE 6.0 and Konqueror. Konqueror's (KDE 3.5) >p.purpose has shrunk smaller than the rest of browsers. Any feedback? > >http://www.deafaviator.org/project/da.htm > >Thanks In Advance,

[css-d] Question about the adjacent selector

2006-01-11 Thread Mike Soultanian
Let's say you have the following: Does this accurately describe the div above: about + home {color:black}; All of the documents that I've read on the web describe the following: where the following selector describes the above: news + archives{color:blue;} Are the two the same? Also,

Re: [css-d] one true layout Firefox (1.5!) issue

2006-01-11 Thread Cem Meric
I believe this is a javascript issue. Disabling it fixes that weird resizing problem on refresh however, brings up another issue. Your "Skip to Navigation" link sits on top of the page then. Are you controlling some css values via javascript? Also there are no anchors for; .. rel="Accessibility

[css-d] IE bullet rendering issue

2006-01-11 Thread Design Groups
I have an odd occurrence on a website I'm working on. I honestly wish I could post the link to it, but I'm under an NDA, so I can't. I'm hoping this is a common problem that you all will know the answer to, and thus slap me with the stupid stick as you spit out the answer to me. (A little spit

Re: [css-d] Firefox 1.5 problem with display: inline-table?

2006-01-11 Thread Philippe Wittenbergh
On 12 Jan 2006, at 2:00 am, Pringle, Ron wrote: > I've noticed since upgrading to Firefox 1.5 here at work that I get > an error message whne viewing my site, that I didn't get before. > > The message is: > > Error: Error in parsing value for property 'display'. Declaration > dropped. Source

[css-d] Best "best practices" CSS layout foundation

2006-01-11 Thread Charles
Hello, I'm trying to do a more advanced WordPress theme than I've seen anyone else do. (Originally I was helping the folks working on "K2", but they're moving slow and have interesting ideas about what's important.) My theme will let even novice users choose (via a friendly UI) the number of col

Re: [css-d] Would this be considered bad css form?

2006-01-11 Thread Mike Soultanian
Yeah.. we actually do something similar to what you were saying (we have globalstyles.css). It's good to hear that people don't have problems with my method 2 because I am really liking it. It seems like it has a bunch of benefits in the long-run. I just wanted to make sure ahead of time tha

Re: [css-d] viewing sites via AOL

2006-01-11 Thread Olly Hodgson
On 11/01/06, Patrick Roane <[EMAIL PROTECTED]> wrote: > > Does anyone have AOL or is it pretty much the same as > IE? For the most part, AOL uses the currently installed version of IE as it's rendering engine. I think the Mac version is an exception, which uses an older version of Gecko (Mozilla/

Re: [css-d] viewing sites via AOL

2006-01-11 Thread Rowan Wigginton
Patrick Roane wrote: > Does anyone have AOL or is it pretty much the same as > IE? AOL uses the IE rendering engine, so there shouldn't be any reason to test in AOL if you've already tested in IE. /rowan __ css-discuss [EMAIL PRO

Re: [css-d] one true layout Firefox (1.5!) issue

2006-01-11 Thread Rowan Wigginton
Eric Shepherd wrote: > Check out http://www.fisher-price.com/fp.aspx?st=30&e=toysbytype > > On initial load in my brand-spankin-new Firefox 1.5, the page is the > correct length. However, on refresh, it becomes 32767px tall. > > Could someone who understands the One True Layout and Firefox better >

[css-d] viewing sites via AOL

2006-01-11 Thread Patrick Roane
Hey folks, I have a client who uses AOL as her browser. Since I don't have AOL, I'm curious to know what the site looks like viewing it using AOL. site: www.pdrsolution.com/waters/index.html Does anyone have AOL or is it pretty much the same as IE? Thanks a lot- Patrick __

Re: [css-d] Would this be considered bad css form?

2006-01-11 Thread Peach Lynda L CTR USAF 96 CG/SCTA
Re: > 2. Instead of doing stylesheet switching, the other thing I was thinking of was putting all my styles in one stylesheet and just change the class of an outer (i.e. body) to something like the following depending on what page you're on: or or and then I would write styles accordin

Re: [css-d] IE column shift problem

2006-01-11 Thread Ingo Chao
Thierry Koblentz wrote: > Also, I'd be curious to see if the same thing happens if that image was > higher up in the markup rather than at the very end of the document. Tried to move it up as first child of the right column. No change. The column still drops here initially. width="250px" height=

[css-d] CSS based Logo

2006-01-11 Thread Scott Hamm
This is my first attempt in creating CSS based logo. I already tested FireFox 1.5, Opera 8.51, IE 6.0 and Konqueror. Konqueror's (KDE 3.5) p.purpose has shrunk smaller than the rest of browsers. Any feedback? http://www.deafaviator.org/project/da.htm Thanks In Advance, Scott -- Power to peopl

[css-d] position:relative get messed up in FF when float is used

2006-01-11 Thread Scott Hamm
When I tried to relatively position my menubox by margin-top:-1em; the position works just what I wanted in both IE and FF. But when I left float menubox, in FF it lost margin-top:-1em setting. So to fix the difference, I had to use -2em and enforce IE to use -1em instead (desired behavior anyway

Re: [css-d] Centering myself

2006-01-11 Thread Pringle, Ron
> http://hhp.umd.edu/home/whats_new_scroll.cfm > > I have a header that is comprised of an image of a stretched-out > single pixel grey line, then two words, then another line stretching > out to the right. This is supposed to almost fill a table cell and > then have the whole thing center

[css-d] Site check - sidebar and content disappearing in IE

2006-01-11 Thread Richard Brown
Hi I am advised that on this site: The sidebar and also the content are not showing in WinIE and have disappeared below the left column. Could someone please confirm that this is so and maybe

Re: [css-d] Problem with Suckerfish Vertical Dropdowns

2006-01-11 Thread Ingo Chao
Philip Lindsay wrote: > I have a problem regarding an implementation of the Suckerfish > Vertical Dropdowns [1]. I've integrated them into a site for a client > [2]. So far so good in Firefox and Safari but I'm experiencing > problems in Internet Explorer 6 (Windows). The problem seems to be

[css-d] Put it at the bottom

2006-01-11 Thread Keith Kaiser
I'm rewriting a page and trying to do it all in CSS, so I'm trying to learn how this is done, but I'm really struggling with putting things at the bottom of the page, if you would please look at kaiserklan.com/roundtable/index2.html you'll see what I mean. The Google search routine in the is my p

Re: [css-d] IE column shift problem

2006-01-11 Thread Thierry Koblentz
Ingo Chao wrote: > yes, I can see the logos pic when the bug occurs. Interesting... > If this is real, it must be related to the problem with the missing > image you are mentioning. Maybe there is a short moment of ambivalence > where IE does not really know if it is there or not. We know it's r

Re: [css-d] Would this be considered bad css form?

2006-01-11 Thread Mike Soultanian
Roger Roelofs wrote: >> 2. Instead of doing stylesheet switching, the other thing >> I was thinking of was putting all my styles in one >> stylesheet and just change the class of an outer tag (i.e. > > It is a personal preference thing. I prefer option 2 with an ID on the > body element. I've

[css-d] Centering myself

2006-01-11 Thread Daniel Kessler
http://hhp.umd.edu/home/whats_new_scroll.cfm I have a header that is comprised of an image of a stretched-out single pixel grey line, then two words, then another line stretching out to the right. This is supposed to almost fill a table cell and then have the whole thing centered. It's in

Re: [css-d] Would this be considered bad css form?

2006-01-11 Thread Roger Roelofs
Michael, On Jan 11, 2006, at 1:00 PM, Michael Soultanian wrote: > 2. Instead of doing stylesheet switching, the other thing > I was thinking of was putting all my styles in one > stylesheet and just change the class of an outer tag (i.e. > body) to something like the following depending on what

Re: [css-d] IE column shift problem

2006-01-11 Thread Ingo Chao
Thierry Koblentz wrote: > Ingo Chao wrote: >>> I can reproduce it here by uploading the files, renaming the folder >>> each time before I access it in IE with cleared cache. >>> >>> (Another, not very reliable method is to hit refresh a few dozen >>> times unless the page is rendered completely). >

Re: [css-d] Site-Check - LAMeeraTrust.org

2006-01-11 Thread Felix Miata
Rahul Gonsalves wrote Sun, 08 Jan 2006 19:10:25 +0530: > http://lameeratrust.org/ > 2. It's a fixed-width layout. ;-) Why? I see nothing that makes it necessary. http://mrmazda.no-ip.com/SS/rahulg3.jpg -- "Blessed is the nation whose God is the Lord."Psalm 33:12 NIV Team OS/2 ** R

Re: [css-d] Problem with Suckerfish Vertical Dropdowns]

2006-01-11 Thread francky
Philip Lindsay wrote: >Hi Sverre, >Sadly no. I tried removing whitespace, but no difference :-( >Phil >>Sverre Bjørseth wrote: It couldn´t be that you´ll have to put all menu-items (>>>href="#">menu-item) on the same line? I´ve experienced that funky "feature" in IE several times... >>>

[css-d] Would this be considered bad css form?

2006-01-11 Thread Michael Soultanian
I am trying to figure out how I'm going to set up my style sheets. My website consists of the following setup: -welcome (site home page) -about home -about who's who -news home -news college -news students -news faculty -faq home ...etc Each section (home/about/news/faq) has different styling.

Re: [css-d] IE column shift problem

2006-01-11 Thread Thierry Koblentz
Ingo Chao wrote: >> I can reproduce it here by uploading the files, renaming the folder >> each time before I access it in IE with cleared cache. >> >> (Another, not very reliable method is to hit refresh a few dozen >> times unless the page is rendered completely). >> >> It seems to be related to

[css-d] one true layout Firefox (1.5!) issue

2006-01-11 Thread Eric Shepherd
Check out http://www.fisher-price.com/fp.aspx?st=30&e=toysbytype On initial load in my brand-spankin-new Firefox 1.5, the page is the correct length. However, on refresh, it becomes 32767px tall. Could someone who understands the One True Layout and Firefox better than I apparently do tell me wha

Re: [css-d] mac/IE not reading stylesheet?

2006-01-11 Thread John Haas
Thanks Philip, that did it. Happy Wednesday! -John Philippe Wittenbergh wrote: On 11 Jan 2006, at 1:38 am, John Haas wrote: http://www.lullabot.com Is it because of the way i'm linking css files? @import "themes/lullabot_jack/ style.css"; Thanks in advance for any help. Th

Re: [css-d] IE column shift problem

Ingo Chao wrote: > Thomas Shebest wrote: >> Hi, I have been having a problem with the right column on our site >> shifting down below the floated left column, here is a screenshot. >> http://hostmysite.com/images/colopage.jpg >> >> I am not able to reproduce the problem but our CEO and some other

[css-d] Firefox 1.5 problem with display: inline-table?

I've noticed since upgrading to Firefox 1.5 here at work that I get an error message whne viewing my site, that I didn't get before. The message is: Error: Error in parsing value for property 'display'. Declaration dropped. Source File: /default02.css Line: 1363 Line 1363 is: .historyclear {

Re: [css-d] css-friendly web based editor

Mauricio Giraldo Arteaga wrote: > Hi > > Does anyone know of a CSS-friendly web-based html editor? Mainly an > editor that generates lowercase tags? There are plenty you can do with this one: http://www.xstandard.com Thierry | www.TJKDesign.com __

[css-d] css-friendly web based editor

Hi Does anyone know of a CSS-friendly web-based html editor? Mainly an editor that generates lowercase tags? Thanks Mauricio __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- h

Re: [css-d] forms vertical spacing / roud corner sample

Tedd, Nick, That did the trick. It also helped fix a problem with radio buttons not lining up in IE. fieldset p { margin-bottom: .1em; margin-top: .1em; } I made a sample page with rounded corners in rounded corners. I haven't gotten into trying this with a

[css-d] the limits of source order freedom?

This is the first time I've really had a request for a specific source order, and I'm struggling. http://www.luxecraft.com/images/layout.gif These are the basic blocks of the layout, labelled. This is the requested source order: #container (the green outline; this is a fixed/centered design) #h

Re: [css-d] Minor differences in IE

> I am still chipping away at my first css page and I now have the layout > sorted - it looks fine in both FF and Opera but I get minor differences when > viewed in IE (all on Windows XP Pro) - I would like to correct if possible. > > Page is at http://www.samatason.co.uk/clients/tc/index.php and

Re: [css-d] forms vertical spacing

>Any recommendations or pointers appreciated. How can I reduce the >vertical spacing between elements of the form? The goal is a tighter, >sleeker look (without images). Adjusting margin, padding and >line-height are not doing what I had hoped or I don't understand how to >use them. > >See sample

Re: [css-d] Rounded corner-problem in IE

Hmm, sorry. Real newbie mistake. I'd been trying figure it out since yesterday and only wrote here when I wasn't able to. The solution: text-align was set to center in the div, which should be left for it to work as intended in IE. Sorry for this. /Daniel > My problem isn't new, IE isn't displ

Re: [css-d] Image Placement

Hi Roger On 11 Jan 2006, at 06:36, Roger Roelofs wrote: >> I have a couple of images on this site: >> >> > style.css> >> >> The first image is the one that sits in the top left. I would lik

Re: [css-d] forms vertical spacing

> Any recommendations or pointers appreciated. How can I reduce the > vertical spacing between elements of the form? The goal is a tighter, > sleeker look (without images). Adjusting margin, padding and > line-height are not doing what I had hoped or I don't understand how to > use them. > > See

[css-d] Rounded corner-problem in IE

Hi, Just want to start with saying thanks for a great mailing list! My problem isn't new, IE isn't displaying the page as it should... ;) I'm using rounded corners on a site in progress at http://themes.cmsmadesimple.org . For the outer rounded corners I've used my country-mate Roger Johansson'

[css-d] forms vertical spacing

Any recommendations or pointers appreciated. How can I reduce the vertical spacing between elements of the form? The goal is a tighter, sleeker look (without images). Adjusting margin, padding and line-height are not doing what I had hoped or I don't understand how to use them. See sample wi

Re: [css-d] NN6 problem with top margin

Christine Robinson wrote: > Francky, > > First of all, thank you for going through all of that work for me. I > really do appreciate it! > I had tried nearly everything you did, with the same results before > posting. > > Now, I just spent quite a bit of time trying to find a script as you

Re: [css-d] Problem with Suckerfish Vertical Dropdowns

Hi Sverre, Sadly no. I tried removing whitespace, but no difference :-( Phil > It couldn´t be that you´ll have to put all menu-items ( href="#">menu-item) on the same line? I´ve experienced that > funky "feature" in IE several times... > > - Sverre > > On 1/11/06, Philip Lindsay <[EMAIL PROTECTE

Re: [css-d] Problem with Suckerfish Vertical Dropdowns

It couldn´t be that you´ll have to put all menu-items (menu-item) on the same line? I´ve experienced that funky "feature" in IE several times... - Sverre On 1/11/06, Philip Lindsay <[EMAIL PROTECTED]> wrote: > Hi, > > I have a problem regarding an implementation of the Suckerfish > Vertical Dropd

Re: [css-d] Rows of divs all same height?

- Original Message - From: "Ingo Chao" <[EMAIL PROTECTED]> To: Sent: Wednesday, January 11, 2006 1:54 AM Subject: Re: [css-d] Rows of divs all same height? > JJ wrote: >> Can this be done? I have a fluid layout with divs laid out left to >> right >> in rows. Since the amount of text

[css-d] Problem with Suckerfish Vertical Dropdowns

Hi, I have a problem regarding an implementation of the Suckerfish Vertical Dropdowns [1]. I've integrated them into a site for a client [2]. So far so good in Firefox and Safari but I'm experiencing problems in Internet Explorer 6 (Windows). The problem seems to be excessive space (margin

Re: [css-d] Rows of divs all same height?

JJ wrote: > Can this be done? I have a fluid layout with divs laid out left to right > in rows. Since the amount of text within each varies, the divs should > ideally be resized in terms of height, but to keep the layout neat I need > all divs in the same row to assume the same height. Differ

[css-d] Rows of divs all same height?

Can this be done? I have a fluid layout with divs laid out left to right in rows. Since the amount of text within each varies, the divs should ideally be resized in terms of height, but to keep the layout neat I need all divs in the same row to assume the same height. Different rows can be d