Re: [css-d] text and image zoom

2006-11-17 Thread Erik Visser
Gunlaug Sørtun wrote: > Erik Visser wrote: >> Then a question on my menu. It looks quite good. Hoovering is ok. But >> when clicked the border of #header disappears... >> >> I think this was brought up earlier on the list. Something to do with >> dotted line when selected. But is this correct

[css-d] emulating with

2006-11-17 Thread mean dspt
Hi, I run a wiki based site, and the engine doesn't wrap blocks of text inside , but simply adds . So it's quite difficult to style your paragraphs in content, as there's no "paragraphs" in the markup. Usuall way of styling with p{magin:VALUES;} etc. is not applicable. In long pages it creates "wal

[css-d] Bug in IE6/IE7 with negative percentages in vertical-align

2006-11-17 Thread John Zaitseff
Dear All, I believe I have discovered a bug in Internet Explorer that has been present since at least version 6: neither IE6 nor IE7 handle negative percentages correctly in the vertical-align property. In particular, trying to display an image at slightly below the baseline can normally be do

[css-d] Unexpected padding with IE6 and IE7

2006-11-17 Thread John Zaitseff
Dear All, I believe I have come across a bug in Microsoft Internet Explorer that is present in at least versions 6 and 7. As far as I could find out from searching the Internet, no one else has come across this bug---please feel free to correct me if I am wrong! Could someone please glance th

Re: [css-d] text and image zoom

2006-11-17 Thread Gunlaug Sørtun
Erik Visser wrote: > gunlaug, do you have all this info in your head? or are you very good > at finding your info in resources (etc.)? All I have in my head is a few decades of experience in troubleshooting software (and hardware), and with work on 'human/machine interfacing' (also known as "acce

[css-d] using a div to mask another div

2006-11-17 Thread Marcelo Wolfgang
Hi all, I'm trying to play with scriptaculous making a div scroll using Effect.MoveTo, I figure out the javascript part, but I'm having problem with the css I need to make a div on top of my thumbnails that will mask the thumbnails, so what i'm doing is something like this : [div class="evento_m

Re: [css-d] emulating with

2006-11-17 Thread Barney Carroll
mean dspt wrote: > Hi, > I run a wiki based site, and the engine doesn't wrap blocks of text > inside , but simply adds . So it's quite difficult to style > your paragraphs in content, as there's no "paragraphs" in the markup. > Usuall way of styling with p{magin:VALUES;} etc. is not applicable. In

Re: [css-d] mir help

2006-11-17 Thread Daniel
http://webtec.tstc.edu Showing up in IE6 mainly, and IE7mac __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css

Re: [css-d] mir help

2006-11-17 Thread Barney Carroll
Daniel wrote: > and IE7mac ?!!! __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Suppor

Re: [css-d] emulating with

2006-11-17 Thread Stephan Wehner
It might not be too difficult to change the wiki engine. Sounds like you search for and replace it with and look for logical beginnings of paragraphs to put the leading 's What engine is this? Stephan On 11/17/06, mean dspt <[EMAIL PROTECTED]> wrote: > Hi, > I run a wiki based site, and the e

Re: [css-d] mir help

2006-11-17 Thread Ingo Chao
Daniel wrote: > http://webtec.tstc.edu > > Showing up in IE6 mainly, and IE7mac This thread starts to confuse me. First, you copied this code > .mir { > text-indent:-9px; > } > h1 { > background: url(i/branding_h1.jpg) no-repeat; > height: 180px; > width:650px; > } But thi

Re: [css-d] mir help

2006-11-17 Thread Jesse Skinner
> Ok, to the problem...no matter what I do it seems like the "t" in > Development always appears > on top of the graphic. Opera, Netscape, and Firefox is fine, it's only > an IE issue. Any suggetions? I was just talking about image replacement the other day, and someone left a comment on my blo

Re: [css-d] mir help

2006-11-17 Thread Andrew Gregory
On Sat, 18 Nov 2006 00:00:20 +0800, Ingo Chao <[EMAIL PROTECTED]> wrote: > h1#hdr { > background:url(img/header.jpg) no-repeat; > height:188px; > letter-spacing:-9em; /* Hack to push the lettering off the > background image */ > margin:0; > padding:0; > } > >

[css-d] Browser Gradient Issue

2006-11-17 Thread Laura Glaess
Issue #1 The content area and background both have gradients on this website. The background color of these continers is the same as the bottom of the repeated 1px wide jpg that is the gradient. If you look at the page in firefox, everything flows smoothly. If you look at it in safari, the image co

[css-d] That old browser from microsoft and overflow:hidden

2006-11-17 Thread Marcelo Wolfgang
I'm havving a problem with IE, that it's not respecting my overflow:hidden declaration when I move the layer that is 'masked' by the layer with overflow:hidden. the best way to see it is here eith IE and FF http://www.mobilciclo.org/novosite/eventos/ and click on the arrows beneath the right side

Re: [css-d] That old browser from microsoft and overflow:hidden

2006-11-17 Thread ~davidLaakso
Marcelo Wolfgang wrote: > I'm havving a problem with IE, that it's not respecting my > overflow:hidden declaration when I move the layer that is 'masked' by > the layer with overflow:hidden. > > > http://www.mobilciclo.org/novosite/eventos/ > > and click on the arrows beneath the right side photos.

[css-d] Tabs are not positioning correctly in FF

2006-11-17 Thread Brian Jones
Hi, I have two divs one contains tab navigation and the other contains the content. I want the content div to display directly under the tabs. In IE6 it's displaying how I want it to...but for some reason in FF the tabs are showing up at the top inside the content div..Here's my html markup and cs

[css-d] PNG Hack in for IE 6. Any thoughts?

2006-11-17 Thread Pete Lasko
Greetings. I'm using a PNG hack (bgsleight.js -- http://www.allinthehead.com/ retro/289/sleight-update-alpha-png-backgrounds-in-ie) here: http:// yammr.com/button.html I'm having a couple of problems. 1) The positioning on the li background (right side) isn't being applied. I'm guessing tha

Re: [css-d] CSS popups - how to display in a different div to the anchor

2006-11-17 Thread James Ward
Hi Francky I really like the examples you gave URLs for - I think those solutions will work very well. And you're right - I need to make sure the links look intuitively different from clickable links. I intended to use cursor: help; in the styling. Thanks again. James On 16/11/06, francky

Re: [css-d] Tabs are not positioning correctly in FF

2006-11-17 Thread Stephan Wehner
Was this posted a few days ago as well? I remember having a similar problem and couldn't find anything better than adding additional spacing through javascript, which checked for Firefox. Are you saying the 20px in > #tabbox > { > margin: 0 0 0 0; > padding: 20px 0 50px 20px; > : > } doesn'

[css-d] Padding on wrapped lines

2006-11-17 Thread Loek Hilgersom
Hi list, I have a problem which looks very simple at first, but seems to be getting really complicated. But maybe I'm just overlooking something obvious. I'm trying to apply a backgroundcolor to a piece of text which stretches over a few lines. However, the background should not be square, but

[css-d] float problem...

2006-11-17 Thread Marty Martin
I'm having trouble getting div#left and div#right to float correctly. I want them beside each other but right now they are wrapping under each other and I can't figure where I'm going wrong with this float...help?! Here's what I have-- .header-bottom { width:755px; background-color: #FFF; backgr

[css-d] max-height and containers...

2006-11-17 Thread Erik Harris
I know I've asked questions about containing elements and all that in the past, and I've never totally understood how they're supposed to work. I recently helped someone out with a CSS problem that he had when using max-width, a property I didn't even know about. Since I've got a minor proble

Re: [css-d] That old browser from microsoft and overflow:hidden

2006-11-17 Thread Gunlaug Sørtun
Marcelo Wolfgang wrote: > I'm havving a problem with IE, that it's not respecting my > overflow:hidden declaration when I move the layer that is 'masked' by > the layer with overflow:hidden. > http://www.mobilciclo.org/novosite/eventos/ > anyone has experiment with this before ? Looks like wha

[css-d] positioning question(s)

2006-11-17 Thread Jessica Steinbomer
Hi, I am working on a web site for a non-profit org, and am having a couple of issues: http://www.servicedogs.org/new%20site/example1.htm 1) The "donate" div should be under the header section all together, but for some reason is showing up behind the header, including the logo. Also, the image t

Re: [css-d] That old browser from microsoft and overflow:hidden

2006-11-17 Thread david
Gunlaug Sørtun wrote: >> why this browser exist ? > > To prevent any real improvements in web design from taking place without > Microsoft's authorization, I guess :-) To help prevent people from seeing how bad the HTML is that other MS products produce? To help spread worms and viruses, thereb

Re: [css-d] positioning question(s)

2006-11-17 Thread david
Jessica Steinbomer wrote: > Hi, > I am working on a web site for a non-profit org, and am having a couple of > issues: > > http://www.servicedogs.org/new%20site/example1.htm http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.servicedogs.org%2Fnew%2520site%2Fexample1.htm You seem to be

Re: [css-d] PNG Hack in for IE 6. Any thoughts?

2006-11-17 Thread Ingo Chao
Pete Lasko wrote: > Greetings. > > I'm using a PNG hack (bgsleight.js -- http://www.allinthehead.com/ > retro/289/sleight-update-alpha-png-backgrounds-in-ie) here: http:// > yammr.com/button.html > > I'm having a couple of problems. > > 1) The positioning on the li background (right side)

Re: [css-d] max-height and containers...

2006-11-17 Thread Gunlaug Sørtun
Erik Harris wrote: > [...] Since I've got a minor problem with photos sticking out of > their parent elements over at > (specifically, the first > photo on fairly high-res screens), I decided to try implementing its > sister-property, max-height. Heig

Re: [css-d] Tabs are not positioning correctly in FF

2006-11-17 Thread Rimantas Liubertas
> Hi, > > I have two divs one contains tab navigation and the other contains the > content. I want the content div to display directly under the tabs. > In IE6 it's displaying how I want it to...but for some reason in FF > the tabs are showing up at the top inside the content div..Here's my > html

Re: [css-d] Padding on wrapped lines]

2006-11-17 Thread Loek Hilgersom
Michael Wilkey wrote: > Try putting it in a list? I don't see how a list is going to help me get something like example 3. Could you explain? Loek __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/

Re: [css-d] positioning question(s)

2006-11-17 Thread ~davidLaakso
Jessica Steinbomer wrote: > I am working on a web site for a non-profit org, and am having a couple of > issues: > http://www.servicedogs.org/new%20site/example1.htm > Here's a link to an image of how it should look: > http://www.servicedogs.org/images/newsite/look.htm > [message trimmed] > Jes

Re: [css-d] That old browser from microsoft and overflow:hidden

2006-11-17 Thread Gunlaug Sørtun
david wrote: > [...] To help spread worms and viruses, thereby supporting the spread > of botnets, from which will someday spontaneously arise true > artificial intelligence, which will then turn human beings into a > small cylindrical device for providing electricity ? ;-) Such a scenario sure wo

[css-d] Tabs are not positioning correctly in FF

2006-11-17 Thread muskokee
(This went to Brian only by accident! Forwarding it to the list..sorry) Hi Brian, In firefox, if you float an element that is not contained within another, it is removed from the flow, kinda like absolute position. Keep the list as position:relative with no floats and the containers will stack u

Re: [css-d] float problem...

2006-11-17 Thread muskokee
Try floating the right one to the left as well. They should sit beside each other then. On 11/17/06, Marty Martin < [EMAIL PROTECTED]> wrote: > > I'm having trouble getting div#left and div#right to float correctly. I > want them beside each other but right now they are wrapping under each > oth

Re: [css-d] float problem...

2006-11-17 Thread Chris Martin
Sorry, originally posted this from my mobile and there's no 'reply all', so this didn't make it back to the list the way the css is defined, #left and #right would need to be nested inside a div, that's nested inside the 'header-bottom' class, but that's not how it's marked up. try simply #left

[css-d] A question on creating CSS Rounded Corner Boxes

2006-11-17 Thread John Moynihan
Hi Everyone, I would like to create a rounded corner box in CSS. Does anyone have any tips on the easiest way to create a CSS rounded Corner Box? Thanks, John __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailm

Re: [css-d] A question on creating CSS Rounded Corner Boxes

2006-11-17 Thread Micky Hulse
John Moynihan wrote: > Does anyone have any tips on the easiest way to create a CSS rounded Corner > Box? Take your pick: Good luck. :) -- Wishlist: Switch: BCC?: