Re: [css-d] * html div /* comment */ { ??

2006-01-03 Thread Gunlaug Sørtun
Michael Hulse wrote: > Does the comment found in below CSS hide the styles from IE5.0/Win & > IE5/Mac? > > * html #vNav dl dd a/* hide from IE5.0/Win & IE5/Mac */ { height: > 0.01%; } Looks like 'property/**/: value;', which indeed hides from IE5 on win and Mac. Reference:

[css-d] * html div /* comment */ { ??

2006-01-03 Thread Michael Hulse
Hello, Does the comment found in below CSS hide the styles from IE5.0/Win & IE5/Mac? * html #vNav dl dd a/* hide from IE5.0/Win & IE5/Mac */ { height: 0.01%; } Maybe I am blind, but I could not find: * html div /* comment */ { } via this reference page: http://centricle.com/ref/css/fi

Re: [css-d] outline problem in Firefox 1.5 on links

2006-01-03 Thread Philippe Wittenbergh
On 4 Jan 2006, at 3:26 pm, old9 wrote: > As we might already know, it's a common trick to use CSS background on > links: > > [...] > But things are different in my newly installed Firefox 1.5, which > starts to > support part of the outline CSS declaration. When the link is > clicked, the > d

[css-d] outline problem in Firefox 1.5 on links

2006-01-03 Thread old9
hi list, I don't know if it's my own problem so I post it here to hear what you think. As we might already know, it's a common trick to use CSS background on links: #menu a{ float:left; width:80px; height:30px; text-indent:-px; background:url(bga.gif) no-repeat 0 0; } #menu a:hover

Re: [css-d] Layout issue in IE

2006-01-03 Thread Holly Bergevin
From: Juliano Dasilva <[EMAIL PROTECTED]> > http://www.julianomoreira.com/new/index2.html Try the following instead of what you have - #content { width: 743px; /* <<< new value <<< */ height: auto; margin: 0; float: left; background: url(images/wrap_bg.gif) repeat-y top center; } #sidebar { /

[css-d] An amendment to my previous email

2006-01-03 Thread Christine Robinson
I'm sorry, the website that you should go to is: http://crobnson.web1000 com/itm.html Due to javascript problems at blogger the image doesn't load at this time. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailma

[css-d] Help with FF and NN

2006-01-03 Thread Christine Robinson
Hello, Thanks to Roger I was able to get my banner to span 100% of the space. If you look at the site http://itmbanner.blogspot.com/ with IE6, it is absolutely perfect. Exactly what I wanted But, it does not work at all in Firefox and Netscape. As far as Firefox and Netscape are concerned, I

Re: [css-d] IE6 not centering div w/equal margin percentages?

2006-01-03 Thread videoscott1
Thanks, for the speedy reply. The reason I have the margins set almost equally is so that I keep it centered over the watermark img. Here's the wiki that recommends this: http://css-discuss.incutio.com/?page=CenteringBlockElement Per your second reply, are you talking about the bullet images s

Re: [css-d] Is there a way to get this list to work in IE?

2006-01-03 Thread francky
Michelle Tarby wrote: >I've seen a lot of lists today that say they won't work in IE, but >reasons why or suggestions to change the code have been few and far >between. I'm trying to use the following to generate a navigation list: > >http://wwwdev.lemoyne.edu/css/it.css > >http://wwwdev.lemoyn

Re: [css-d] IE doesn't display page correctly...

2006-01-03 Thread francky
flp wrote: >Hi, > >I cannot seem to get IE to display my page correctly. It displays my >content on the right BELOW the menu which is on the left. In every other >browser that I have viewed the page with it displays the content directly to >the >right of the menu which is what I had intended

Re: [css-d] Layout issue in IE

2006-01-03 Thread videoscott1
Couldn't get to your page for your permissions, but does this example help: #Menu {background-position: left 0; visibility: visible; margin-top: 2px; margin-bottom: 10px; margin-left: 1px; padding: 10px 10px 20px; position: absolute; top: 75px; left: 3px; width: 157px } - scott [EMAIL PROTECTED]

Re: [css-d] Text Overflow

2006-01-03 Thread Philippe Wittenbergh
On 4 Jan 2006, at 10:49 am, Philippe Wittenbergh wrote: > The only browser that is supposed to support the text-overflow > property (per the older draft, I guess) is Safari 1.3 or 2.0x. I > couldn't get them to work well, though. Oh, wait, I got it to work... by using the shorthand property:

[css-d] IE6 not centering div w/equal margin percentages?

2006-01-03 Thread videoscott1
http://videointegrations.com/serenity/procedure_relax_pleasure.html http://videointegrations.com/serenity/layout.css On this particular page, I forget what the fix is with IE6 on centering a div? My #middletext div centers with the margin-left & -right at equal percentages, in every other browse

Re: [css-d] Text Overflow

2006-01-03 Thread Philippe Wittenbergh
On 4 Jan 2006, at 6:32 am, Ingo Chao wrote: > Storm, Dan wrote: >> In a recent post someone on this list cited the "ext-overflow" >> property with a value of "ellipsis". I went to the W3C material >> on CSS3 and found the following: >> http://www.w3.org/TR/2003/CR-css3-text-20030514/#text-overflo

[css-d] footer pushing IE XP scroll bar

2006-01-03 Thread videoscott1
http://videointegrations.com/serenity/procedure_relax_pleasure.html http://videointegrations.com/serenity/layout.css Look at the bottom for #footer The Horizontal scroll bar only in IE6 is apparently caused by the footer. I can't figure out how to get rid of it without causing the problems I reso

Re: [css-d] input[type=text] Can it work in IE?

2006-01-03 Thread Philippe Wittenbergh
On 4 Jan 2006, at 6:53 am, Manuel A. Carranza wrote: > I have been been applying css to my form elements. I came across: > input[type=text] { } I would like to continue using this method. > This works in FF but doesn't in IE, my question is; is it possible > to get > this to work in IE? Or per

[css-d] IE hack without seeking wisdom of list?

2006-01-03 Thread videoscott1
http://videointegrations.com/serenity/index.html http://videointegrations.com/serenity/layout.css Text layout isn't as intended in IE mac and it's worse in IE XP in that it crops the top and bottom of the background img within #content. I'm pretty sure it's something with #hometext that IE doesn'

[css-d] Layout issue in IE

2006-01-03 Thread Juliano Dasilva
I'm in a process of redesign my site. The layout i created works fine in mozilla browsers but (as usual) it doesnt work properly in IE6. Take a look at this issue. http://www.julianomoreira.com/new/ index2.html I assigned a sidebar to be position: absolute; The sidebar in IE absolutely disap

[css-d] css styled rounded corner type buttons/text blocks

2006-01-03 Thread [EMAIL PROTECTED]
Thanks to Uwe's pointer regarding bullet vertical alignment, http://css.maxdesign.com.au/listutorial/introduction.htm, that task is solved. Also to note, the title attribute is also now working for Firefox. I reinstalled both Firefox and the Google toolbar. Strange... Next task, I don't know

[css-d] CSS expert for hire?

2006-01-03 Thread Conan Saunders
I have a commercial site layout built in table-less XHTML strict + CSS that's nearly finished. There are several small CSS changes I'd like to make that are at the moment a little over my head. I would like to find a CSS expert who would be willing to answer my questions for pay. My questions w

[css-d] input[type=text] Can it work in IE?

2006-01-03 Thread Manuel A. Carranza
I have been been applying css to my form elements. I came across: input[type=text] { } I would like to continue using this method. This works in FF but doesn't in IE, my question is; is it possible to get this to work in IE? Or perhaps know of a better method. Thank you, Manny ___

Re: [css-d] Text Overflow

2006-01-03 Thread jim lists
You are correct. Its the same as margin and margin-right or padding and padding-left. On 1/3/06, Storm, Dan <[EMAIL PROTECTED]> wrote: > In a recent post someone on this list cited the "ext-overflow" property with > a value of "ellipsis". I went to the W3C material on CSS3 and found the > follo

Re: [css-d] Text Overflow

2006-01-03 Thread Ingo Chao
Storm, Dan wrote: > In a recent post someone on this list cited the "ext-overflow" > property with a value of "ellipsis". I went to the W3C material > on CSS3 and found the following: > http://www.w3.org/TR/2003/CR-css3-text-20030514/#text-overflow > > text-overflow-mode: clip | ellipsi

Re: [css-d] centering text and left justifying text on one line

2006-01-03 Thread jim lists
I became interested in this and started fooling around a bit. Came up with this: http://www.heartland-design.com/storage/maillist/cssd/diverse_align/ It may help you with a css based solution. Honestly I'm not sure its worth it since you are using tables for the rest of the site. Anyhow you mig

Re: [css-d] clearing a float without using a float

2006-01-03 Thread Zoe M. Gillenwater
Hi CJ, CJ Larson wrote: >Thanks, that's exactly the information I needed. I didn't know what >constituted a "new block formatting context", which makes it hard to do >that. > This is where the specs come in. Believe it or not, they're not as hard to read as many make them out to be, and the

Re: [css-d] Pure CSS Image Map Tooltips

2006-01-03 Thread Yazmin Media
On 12/31/05, Jesper Brunholm <[EMAIL PROTECTED]> wrote: > > Yazmin, it seems that you could use a mod of the solution I have made on > (the "s.2" "s.26" "s.51" "s.76" and > "s.101" links) > > The technique is somewhat described and discussed in the thread that I

[css-d] help, IE can't position my tabs but can position my footer...

2006-01-03 Thread rebecca taylor
greetings and happy new year! i'm wondering if a seasoned css developer can tell me why my attempt to trick IE into showing my navigation tabs worked for IE, but unfortunately worked for FF & Moz. as well? http://www.littlered.com/beta/ for the top navigation tabs, i tried to do an IE hack -- b

Re: [css-d] Web Developer Extension 1.0 Released

2006-01-03 Thread Brian Cummiskey
Brian Cummiskey wrote: > Just passing this on from another list that I (and probably some of you) > are on. New version of the firefox WD toolbar is out. Sending the link would probably help: http://chrispederick.com/work/webdeveloper/ Enjoy. _

[css-d] having positioning problems in IE

2006-01-03 Thread Ty Huffman
Here is a link to my css: http://www.sketchiness.org/somc.css Going here: http://www.sketchiness.orgusing Safari looks fine, but IE no way. I have beat my head against the wall to figure out the solution but think that now all I'm doing is changing things around, eventually making mor

[css-d] IE doesn't display page correctly...

2006-01-03 Thread flp
Hi, I cannot seem to get IE to display my page correctly. It displays my content on the right BELOW the menu which is on the left. In every other browser that I have viewed the page with it displays the content directly to the right of the menu which is what I had intended it to do (under var

[css-d] Text Overflow

2006-01-03 Thread Storm, Dan
In a recent post someone on this list cited the "ext-overflow" property with a value of "ellipsis". I went to the W3C material on CSS3 and found the following: http://www.w3.org/TR/2003/CR-css3-text-20030514/#text-overflow text-overflow-mode: clip | ellipsis | ellipsis-word text-overf

Re: [css-d] text-align applied to a column?

2006-01-03 Thread David Dorward
On 03/01/06, Conan Saunders <[EMAIL PROTECTED]> wrote: > However, if I understand correctly, you cannot apply the text-align > property to a "col" element to align the contents of the entire > column. > I've searched the web and can't find any > commentary on the reason for this. Any insight? htt

[css-d] Web Developer Extension 1.0 Released

2006-01-03 Thread Brian Cummiskey
Just passing this on from another list that I (and probably some of you) are on. New version of the firefox WD toolbar is out. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- ht

[css-d] text-align applied to a column?

2006-01-03 Thread Conan Saunders
What I would like to do is something like this: should be aligned right should be aligned center should be aligned left However, if I understand correctly, you cannot apply the text-align property to a "col" element to align the contents of the entire column. I have tried to do so, and f

[css-d] Is there a way to get this list to work in IE?

2006-01-03 Thread Michelle Tarby
I've seen a lot of lists today that say they won't work in IE, but reasons why or suggestions to change the code have been few and far between. I'm trying to use the following to generate a navigation list: http://wwwdev.lemoyne.edu/css/it.css http://wwwdev.lemoyne.edu/information_technology/m

Re: [css-d] Menu styling - li indents

2006-01-03 Thread Dan Jallits
You need to adjust the margin and padding for the LI tag to zero or none. On 1/3/06, Richard Brown <[EMAIL PROTECTED]> wrote: > Hi All > > I am trouble understanding how to remove an indent in an li list. I > have Googled and cannot find (or maybe understand!) what I need to do. > The site is: > h

[css-d] Menu styling - li indents

2006-01-03 Thread Richard Brown
Hi All I am trouble understanding how to remove an indent in an li list. I have Googled and cannot find (or maybe understand!) what I need to do. The site is: http://www.helen-scott.co.uk/ http://www.helen-scott.co.uk/wp-content/themes/hairdressing/style.css It is the nav menu at the top. I wou

Re: [css-d] Please help with 4 IE problems

2006-01-03 Thread Ingo Chao
[EMAIL PROTECTED] wrote: > http://videointegrations.com/serenity/index.html Please, validate your document first. Ingo -- http://www.satzansatz.de/css.html __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/lis

Re: [css-d] centering text and left justifying text on one line

2006-01-03 Thread Steve Clason
On 1/3/2006 8:57 AM Daniel Kessler wrote: > I have a photo viewing page. I want the PREVIOUS | NEXT link to > center on the width of the TD that it's in, which is basically > centering on the page. The grey text to the left, I want on the same > line, but left-aligned. If I make it a div,

[css-d] Vertically Resizable 2 col layout

2006-01-03 Thread Julian Voelcker
A while back came across a couple of sites that had two columns with a vertical line between them that could be clicked and dragged left or right to move the dividing line (and thus resize) the two columns. It was very similar functionality to using frames but all done with XHTML, CSS and some

Re: [css-d] Cederholm Styling with IDs - IE Misbehaving

2006-01-03 Thread Duckworth, Nigel
Mary, > The stylesheet is here: http://www.byronsbyte.com/bernard/css/layout.css I don't know if this is causing any problems but your clear has an invalid value, "all" instead of "both": #clear /* for any column longest setting - clears the colWrapper that contains the divs */ {

[css-d] centering text and left justifying text on one line

2006-01-03 Thread Daniel Kessler
I have a photo viewing page. I want the PREVIOUS | NEXT link to center on the width of the TD that it's in, which is basically centering on the page. The grey text to the left, I want on the same line, but left-aligned. If I make it a div, it sends the previous/ next to the next line. Ot

Re: [css-d] suckerfish - howto expand hoverarea of submenuenties in IE

2006-01-03 Thread francky
francky wrote: >This is the result: >http://home.tiscali.nl/developerscorner/css-discuss/liquidfish3.htm. FF >and IE seem to do what I wanted. :-) >*But I'm sure the will be always something to solve* - don't know what it >is yet. > Michiel van der Blonk wrote: >IE still shows the with an ext

[css-d] Height Issue with browsers

2006-01-03 Thread George
Hi I'm new to css-discuss and I'm not sure whether this issue has been raised before. I need to try and get the #bdyNavMenu and #bdyContent to fill the gap between the header section of the page and the footer section. The footer sits at the bottom of the page irrelevant of how much content there i

Re: [css-d] suckerfish - howto expand hoverarea of submenuenties in IE

2006-01-03 Thread Christian Heilmann
On 1/3/06, Michiel van der Blonk <[EMAIL PROTECTED]> wrote: > francky wrote: > > >This is the result: > >http://home.tiscali.nl/developerscorner/css-discuss/liquidfish3.htm. FF > >and IE seem to do what I wanted. :-) > > > > > IE still shows the with an extra break. This comes from the fact > that

Re: [css-d] suckerfish - howto expand hoverarea of submenuenties in IE

2006-01-03 Thread Michiel van der Blonk
francky wrote: >This is the result: >http://home.tiscali.nl/developerscorner/css-discuss/liquidfish3.htm. FF >and IE seem to do what I wanted. :-) > > IE still shows the with an extra break. This comes from the fact that there are spaces or newlines between and the next . If you remove the

[css-d] Content problem in IE

2006-01-03 Thread Iorhael
Hi, Last night I changed all my font sizes for my various sites to percentages. However, in one site the content is now shifting downward in IE. I had posted this same problem the other week with another site but was able to fix it by shortening the content width. However, I have tried that her

[css-d] Alignment problem - form/psuedoelements

2006-01-03 Thread Iorhael
Hi, I have a form in which I wanted to change the properties for the p:firstline pseudo-element, just for the form. However, when I added the :first-line psuedo-element to the p.formleft and p.formright rules, the text centered, despite my alignment designations. I would think that the text ru

Re: [css-d] Help with alternate rule

2006-01-03 Thread David Dorward
On 02/01/06, Christine Robinson <[EMAIL PROTECTED]> wrote: > I spent all of last night and today trying to finish a volunteer project. I > am almost done but I need some help with Firefox. [ Snip: IE needs a width of 90%, Firefox - 85% ] What about Opera / Safari / Konqueror? My guess is that yo

Re: [css-d] Firefox doesnt show divs

2006-01-03 Thread In Tel webdesign
>>> On 02/01/06, In Tel webdesign <[EMAIL PROTECTED]> wrote: The strange thing is that some of the layers dont show in firefox. In IE I can see them without a problem. testingplace http://haasbeek.in-tel.nl >>> >>> I'm in a rush, and don't have IE handy to compare, but I'd guess it