Re: [css-d] need help with several positioning problems

2006-11-23 Thread Gunlaug Sørtun
Wonderbaby Designs wrote: > http://www.wonderbabydesigns.com/testing/design.jpg Nice design, that shouldn't be too difficult to lay out and style with CSS. > http://www.wonderbabydesigns.com/testing/cssTest.htm Not well suited for styling yet. > - we want the page to have a minimum width of 75

Re: [css-d] html, body {min-height: 100%} fails in Firefox & IE7

2006-11-23 Thread Ian Young
**IMPORTANT* *** This e-mail contains information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the

[css-d] Quick question : how do you text-indent right aligned text ?

2006-11-23 Thread Lee Bettridge
I have this bit of html NEWS and this bit of css #titleBar { position: absolute; left: 167px; top: 0px; width: 473px; height: 32px; background-color: #121212; color: #DCDCDC; font-size: x-large; text-align: right; ma

Re: [css-d] Quick question : how do you text-indent right aligned text ?

2006-11-23 Thread Charles
On 11/23/06, Lee Bettridge <[EMAIL PROTECTED]> wrote: > NEWS > > and this bit of css > > #titleBar > { > position: absolute; > left: 167px; > top: 0px; > width: 473px; > height: 32px; > background-color: #121212; > color: #DCDCDC; > fo

Re: [css-d] Quick question : how do you text-indent right alignedtext ?

2006-11-23 Thread Lee Bettridge
The problem with using padding or changing the width is that it changes the size of the h1 element, which messes up the design. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charles Sent: 23 November 2006 11:12 To: css-d@lists.css-discuss.org Subject: R

Re: [css-d] Quick question : how do you text-indent rightalignedtext ?

2006-11-23 Thread Ian Young
rightalignedtext ? > > > The problem with using padding or changing the width is that it changes > the size of the h1 element, which messes up the design. > > A url would be good or even a mock to show us what you mean. Ian -- No virus found in this outgoing message. Checked by AVG Free Edition.

Re: [css-d] Background Image Resizing -- Solution

2006-11-23 Thread francky
Robert Tilley wrote: >The process I chose was to enlarge the picture with a photo editor to >1280x1024, then set it as a repeating centered background. If a viewer has a >smaller screen, less of the picture will be visible. If the screen is >larger, there will small repeating sections around

Re: [css-d] expanding submenu

2006-11-23 Thread Erik Visser
Christian Heilmann wrote: > > Could it be you meant YADM? > http://www.onlinetools.org/tools/yadm/expanding.html > Christain (and others), Some questions on expanding menu's: - is a css + javascript combination still the best way to go (instead of css only)? - is YADM the best solution for the

Re: [css-d] expanding submenu

2006-11-23 Thread Charles
On 11/23/06, Erik Visser <[EMAIL PROTECTED]> wrote: > Some questions on expanding menu's: > - is a css + javascript combination still the best way to go (instead of > css only)? My opinion, CSS only is the best way. But unfortunately we cannot use the best way if we want to support IE :D. So CSS+J

[css-d] Site aligning centre in WinIE

2006-11-23 Thread Richard Brown
Hi I want this site to sit to the left of the screen but in WinIE it is aligning centre. Could someone tell me why please? Many thanks -- Rich http://www.cregy.co.uk Embracing what God does for you is

Re: [css-d] expanding submenu

2006-11-23 Thread Christian Heilmann
> > Some questions on expanding menu's: > > - is a css + javascript combination still the best way to go (instead of > > css only)? Short answer: yes. Justification: http://www.wait-till-i.com/index.php?p=327 > My opinion, CSS only is the best way. But unfortunately we cannot use > the best way i

[css-d] CSS dropdowns fail in IE6, N7 for PC

2006-11-23 Thread phidlerwerf
On Nov 19, 2006, at 10:52pm, [EMAIL PROTECTED] wrote: > I've got a test page with dropdown menus based on the "son of > Suckerfish" approach from > http://www.htmldog.com/articles/suckerfish/dropdowns/ > > With help from my fave local CSS guru, they now work nicely on Mac > browsers Firefox, Safar

Re: [css-d] Site aligning centre in WinIE

2006-11-23 Thread Charles
On 11/23/06, Richard Brown <[EMAIL PROTECTED]> wrote: > Hi > > I want this site to sit to the left of the screen but in WinIE it is > aligning centre. Could someone tell me why please? > > > Clearly beca

Re: [css-d] expanding submenu

2006-11-23 Thread Charles
On 11/23/06, Christian Heilmann <[EMAIL PROTECTED]> wrote: > > > Some questions on expanding menu's: > > > - is a css + javascript combination still the best way to go (instead of > > > css only)? > > Short answer: yes. Justification: > http://www.wait-till-i.com/index.php?p=327 Well at least we n

Re: [css-d] expanding submenu

2006-11-23 Thread Christian Heilmann
> > > > Some questions on expanding menu's: > > > > - is a css + javascript combination still the best way to go (instead of > > > > css only)? > > > > Short answer: yes. Justification: > > http://www.wait-till-i.com/index.php?p=327 > > Well at least we need to remember one thing: the user can turn

Re: [css-d] CSS dropdowns fail in IE6, N7 for PC

2006-11-23 Thread Ingo Chao
[EMAIL PROTECTED] wrote: > ... >> >> The page in question is at http://northminpres.org/beta.html and all >> CSS for the nav menus is inline. > > Update: I've made no progress on this, although I did notice and > correct a few validation errors in my CSS. I've also seen it in > Netscape 7, whe

Re: [css-d] expanding submenu

2006-11-23 Thread Al Sparber
From: "Christian Heilmann" <[EMAIL PROTECTED]> > Notice that we are talking about modern DOM scripting here, that > works > unobtrusively > (http://onlinetools.org/articles/unobtrusivejavascript) > and follows the idea of progressive enhancement > (http://en.wikipedia.org/wiki/Progressive_Enhanc

Re: [css-d] Site Check - Logo Flicker in IE 6.0

2006-11-23 Thread Jono
Holly Bergevin wrote: > The person probably has their temporary internet setting set to check for new > versions of the page at "Every Visit to the Page" and so IE goes and fetches > that image every time it's hovered. > > -path to find this - > > Tools>Internet Options>General-Temporary Inte

[css-d] Textarea - text cursor problem

2006-11-23 Thread Diego Chagastelles
I am experiencing a problem with the textarea element. Dinamically I create a textarea and set its value, its just that the text cursor does not blink, no matter what. Actually, Its blinks only when I click in the first word of each line. Thanks, hope you can help me. _

[css-d] son of suckerfish: custom colours for dropdowns?

2006-11-23 Thread Michael Simla
Hi All, Up against the wall on this one: I have a nice standard "son-of-suckerfish" drop down menu working well in ie/ff on the following page: http://tms.siborg.com/index2.html my problem is that instead of a fixed width & colour, i need to have different colours and widths for each drop down.

Re: [css-d] expanding submenu

2006-11-23 Thread Christian Heilmann
> Dear admin, > > Is promoting web technology and web development fads as religious > dogma within the posting roles of this mailing list? > > Thanks. Is quoting out of context within the rules? I am out of here... __ css-discuss

[css-d] [ADMIN - OFF TOPIC] Re: expanding submenu

2006-11-23 Thread Alex Robinson
Step away from the microphone... ...and relax The relative merits of CSS vs Javascript for creating menus are neither here nor there and the merits of particular javascript libraries are completely off the radar. As this thread has nothing to do with the practical nuts and bolts of CSS, it

[css-d] building css buttons

2006-11-23 Thread Mario Merino \(gmail\)
Hello I want to include several CSS buttons on a site Im building. I have looked at the following article http://www.webcredible.co.uk/user-friendly-resources/css/rollover-buttons.sh tml but I would have to build the same amount of coded for each button I want to include, I implemented it and wasn

[css-d] Floats for Form Labels -- vertical alignment

2006-11-23 Thread Stephan Wehner
I'm looking at the example for floating form labels at http://www.webcredible.co.uk/user-friendly-resources/css/css-forms.shtml and I find the labels get shifted up by a tiny amount. In the "The original form" section the "Name" label is vertically centered with the respect to the input box.

Re: [css-d] building css buttons

2006-11-23 Thread Rafael Holt
On 24/11/06, Mario Merino (gmail) <[EMAIL PROTECTED]> wrote: > > Hello I want to include several CSS buttons on a site Im building. I have > looked at the following article > > http://www.webcredible.co.uk/user-friendly-resources/css/rollover-buttons.sh > tml but I would have to build the same amo

Re: [css-d] Floats for Form Labels -- vertical alignment

2006-11-23 Thread Rafael Holt
On 24/11/06, Stephan Wehner <[EMAIL PROTECTED]> wrote: > > I'm looking at the example for floating form labels at > > http://www.webcredible.co.uk/user-friendly-resources/css/css-forms.shtml > > and I find the labels get shifted up by a tiny amount. > > In the "The original form" section the "Na

Re: [css-d] Textarea - text cursor problem

2006-11-23 Thread Ian Young
> Subject: [css-d] Textarea - text cursor problem > > > I am experiencing a problem with the textarea element. > Dinamically I create > a textarea and set its value, its just that the text cursor does > not blink, > no matter what. Actually, Its blinks only when I click in the > first word of > eac

[css-d] Advanced CSS layout problem

2006-11-23 Thread Mathias Vejerslev
Hi! I have 'inherited' a website layout that has a few CSS problems I hope you can help me with. I've tried all I can think of, but I still have the problem. Here's the layout: http://www.96ppi.net/ibooks/ This is the main (front) page. Looks fine in IE, but the boxes on the right fails in Firef

Re: [css-d] Floats for Form Labels -- vertical alignment

2006-11-23 Thread Stephan Wehner
Thanks a lot -- I followed your suggestion and added line-height: 3ex; to the label rule and that looks good. Adding line-height: 3em; to the input rule made no difference. (This is Safari 2.0.4, and Firefox 2.0, and now also IE 6) But I don't understand why this is necessary. Without the

Re: [css-d] Advanced CSS layout problem

2006-11-23 Thread Rob O'Rourke
Mathias Vejerslev wrote: > Hi! > > I have 'inherited' a website layout that has a few CSS problems I hope you > can help me with. I've tried all I can think of, but I still have the > problem. > > Here's the layout: http://www.96ppi.net/ibooks/ > > This is the main (front) page. Looks fine in IE, b

Re: [css-d] building css buttons

2006-11-23 Thread Charles
On 11/24/06, Mario Merino (gmail) <[EMAIL PROTECTED]> wrote: > Hello I want to include several CSS buttons on a site Im building. I have > looked at the following article > http://www.webcredible.co.uk/user-friendly-resources/css/rollover-buttons.sh > tml but I would have to build the same amount

[css-d] line-height issue with floated elements

2006-11-23 Thread Rafael Holt
Hi, I have a div whose children (some spans and another div) are floated left inside it. This is the site: http://raffles.awardspace.com/G/misc/ I am currently testing this in Firefox 1.5 only. It won't work in IE (probably will in Opera and Safari). Please select "custom" in the dropdown, enter

Re: [css-d] line-height issue with floated elements

2006-11-23 Thread Rob O'Rourke
Rafael Holt wrote: > Hi, > > I have a div whose children (some spans and another div) are floated left > inside it. This is the site: http://raffles.awardspace.com/G/misc/ > > I am currently testing this in Firefox 1.5 only. It won't work in IE > (probably will in Opera and Safari). > > Please sele

Re: [css-d] Site Check - Logo Flicker in IE 6.0

2006-11-23 Thread francky
Jono wrote: >Can everyone please take a quick look at the following site: > >*http://tinyurl.com/vzmwy > >*I have received a report that the logo on the site above is flickering >on roll over in IE 6, but I cannot reproduce this on any test machines I >have access to. At one point I did have a

Re: [css-d] son of suckerfish: custom colours for dropdowns?

2006-11-23 Thread francky
Michael Simla wrote: >Hi All, > >Up against the wall on this one: > >I have a nice standard "son-of-suckerfish" drop down menu working well >in ie/ff on the following page: >http://tms.siborg.com/index2.html > >my problem is that instead of a fixed width & colour, i need to have >different colours

Re: [css-d] building css buttons

2006-11-23 Thread francky
Mario Merino (gmail) wrote: >Hello I want to include several CSS buttons on a site Im building. I have >looked at the following article >http://www.webcredible.co.uk/user-friendly-resources/css/rollover-buttons.sh >tml but I would have to build the same amount of coded for each button I >want to

[css-d] IE is missing border: position relative, line-height != normal

2006-11-23 Thread Michal Cizmazia
IE 7 or 6 is missing border line, if position relative is used and line-height is not set to normal as shown in this example: http://cim.szm.sk/border-relative.html If anybody is interested, have a look. Have a nice day! -- >{U}(")>Cimo Michal Cizmazia __