[css-d] feeding different body tag to different pages. How

2005-05-13 Thread Karl Bedingfield
Hi there, I want to change the background image (used for faux columns) on certain pages. The bg image is in the body tag like so .. html, body { background: #E0DDD6 url(/images/bbg.gif) repeat-y 50% 0; font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif; text-align: center;

[css-d] Site check - IE width problem

2005-05-13 Thread Mike Davies
I have a problem with this page in IE. The page renders correctly in Opera and Firefox. There are three floated columns inside a container div. rightcol w=160px, leftcol w=160px, contentcol w=430px all have padding, margin and border =0. wrap has width 755px. IE renders the rightcol below the

Re: [css-d] Site check - IE width problem

2005-05-13 Thread jack fredricks
3px bug? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Re: [css-d] Two inline lists - one left, one right

2005-05-13 Thread Rob Freundlich
On Thursday, May 12, 2005 4:51 PM [GMT+0100=CET],Ingo Chao [EMAIL PROTECTED] wrote: Rob Freundlich schrieb: I've been offered two approaches: My browser support requirements are IE 6 and Netscape 7. Both approaches work in both browsers. Given that, does either approach have an advantage

Re: [css-d] I hope this is the last time

2005-05-13 Thread Lorin Rivers
On May 13, 2005, at 2:59 AM, Ingo Chao wrote: Lorin Rivers schrieb: Allright, Design change required a little tweaking to get it to this point. Now the top section is ~55px too tall. In IE6 only, of course. I've taken all the heights, widths, and most padding and margin in an effort to

Re: [css-d] feeding different body tag to different pages. How

2005-05-13 Thread Jan Brasna
Sure - body id=about, body id=contact etc. ... -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ --

Re: [css-d] Safari 1.3 and a:hover question

2005-05-13 Thread Phillip Hollweg
Philippe: Updating the styles to use the complete set of pseudo-classes (link, visited, hover, active) has made it work for me as expected -- thanks for your help. Phillip On May 12, 2005, at 8:39 PM, Philippe Wittenbergh wrote: It works just fine here (both Safari 1.2 and 1.3), based on that

Re: [css-d] something weird in Linux

2005-05-13 Thread Marcus Williams
On 13/05/2005 15:54, Barbara Dozetos wrote: For some reason, the leftnav box appears too high on the page in Mozilla and FF on the initial load. A refresh of the page puts it where it belongs. I'm seeing the same problem on FF 1.0.4 in windows XP as well so I doubt its a linux specific bug.

RE: [css-d] something weird in Linux

2005-05-13 Thread Dennis Bixler
FWIW, it does it in Firefox 1.0.4 on WinXP but only on the first load of the page, or if you clear the cache and the load the page. Not sure what's causing it but it could be that something is slow in loading above and the position on the page has no viable reference yet. I normally notice this

Re: [css-d] Why isn't my active list item showing up properly?

2005-05-13 Thread Faust
Andrew Mason wrote: Please take a look at this site: http://www.pandamouth.org/test/ I'm using a background image that I shift around to make the bullets. I'd like the active link to have a white bullet point(just like it does for a:hover), but for some reason when I assign the active_bullet

Re: [css-d] PHP and CSS

2005-05-13 Thread Martin . C . Austin
Sarah Atkinson wrote on 05/13/2005 10:25:55 AM: Out of curiosity can you use PHP with in a CSS. Like maybe have a list of background images located in a DB and PHP select and insert on into the CSS. and possibly even have the user define things like font size, font color, background color,

Re: [css-d] PHP and CSS

2005-05-13 Thread Jack Keller
Sarah Atkinson wrote: Out of curiosity can you use PHP with in a CSS. Like maybe have a list of background images located in a DB and PHP select and insert on into the CSS. and possibly even have the user define things like font size, font color, background color, and typeface. Sarah You can

Re: [css-d] PHP and CSS

2005-05-13 Thread Marko Locher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sarah Atkinson wrote: Out of curiosity can you use PHP with in a CSS. Like maybe have a list of background images located in a DB and PHP select and insert on into the CSS. and possibly even have the user define things like font size, font color,

Re: [css-d] PHP and CSS

2005-05-13 Thread Ken Robinson
Quoting [EMAIL PROTECTED]: Sarah Atkinson wrote on 05/13/2005 10:25:55 AM: Out of curiosity can you use PHP with in a CSS. Like maybe have a list of background images located in a DB and PHP select and insert on into the CSS. and possibly even have the user define things like font size, font

[css-d] CSS and me

2005-05-13 Thread Benjamin Kirkby
http://ben.web.arizona.edu/today/fixed.htm Here is the problem. I have been working on this site for a few weeks now, trying to lay the whole thing out using css. Every time I get the design to work properly in one browser, it breaks in another. Since I work for a public university, this is not

Re: [css-d] CSS and me

2005-05-13 Thread [EMAIL PROTECTED]
Which browsers doesn't it work with? I can't see any problems with FF 1.04 and with IE6. Are you required to make it look good in older browsers? Can you look at the log files and determine what browsers visitors are using?

Re: [css-d] CSS and me

2005-05-13 Thread [EMAIL PROTECTED]
Also, Validate code first. Your issues may be as easy as that? You have a bunch of xhtml errors. Most might not matter, but when I did a css validation it choked on the xhtml, so I think this is worth looking at first. Joel Goldstick

Re: [css-d] something weird in Linux

2005-05-13 Thread Ingo Chao
Barbara Dozetos schrieb: Great hint, Paul. Could those of you who saw the problem before please try this page and see if I've fixed the problem? http://www.pcc.com/welcometest.html From bad to worse in Moz1.6/Win. Now the leftnav stays wrong until reload. Outlined img here: Note that the height

RE: [css-d] something weird in Linux

2005-05-13 Thread Dennis Bixler
As already posted it still doesn't work. Dennis -Original Message- From: Barbara Dozetos [mailto:[EMAIL PROTECTED] Sent: Friday, May 13, 2005 11:49 AM To: 'CSS Discussion Group' Subject: Re: [css-d] something weird in Linux Great hint, Paul. Could those of you who saw the problem

[css-d] IE rendering bug, invisible text involving 3 divs and 3 CSS styles

2005-05-13 Thread Justin Patrin
FYI, I've posted this bug to quirksmode.org but it hasn't shown up yet. Hopefully it will soon. A short description: This rendering bug in Internet Explorer 6.0 causes text in a div with a background color followed by a div which floats to the left and another which is clear on the left to be

Re: [css-d] Site check - IE width problem

2005-05-13 Thread Lothar B. Baier
Hi! Mike Davies schrieb: I have a problem with this page in IE. The page renders correctly in Opera and Firefox. There are three floated columns inside a container div. rightcol w=160px, leftcol w=160px, contentcol w=430px all have padding, margin and border =0. wrap has width 755px. IE

Re: [css-d] ie6 problem w/ screen shots

2005-05-13 Thread Donna Jones
ah Bruno how can I *thank you* fixed fixed fixed. that's one i won't forget, you can count on that! best regards and cheers! Donna Bruno Fassino wrote: Donna Jones wrote: i'm having a problem with ie6 http://www.westendwebs.net/litmed/lm_program.html You have italics in that page,

[css-d] Head Scratchers

2005-05-13 Thread Frank McClung
I'm new to CSS, so please forgive these very simple questions. I'm working on a CSS based site for a client and am : 1. Having problems in IE getting the boxes on the right to line up in the right column (#nextstep and #ebay) to line up and #submast to show up. 2. #nextstep and

Re: [css-d] site check please!

2005-05-13 Thread Tom Livingston
On Fri, 13 May 2005 14:39:36 -0400, anthony croshaw [EMAIL PROTECTED] wrote: I have no way of checking macs, cheers Ant http://www.onceuponatimenursery.com http://www.onceuponatimenursery.com/ Looks good in Safari 1.3 and Opera 8b1 except in both, the pages scroll down much farther than

[css-d] I Need A Comparison

2005-05-13 Thread Dwight Stegall
I need for someone to look at the following page. Please look at it with both WinIE6.0 and FireFox and tell me if it looks different in FireFox. http://dwight.tendirect.com/colorsafeie-2.htm Later when I'm finished the cursor won't appear as a hand when FireFox users move their cursor over it. I

[css-d] centering nested list output...

2005-05-13 Thread Deep Third Man
I am working my way through TJKDesign's excellent tutorial on its TJK Dropdown Menu: http://www.tjkdesign.com/articles/dropdown/3.asp http://www.tjkdesign.com/articles/dropdown/demo.asp My sample page: http://www.shrikhande.us/CSSMenu/test.cfm The relevant CSS and js files:

[css-d] Space below left nav

2005-05-13 Thread Ian Anna-Ruth Rutgers
Thank you everyone for your help with my work on this page. The problem with the footer has been resolved. My remaining issue is with the space below the left navigation. I would love it if someone would point out how to get the grey background of the left navigation to continue to the bottom

[css-d] Space below left nav

2005-05-13 Thread Ian Anna-Ruth Rutgers
Thank you everyone for your help with my work on this page. The problem with the footer has been resolved. My remaining issue is with the space below the left navigation. I would love it if someone would point out how to get the grey background of the left navigation to continue to the bottom

RE: [css-d] dumb question

2005-05-13 Thread Jon Jensen
That's just the way it's defined. Id's in HTML are comparable to variable names in programming languages, which generally have similar restrictions. From the HTML spec: ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits ([0-9]),

[css-d] Line-Heights

2005-05-13 Thread Richard Brown
Hi I am trying to play with line heights on the following page: http://arts.cregy.net/pages/pager.php I would like the word Restormel to sit on top of the word Arts and I can't seem to achieve this. Can anybody help please? Css at http://arts.cregy.net/styles/pages.css Thanks Rich

[css-d] CSS-filter MSIE 5/PC

2005-05-13 Thread Uwe Kaiser
Hi, I try to use a filter in order to hide css from all of the browsers, exept MSIE 5/PC. Given is following HTML-markup: div id='Nav' ul li item 1 /li li item 2 /li li item 3 /li li item 4 /li /ul /div #nav li { margin: 0; } #nav li { /* MSIE 4 and 5 /PC

[css-d] transparent back ground patterns.. anyone?

2005-05-13 Thread fokuss
Hello, I have been trying to find a good method to create (or a site thathas some tutes) tiling background images that are frequently seen on CSS based sites. I have a site I am working on right now and I cant seem to find a good source since the term back ground image is quite vague when

Re: [css-d] Line-Heights

2005-05-13 Thread Akins, Chris
I'm no CSS expert by any stretch, but I think what you're wanting to do is to use margins for these two elements rather than line-height to achieve what you want. Set margin-bottom for the h1 and margin-top for the h2 to something explicit and play with the values until you get the desired

Re: [css-d] CSS-filter MSIE 5/PC

2005-05-13 Thread Jeroen van der Goorbergh
hey, p\roperty: value; filter not approprate for your IE5 problem? http://www.dithered.com/css_filters/css_only/simplified_box_model.html ~jeroen On May 13, 2005, at 11:26 PM, Uwe Kaiser wrote: Hi, I try to use a filter in order to hide css from all of the browsers, exept MSIE 5/PC. Given is

Re: [css-d] Line-Heights

2005-05-13 Thread David Laakso
On Fri, 13 May 2005 17:15:14 -0400, Richard Brown [EMAIL PROTECTED] wrote: I am trying to play with line heights on the following page: http://arts.cregy.net/pages/pager.php I would like the word Restormel to sit on top of the word Arts and I can't seem to achieve this. css /*delete #header

Re: [css-d] IE rendering bug, invisible text involving 3 divs and 3 CSS styles

2005-05-13 Thread Ingo Chao
Justin Patrin schrieb: ... The Holly Hack probably does work, but I stumbled across this page: http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/haslayout.asp which says that the zoom property also gives a box layout. So I tried zoom: 100% in my div and lo and behold, it works.

Re: [css-d] something weird in Linux

2005-05-13 Thread Roman Rudenko
On Fri, 13 May 2005 08:42:29 -0700, Ingo Chao [EMAIL PROTECTED] wrote: Barbara Dozetos schrieb: http://www.pcc.com/ For some reason, the leftnav box appears too high on the page in Mozilla and FF on the initial load. A refresh of the page puts it where it belongs. I can reproduce something

Re: [css-d] IE rendering bug, invisible text involving 3 divs and 3 CSS styles

2005-05-13 Thread Philippe Wittenbergh
On 14 May 2005, at 10:05 am, Ingo Chao wrote: There might come the day when IE7-8 interpret height:1% without expanding the container by childs. As this hack was used to bugfix countless pages ... uh. Conditional comments are your friend in all those cases, especially for those potentially

[css-d] auto width td's

2005-05-13 Thread Scott Haneda
I have tabular data: table tr tdfoo/td tdfoo/td tr /table The tr... /tr parts repeat a few times, but anyway, I want them to just snug up against the type in them, which I can not seem to make happen, whereas a normal html table will see to do this just fine. --