Re: [css-d] background

2005-10-31 Thread Richard Grevers
On 11/1/05, Abyss Information <[EMAIL PROTECTED]> wrote: > Hi all > > Can you stretch a background image like a windows desktop? > > i wish to have a gradient background and i wish to stretch it based on the > resolution > Maybe in about 5 years when we have a realistic number of browsers supportin

Re: [css-d] Vertical Scroll not working in Mozilla

2005-10-31 Thread Linda H
>-First area - menu - static - no scroll >-Second area - content - scroll as needed >-Third area - static - no scroll > >My page works fine in Internet Explorer and Safari (I'm on Mac OS X >10.4.2), but with Mozilla/Firefox the page looks correct and the >scrollbar appears on the far right as I w

Re: [css-d] gap in header in IE

2005-10-31 Thread Gunlaug Sørtun
chuck clark wrote: > http://chucklarge.mine.nu/csstest/element/ > I am trying to figure out where the 3 pixel gap between my header and > tab navigation is coming from. Gap created by IE/win's default = img {display: inline;} Fix: #header img {display: block;} regards Georg -- http://

[css-d] gap in header in IE

2005-10-31 Thread chuck clark
Hi, I am trying to figure out where the 3 pixel gap between my header and tab navigation is coming from. http://chucklarge.mine.nu/csstest/element/ I appreciate any help in advance, chuck __

Re: [css-d] Jumping Opera (Was: IE6 border color change on refresh)

2005-10-31 Thread Gunlaug Sørtun
Bruno Fassino wrote: > Al Sparber wrote: http://www.satzansatz.de/cssd/bizarre/bizarreborderbug.html >> Even nicer effect on Opera :-) > Indeed! Opera (8.5, 7.5) seems confused by a simple margin-top [1]. > When the window is resized vertically, the black div "doubles" its > top margin!

Re: [css-d] white gap between two divs in IE6 Win

2005-10-31 Thread Gunlaug Sørtun
William Gates wrote: > Hi, On IE6 Win, there is a white gap between my header div, and the > nav div below it. > http://www.viadesign.co.uk/index.htm > http://www.viadesign.co.uk/styles/master.css (css) Since you are using negative text-indent on h1, you should also set a suitable, not too larg

Re: [css-d] Jumping Opera (Was: IE6 border color change on refresh)

2005-10-31 Thread Bruno Fassino
Al Sparber wrote: > >> http://www.satzansatz.de/cssd/bizarre/bizarreborderbug.html > > Even nicer effect on Opera :-) Indeed! Opera (8.5, 7.5) seems confused by a simple margin-top [1]. When the window is resized vertically, the black div "doubles" its top margin! (maybe a known bug?) Brun

[css-d] Vertical Scroll not working in Mozilla

2005-10-31 Thread Tim Robertson
Hi, I'm VERY new to CSS and am attempting a page with three vertical div areas. -First area - menu - static - no scroll -Second area - content - scroll as needed -Third area - static - no scroll My page works fine in Internet Explorer and Safari (I'm on Mac OS X 10.4.2), but with Mozilla/Fire

Re: [css-d] 2 Column layout + equal height problem

2005-10-31 Thread Christopher M Kelly
I would like to add to the original question. I received a request from a developer who wants not only what's described in the ALA article, http://www.alistapart.com/articles/negativemargins, but he also wants the "menu area" width to expand if text is resized. Each column needs to retain its bac

Re: [css-d] Suckerfish blues (again)

2005-10-31 Thread Vicki Stebbins
At 11:26 AM 31/10/2005, Graham Reeds wrote: >I have implemented a suckerfish menu for a redesign of a game site. > >However every implementation I come up with works fine in FF and Opera8, >but fails in IE6 (only tested on Windows). > >I also used the block image code which I was having trouble wit

[css-d] white gap between two divs in IE6 Win

2005-10-31 Thread William Gates
Hi, On IE6 Win, there is a white gap between my header div, and the nav div below it. There seems to be no problem on IE Mac, Safari, or Firefox. Any help much appreciated. William http://www.viadesign.co.uk/index.htm http://www.viadesign.co.uk/styles/master.css (css) ___

Re: [css-d] site check

2005-10-31 Thread Vicki Stebbins
At 03:46 AM 31/10/2005, Bala Clark wrote: >hi, > >Earlier I asked for help with getting drop shows on my blog, I've >solved that problem now and would appreciate some feedback on the >design. I've simply modified one of the defaut blogger.com stylesheets >with my own css. Right now it seems a littl

Re: [css-d] a R.hand div ducking under a Left hand div when window narrowed in IE6

2005-10-31 Thread Roger Roelofs
Peter, On Oct 31, 2005, at 5:56 AM, peter newton wrote: > Hello All, > I'm sure this problem has been covered if someone could point me > to the solution. ... > The problem is this When I narrow the window ( only when the right > hand main div is shorter than the left hand nav div). The right ha

Re: [css-d] IE and the horse it rode in on...

2005-10-31 Thread Christian Heilmann
> Sorry for the above subject. My problem relates to using PNGs in IE. And pray why should we suffer this attempt at humour? Remember the archives of this mailinglist are searchable. Which would mean that a good answer to your problem will get lost and another person will ask for the same problem

[css-d] IE and the horse it rode in on...

2005-10-31 Thread Rob Day
Sorry for the above subject. My problem relates to using PNGs in IE. I've created a layout that uses both Adam Kalsey's excellent tabs (http://www.kalsey.com/tools/csstabs/) and the Man in Blue's footerStickAlt (http://www.themaninblue.com/experiment/footerStickAlt/). This all worked out fine.

Re: [css-d] fixing backgrounds continued

2005-10-31 Thread Gunlaug Sørtun
Walter van den Broek wrote: > http://home.planet.nl/~wiere316 > Does IE6 on windows need a css hack, could not find one?? Or can > someone direct me in a direction?? You may find something of use here: I've never used that IE/win 'background-a

[css-d] fixing backgrounds continued

2005-10-31 Thread Walter van den Broek
Since no one answered my question and the hack for IE6/Win which i tried: {display:inline;} did not work, i did put the file on a server to be found at: http://home.planet.nl/~wiere316 Hope this will help to answer my question which was: Made an index.html with some beautiful pictures. Got the i

Re: [css-d] IE6 border color change on refresh

2005-10-31 Thread Al Sparber
From: "Bruno Fassino" <[EMAIL PROTECTED]> >> http://www.satzansatz.de/cssd/bizarre/bizarreborderbug.html > > Locally reproducible, deterministic (even without the need to start > with a > fresh window.) An horizontal resize of the page fixes the problem, > and it > does not reappear until t

Re: [css-d] IE6 border color change on refresh

2005-10-31 Thread Ingo Chao
Bruno Fassino wrote: ... >> http://www.satzansatz.de/cssd/bizarre/bizarreborderbug.html > > Locally reproducible, deterministic (even without the need to start with a > fresh window.) An horizontal resize of the page fixes the problem, and it > does not reappear until the page is reloaded (at

Re: [css-d] IE6 border color change on refresh

2005-10-31 Thread Bruno Fassino
Ingo Chao wrote: > If someone could try to reproduce the bug online and/or locally, it > would be appreciated. > > Steps to reproduce the mirror effect locally: [...] > > http://www.satzansatz.de/cssd/bizarre/bizarreborderbug.html Locally reproducible, deterministic (even without the need to

[css-d] Hover Persistence in CSS

2005-10-31 Thread Jared Nielsen
I'm rebelling against javascript (for the hover states) in my tabular menus so I'm seeking some guidance I have the following: .SubPageTab a { color: #88; font-size: 9px; font-weight: bold; text-decoration: none; background: ur

Re: [css-d] Strange line appearing in IE6

2005-10-31 Thread Ingo Chao
Paul Pollock wrote: > All: > > I have a line (a graphic) that appears in IE6.0, at a site I'm > developing at: > > http://dsctest.com/test2/index.php > > The CSS file is at: > > http://dsctest.com/test2/style.css > > There is a background image (http://dsctest.com/test2/images/ > menu_bckgn

[css-d] background-position problem in Safari

2005-10-31 Thread Creighton, Beth
Hi, I'm redoing my personal blog: http://astarwithin.com and I can't seem to get my background to work correctly in Safari. It completely ignores the background positioning and moves it to the default position (0px 0px). #pagebody { position: relative; margin: 384px 0 0 0; padding: 0px; line-heigh

Re: [css-d] text sizes and css

2005-10-31 Thread ross
That is not my page...just an example of a widget I am trying to do. R. - Original Message - From: "David Laakso" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: Sent: Monday, October 31, 2005 4:33 PM Subject: Re: [css-d] text sizes and css > [EMAIL PROTECTED] wrote: > >>Is there a

Re: [css-d] text sizes and css

2005-10-31 Thread David Laakso
[EMAIL PROTECTED] wrote: >Is there a way I can change the text size in a relative way (equivalent to >pressing the larger button in your browser) without using loads of style >sheets?? >http://www.nhshealthquality.org/nhsqis/qis_display_home.jsp?pSize=default&pContentID=1815&p_applic=CCC&p_servi

Re: [css-d] 2 problems on site in FireFox

2005-10-31 Thread Nick Cappadona
Hey Tom, For #1, make the following changes to your #content selector (add the float and remove the left margin): #content { float: left; padding: 0 20px 0 20px; width: 485px; background:#fff; } As far as #2 is concerned, if you add a height to your #navcntainer a selector, such

Re: [css-d] Background property

2005-10-31 Thread Joe Huggins
Try attaching this to the : background: #CC url(../body-bkgrd.jpg) no-repeat fixed 10px 10px; Scott Hamm wrote: > How do I use background property to set image to always stay 10 px > right of the right edge in body declaration? > ___

[css-d] Background property

2005-10-31 Thread Scott Hamm
How do I use background property to set image to always stay 10 px right of the right edge in body declaration? -- Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/no-word-attachments.html ___

[css-d] maintainable css

2005-10-31 Thread Mike Stenhouse
Hi all I don't know whether anyone remembers Simon Willison's appeal for information on maintainable CSS, or my reply to his question, but I've expanded that into an article. I've outlined what I think are best practices but I'd love to hear what you guys reckon. I've broadened the scope to includ

[css-d] 2 problems on site in FireFox

2005-10-31 Thread Tom Dell'Aringa
Hi, I have 2 seemingly simple problems I have not been able to solve in Firefox/Mozilla. The site is fine in IE. 1. The content is pushing down below the left nav. I assumed it was an issue with the content width or the content div not clearing the nav, but playing with both yields no fix. 2

[css-d] 2 problems on site in FireFox

2005-10-31 Thread Tom Dell'Aringa
Hi, I have 2 seemingly simple problems I have not been able to solve in Firefox/Mozilla. The site is fine in IE. 1. The content is pushing down below the left nav. I assumed it was an issue with the content width or the content div not clearing the nav, but playing with both yields no fix. 2

Re: [css-d] site check - Omega-Tek.com

2005-10-31 Thread Ingo Chao
Michael Wilson wrote: > Travis Barden wrote: >> http://www.omega-tek.com/index.php > > Hi, > > Firefox v1.0.7, Windows XP-SP2 > ... > I should also note that I don't have the same problem as Christian does > regarding Firefox's link highlighting. I do see the "border" Firefox > /overlays/ when

Re: [css-d] IE6 border color change on refresh

2005-10-31 Thread Kara Taylor
On Oct 31, 2005, at 9:04 AM, Ingo Chao wrote: > At my end at least, removing the width from the li seems to be a > workaround/patch. Wow, yes. Removing the width from the li seems to have cleared it up online. Thank you so much! I will try to reproduce it and let you know what happens. Than

Re: [css-d] white space in listitem menu

2005-10-31 Thread Maarten Reynders
A screenshot can be found at http://www.inventis02.be/screenshot.gif. I put a cirkel around the white-space problem of 2 buttons (but all buttons have it ofcourse...). Maarten - Original Message - From: "Andrea Black" <[EMAIL PROTECTED]> To: Sent: Monday, October 31, 2005 1:58 PM Subj

Re: [css-d] IE6 border color change on refresh

2005-10-31 Thread Ingo Chao
If someone could try to reproduce the bug online and/or locally, it would be appreciated. Steps to reproduce the mirror effect locally: - open a new instance of IE6 in WinXP SP2 - unpin the empty window to allow for vertically resizing - refresh the window F5 - load the bug page - drag the botto

Re: [css-d] background

2005-10-31 Thread Christian Montoya
> No not really...You should try creating a repeating background gradient and > set it to repeat only in the x direction, so as the screen expands so does > the gradient. > Or put the gradient over a solid color and have the gradient fade to the solid color. -- -- C Montoya rdpdesign.com ... liqu

Re: [css-d] text sizes and css

2005-10-31 Thread Christian Montoya
> > If I press the second 'A' I just want the 0.5 ems text and the 0.7 ems text > to get 'bigger' without having to code it for every div and span on every > page. > Of course not. You do this: body { font-size:1em; } // or whatever or: #wrapper { font-size:1em; } And when you want to incre

Re: [css-d] left margin on styled list in IE

2005-10-31 Thread Linda H
>I've got a chunk of page that renders as I expect in firefox, but shows >a big offset in ie. I can't seem to find where it's coming from. What I understand is that you need to put a margin-left: 0 on the list (not sure if it is at the UL or the LI level. IE doesn't remove the space where the b

Re: [css-d] Put gap in list styled for navigation IE problems

2005-10-31 Thread Christian Montoya
> Thanks Christian > > That fixed it. I can't figure out why, though. Is there some connection > between specifying width and border display? Or is it just an IE thing? > Anyway, you sorted it out in the nick of time. I owe you. > The problem was that IE doesn't support display:border, but it do

Re: [css-d] site check - Omega-Tek.com

2005-10-31 Thread Michael Wilson
Travis Barden wrote: > http://www.omega-tek.com/index.php Hi, Firefox v1.0.7, Windows XP-SP2 I don't think it's been noted yet, but at 800x600 I get a slight (about 30px) horizontal scroll. On some of the content in the center column overflows th

[css-d] white space in listitem menu

2005-10-31 Thread Andrea Black
Have you fixed this? Because I can't see the whites-space problem you are talking about. I am looking in IE. Andrea Black This message and any attachments should only be read by those persons to whom it is addressed and be used by them for its intended purpose. It must not otherwise be

[css-d] text sizes and css

2005-10-31 Thread ross
Hi, Is there a way I can change the text size in a relative way (equivalent to pressing the larger button in your browser) without using loads of style sheets?? I have lots of text on a page, all of it relative (ems) do not want to make alternative style sheet for for the widget I am creating

[css-d] white space in listitem menu

2005-10-31 Thread Maarten Reynders
Inventis MailHi, I'm building my first "table-less" site with s and css. But now I've got a problem which is driving me nuts for over 3 hours. You can check the site at http://www.inventis02.be/. In firefox everything is fine, but when you check it in internet explorer, you can see every button

Re: [css-d] Tiling pictures

2005-10-31 Thread David Dorward
On 31/10/05, Bill Littman <[EMAIL PROTECTED]> wrote: > I have a div which holds my content. On one page, it consists of 6 JPEGs > which are tiled 2 by 3 to make a larger picture. I have the tiles layed > out correctly, but I have a few pixels between each tile. How to I > squeeze the pictures so t

Re: [css-d] Tiling pictures

2005-10-31 Thread ross
What browser are you viewing it in? Are you using absolute positioning or relative/floating divs? Usually I would set the padding/marginns to 0, have a holding container and float all the Divs left. The third and fifth image (row 2 image 1, row 3 image 1) you would add clear:left to the CSS so

[css-d] Tiling pictures

2005-10-31 Thread Bill Littman
I am a software engineer who is a website newbie. I am rewriting a website and have decided to use strict CSS. So far it is going well, but I am having one problem I cannot figure out. I have a div which holds my content. On one page, it consists of 6 JPEGs which are tiled 2 by 3 to make a larg

Re: [css-d] Put gap in list styled for navigation IE problems

2005-10-31 Thread Paul Jinks
Thanks Christian That fixed it. I can't figure out why, though. Is there some connection between specifying width and border display? Or is it just an IE thing? Anyway, you sorted it out in the nick of time. I owe you. Paul Christian Montoya wrote: >>First - big thanks to everyone who repli

Re: [css-d] image replacement techniques

2005-10-31 Thread ross
Thanks was simple. Just create a class for all the stuff I don't want to see. Was trying to 'over egg the pudding'. I told the client to render all of the text in HTML but what can you do? R. - Original Message - From: "Graham Cook" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; Sent:

Re: [css-d] background

2005-10-31 Thread ross
No not really...You should try creating a repeating background gradient and set it to repeat only in the x direction, so as the screen expands so does the gradient. R. - Original Message - From: "Abyss Information" <[EMAIL PROTECTED]> To: Sent: Monday, October 31, 2005 11:46 AM Subjec

[css-d] background

2005-10-31 Thread Abyss Information
Hi all Can you stretch a background image like a windows desktop? i wish to have a gradient background and i wish to stretch it based on the resolution thanks heaps Abyss __ css-discuss [EMAIL PROTECTED] http://www.css-discu

Re: [css-d] image replacement techniques

2005-10-31 Thread Graham Cook
Ros, One technique I have used before is to do something like this: #siteHeading { float:left; background: url(../images/logo2.gif) no-repeat top left; height:105px; width:155px; } #siteHeading h1{ margin-bottom: 0px; display:none;

Re: [css-d] image replacement techniques

2005-10-31 Thread Tony Crockford
[EMAIL PROTECTED] wrote: > I have a series of background images.for example > > http://www.blue-fly.co.uk/test/who_we_are_03.jpg > > > As you can see, the images contain some headings (who we are, what > we do) that are part of the background image(not HTML) . I would > like to insert text t

Re: [css-d] image replacement techniques

2005-10-31 Thread Graham Cook
Hi Ros, Just the jpg doesn't tel us much, do you have any code or mock-up page as an example. From first glance I would not put this text in the background image, but can't give you much more help without seeing what you are trying to achieve. Graham Cook www.Uaoz.com -Original Message-

Re: [css-d] image replacement techniques

2005-10-31 Thread Rimantas Liubertas
<...> > The problem is using image replacing techniques... #container span {display: > none;} or one of the more advanced techniques (leathy/langridge) I have used > all the common tags (, , ) in the #container. > > Do we have a way of creating custom tags in CSS ()?? Or can we create > extra pa

[css-d] image replacement techniques

2005-10-31 Thread ross
I have a series of background images.for example http://www.blue-fly.co.uk/test/who_we_are_03.jpg As you can see, the images contain some headings (who we are, what we do) that are part of the background image(not HTML) . I would like to insert text that when the style sheet is switched of

[css-d] a R.hand div ducking under a Left hand div when window narrowed in IE6

2005-10-31 Thread peter newton
Hello All, I'm sure this problem has been covered if someone could point me to the solution. If you cut and copy the code below I have created 2 html files both using the same css file. Beneath a linkbar which stretches across the window. I have 2 divs side by side. The left one is the nav div and

Re: [css-d] Suckerfish blues (again)

2005-10-31 Thread Bob Smith
Graham, An alternative I have used is to look at the original suckerfish dropdown which gives a drowp-down background image and intergrate it into the revised suckerfish model. You need to create a class for the 'parent' items and another for the 'child' items. This works in most browsers but not