Re: [css-d] background-image and background-color question

2008-02-04 Thread Philippe Wittenbergh
On Feb 5, 2008, at 12:03 PM, Big Moxy wrote: > My question is can I combine the header image with the solid gray such > that the solid gray only appears at the top of the page? I know I'm > constrained by the pageDef width but wonder if there is another way. html {background: #ccc url(./stripped

Re: [css-d] background-image and background-color question

2008-02-04 Thread Gunlaug Sørtun
Big Moxy wrote: > My question is can I combine the header image with the solid gray > such that the solid gray only appears at the top of the page? I know > I'm constrained by the pageDef width but wonder if there is another > way. Only by adding another container that stretches with the page-c

Re: [css-d] [ccs-d] Problem width on div nested - IE 6

2008-02-04 Thread Gunlaug Sørtun
Luca Pellanda wrote: > http://win.fluiddesignlab.com/hydroven/ > > "Content Div" have some problem on IE6, it's too big (185px)... but > on IE 7, FF 1.5, FF2, Opera 9 work correctly. IE6 doesn't respect declared dimensions, and will always expand an element until its content fits inside - it's a

Re: [css-d] background-image and background-color question

2008-02-04 Thread Big Moxy
David, I didn't create the current site and want to distance myself as much as possible from it. I am converting it to .NET and making significant CSS changes too. Tim David Laakso wrote: > Big Moxy wrote: >> http://www.cargovango.com/misc_equip.htm > >> My question is can I combine the header

[css-d] Problem "width" on div nested - IE 6

2008-02-04 Thread Luca Pellanda
http://win.fluiddesignlab.com/hydroven/ "Content Div" have some problem on IE6, it's too big (185px)... but on IE 7, FF 1.5, FF2, Opera 9 work correctly. Can someone help me? Where is the bug? Thanks Luca __ css-discuss [EMAIL P

[css-d] [ccs-d] Problem width on div nested - IE 6

2008-02-04 Thread Luca Pellanda
http://win.fluiddesignlab.com/hydroven/ "Content Div" have some problem on IE6, it's too big (185px)... but on IE 7, FF 1.5, FF2, Opera 9 work correctly. Can someone help me? Where is the bug? Thanks Luca __ css-discuss [EMAIL P

[css-d] weird safari width issue

2008-02-04 Thread Josh Ghiloni
ok, i suppose "weird" isn't really apropos there. I have a 2-div layout. The left div's width is set to 180px and is a sidebar. The right div has no width or position set, and it just floats to the right of the div, and takes the remainder of its container's space up. Its overflow property is set

Re: [css-d] background-image and background-color question

2008-02-04 Thread David Laakso
Big Moxy wrote: > http://www.cargovango.com/misc_equip.htm > My question is can I combine the header image with the solid gray such > that the solid gray only appears at the top of the page? I know I'm > constrained by the pageDef width but wonder if there is another way. > > > Tim > Would

[css-d] background-image and background-color question

2008-02-04 Thread Big Moxy
Hi All, The background image on this page - http://www.cargovango.com/misc_equip.htm - is 2000px high and repeats at the bottom of the page. I have removed the top 108px and set a new repeating background that only contains the vertical lines. My question is can I combine the header image wit

Re: [css-d] Nested Horizontal Menu Problem

2008-02-04 Thread Thierry Koblentz
> I am trying to create a nested horizontal menu at the bottom of my Web > page. > > I got it to work just the way I'd like on a test page (where the menu > is > the only thing on the page): http://outtacontext.com/list5b.html. But > when > I put into my Web page, all the links are pushed together

Re: [css-d] printing online forms

2008-02-04 Thread Stephan Wehner
On Feb 4, 2008 12:47 PM, Richard Grevers <[EMAIL PROTECTED]> wrote: > On 2/2/08, Jessica Tanny <[EMAIL PROTECTED]> wrote: > > : : > By the way I'm not sure about the frustration level of asking people > to print a form which includes half a dozen select fields (they have > to remember to make all

Re: [css-d] printing online forms

2008-02-04 Thread Richard Grevers
On 2/2/08, Jessica Tanny <[EMAIL PROTECTED]> wrote: > > Hello -- > > I'm the webmaster for a regional archives organization who have asked me to > update an online member application form. > > They do not want members to email the form to them, but rather fill in the > form online, print it out,

[css-d] Nested Horizontal Menu Problem

2008-02-04 Thread Jeff Gates
I am trying to create a nested horizontal menu at the bottom of my Web page. I got it to work just the way I'd like on a test page (w

Re: [css-d] Crashing IE7 with CSS a.k.a. IE7 doesn't like button[value]

2008-02-04 Thread Merkey, Brett
> A few days ago, while testing for coherence in a webpage, IE7 > crashed on me. > I've isolated the "offending" code here: > http://www.mundoplus.tv/atnbueno/ie7crash.html > > After a few tests (actually, a lot of them) I've found it's > simply more of IE lack of support for the tag. No > CSS

Re: [css-d] What Margin Unit Does IE6 Want?

2008-02-04 Thread Gunlaug Sørtun
Chris Akins wrote: > www.springfieldmo.gov/egov/cityclerk/minutes_testHtags.html > > Everything is fine except for the items. > These are the left hand, called out headers. They are supposed to > line up vertically with the text to the right of them, which they do > everywhere but IE6 (don't

Re: [css-d] What Margin Unit Does IE6 Want?

2008-02-04 Thread Jim Davis
Chris, You may find it more efficient to zero out the margins etc. then set the variables to your liking. Thus your chosen rules will apply across all browser types. Something like: h2 { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; } Then enter h2 agai

[css-d] What Margin Unit Does IE6 Want?

2008-02-04 Thread Chris Akins
Validated page with included styles is here: www.springfieldmo.gov/egov/cityclerk/minutes_testHtags.html Everything is fine except for the items. These are the left hand, called out headers. They are supposed to line up vertically with the text to the right of them, which they do everywhere bu

Re: [css-d] site check please

2008-02-04 Thread David Laakso
Sandy wrote: > I am working on a web site, and I would be grateful if you could take > the time to look at a rough version of it, and let me know what you think. > > http://cantoraccess.com/beta_sandy2/index.html > > > Any comments or suggestions are much appreciated! > > > Sandy > > You may

Re: [css-d] search box

2008-02-04 Thread Jason Pruim
CSS won't help with the actual function of the search... just the way the results are displayed. I would recommend checking into one of the many scripting languages out there for searching. It also depends on what you are searching. Right now I am working on a website with a function for php

[css-d] search box

2008-02-04 Thread Terri Houston
Can someone help me with css code for a search box that stays within my website? I want the search to take the visitor to the item searched, not to a page of my own personal search engine. I hope I'm making my self clear. Thank you for your help. Terri www.ttcollectiblegifts.com

[css-d] Suckerfish Drop-Down breaks on IE6

2008-02-04 Thread John Gribben
Hello, I'm trying to make a sucker-fish-style drop-down menu (a hybrid that also uses sprites for the top level items), but it's not working on IE6. There seems to be a problem with the content div that sits immediately below the menu. If I isolate the menu from all other code on the page,

[css-d] Hover state background remains

2008-02-04 Thread Tim Offenstein
I'm helping out on a page (https://webtools.uiuc.edu/webservices/temp/toolbox.html) that uses Javascript for rollovers in the top navbar. I've replaced it with CSS on this page - http://www.ahs.uiuc.edu/toolbox/toolbox-2.htm - however when you follow any of the links and then come back to the

[css-d] site check please

2008-02-04 Thread Sandy
hello all, I am working on a web site, and I would be grateful if you could take the time to look at a rough version of it, and let me know what you think. http://cantoraccess.com/beta_sandy2/index.html the first level pages are all done, as well as the pages in the "presentations" section. "

Re: [css-d] scrolling in IE7 when you increase text size

2008-02-04 Thread Jukka K. Korpela
Sandy wrote: > http://cantoraccess.com/beta_sandy2/publications/paper01b.html#skip - - >> in IE 7 if you increase the zoom >> level (control in lower right corner) you have to do horizontal >> scrolling to read the entire text. Is this a quotation from somewhere? A user's report? Anyway, the ans

Re: [css-d] Noob with float/div problems

2008-02-04 Thread Arlen Walker
On Feb 2, 2008, at 12:53 PM, Ken Davies wrote: > I will be trying to see what this does with some adjustments, > thanks but please clarify > you show #banner each line. Is there a reason other than MY future > reference? Specificity. I wanted to only affect an img in the div id'ed as banner:

Re: [css-d] scrolling in IE7 when you increase text size

2008-02-04 Thread Sandy
Jason, Thanks for getting back to me. Sadly, a screen capture won't show me this. I need to be able to use the browser controls - the page only breaks when you increase the text size. It's ok as long as you don't mess with it. This is a great service, though, *way* faster than browsercam! Sand

Re: [css-d] scrolling in IE7 when you increase text size

2008-02-04 Thread Jason Pruim
Hi Sandy, I don't know how to fix it... but if you want to see what it's doing this is a great page: http://ipinfo.info/netrenderer/index.php On Feb 4, 2008, at 10:33 AM, Sandy wrote: > > hey all, > > http://cantoraccess.com/beta_sandy2/publications/paper01b.html#skip > > http://cantoraccess.

[css-d] scrolling in IE7 when you increase text size

2008-02-04 Thread Sandy
hey all, http://cantoraccess.com/beta_sandy2/publications/paper01b.html#skip http://cantoraccess.com/beta_sandy2/css/ca.css http://cantoraccess.com/beta_sandy2/css/menu2.css http://cantoraccess.com/beta_sandy2/css/ie6-hacks.css http://cantoraccess.com/beta_sandy2/css/ie7-hacks.css > in IE 7 if