Re: [css-d] Broken border in IE and Mac browser check

2006-01-24 Thread Christine Cé
Thanks to everyone who responded. I still have the problem though... :-( I hope someone can help! :-) To remind you: on this page: http://tinyurl.com/9me7n* http://www.eastlondonprintmakers.co.uk/beta/artists.htm the left border of the content div is broken in IE, and when scrolling up and

Re: [css-d] Broken border in IE and Mac browser check

2006-01-24 Thread Chris Ovenden
Just (re)joined the group, so apologies if this has been said before, but it looks to me like a manifestation of the peekaboo bug. The broken-upness changes as you scroll... However, I just tried it in IE7 b2 and the same thing is happening - and that bug is meant to have been fixed. Chris On

Re: [css-d] Broken border in IE and Mac browser check

2006-01-24 Thread Bruno Fassino
Christine Cé wrote: To remind you: on this page: http://tinyurl.com/9me7n* http://www.eastlondonprintmakers.co.uk/beta/artists.htm the left border of the content div is broken in IE, and when scrolling up and down, further bits of the border disappear. Such instabilities in IE can

Re: [css-d] Broken border in IE and Mac browser check

2006-01-24 Thread Christine Cé
Thanks Chris. Not much I can do about it then if it's an IE bug! But then what I don't understand is why it happens on some pages but not others??? Christine On 1/24/06, Chris Ovenden [EMAIL PROTECTED] wrote: Just (re)joined the group, so apologies if this has been said before, but it looks

Re: [css-d] Broken border in IE and Mac browser check

2006-01-24 Thread Holly Bergevin
From: Christine Cé [EMAIL PROTECTED] http://tinyurl.com/9me7n* http://www.eastlondonprintmakers.co.uk/beta/artists.htm the left border of the content div is broken in IE, and when scrolling up and down, further bits of the border disappear. adding {position: relative;} to div#content will

Re: [css-d] Is there a good Safari emulator for WinXP?

2006-01-24 Thread James Rankin
Hi there Tony, There's actually a Safari browser test page over at SafariTest: http://snugtech.com/en/safaritest I've sometimes used this meself even though I'm a mac user and only have access to Mac OS 9x type of browsers. James Rankin

Re: [css-d] Broken border in IE and Mac browser check

2006-01-24 Thread Christine Cé
On 1/24/06, Holly Bergevin [EMAIL PROTECTED] wrote: adding {position: relative;} to div#content will likely kill it. ~holly Yesss! you were right it has! Thank you thank you thank you :-) Thanks also to everyone who tried to help. Christine

Re: [css-d] Broken border in IE and Mac browser check

2006-01-24 Thread Christine Cé
Thanks Bruno, I will investigate. Christine On 1/24/06, Bruno Fassino [EMAIL PROTECTED] wrote: Such instabilities in IE can frequently be cured giving hasLayout to some containers [1]. In your case I would give it to your #content div, via something like: * html #content { height: 0 } or

Re: [css-d] Organizing CSS

2006-01-24 Thread jesse
Of course there's no one-right-way to do this, but here's what I would suggest. Have one master CSS file, say style.css, that every page references. Inside the style.css, put everything that is common across all brandings. You may even want to put the default branding in this file. Then, at

Re: [css-d] Broken border in IE and Mac browser check

2006-01-24 Thread Martin Heiden
Chris, on Tuesday, January 24, 2006 at 15:13 Chris Ovenden wrote: However, I just tried it in IE7 b2 and the same thing is happening - and that bug is meant to have been fixed. How could you do this? AFAIK IE7b2 isn't out yet, just beta1 and AFAIR in b1 the peek-a-boo bug is still alive...

Re: [css-d] Having a width and min-width in IE

2006-01-24 Thread cj
On 1/18/06, Jonathan Carter [EMAIL PROTECTED] wrote: I've seen people use the IE min-width hack, but I'm wondering if it's possible to have a percentage width, and a static min-width: #Container { width: 70%; min-width: 600px; } That way when the user's browser grows the

[css-d] RH column drops down in IE6/Win

2006-01-24 Thread 2geedesign
Hi Website link is http://www.debbiejoynes.co.uk/about.html CSS link is http://www.debbiejoynes.co.uk/stylesheets/main-style.css This layout is a 2 column liquid layout using percentage widths (taken from Dan Cederholm's book Bulletproof Web Design) A strange thing is happening on two of my

Re: [css-d] Horizontally scrolling pane pain

2006-01-24 Thread cj
If you look at the accompanying css file (test.css) you will see that I've got it working by adding: width: 2000px ; to the #picturecontainer div. Clearly as more (or less) pictures are in the pane the width will change, and the width of the picturecontainer div should adjust automatically

[css-d] Float breaking on page

2006-01-24 Thread Michelle W
Hello, I could use some perspective. I have the same 3 column pages for my site, but on the top12 page the div id=rightcolumn with the book link breaks to the bottom middle of the page. http://www.thetravelingmarathoner.com/test/top121.html The other pages with the same css work ok.?

[css-d] Float issue with Firefox and IE

2006-01-24 Thread Erik Domingo
Hi all, I'm in need of some help. At http://postureworks.bluelangroup.net/Customers_CaseStudies2.php, you can see I've used a table in the top part of the center column to display content. This table (contained with the #main element) is floated right. The problem is that Firefox displays the

Re: [css-d] Float breaking on page

2006-01-24 Thread cj
I could use some perspective. I have the same 3 column pages for my site, but on the top12 page the div id=rightcolumn with the book link breaks to the bottom middle of the page. http://www.thetravelingmarathoner.com/test/top121.html The other pages with the same css work ok.?

[css-d] Frames CSS layout

2006-01-24 Thread Richard Brown
Hi Guys I have been trying to use a frames technique on this site and I cannot get it working! The url is http://www.uzellacourtantiques.co.uk/aaa/ with css embeded. How do I get the content text to scroll please? Many thanks. -- Rich http://www.cregy.co.uk Embracing what God does for you is

Re: [css-d] div align=center

2006-01-24 Thread Paul Kahl
Also how do I align content center with div tags. I am trying not to use any tables. All I want is my navBar to align center on the page. It doesn't work with text-align or margin-left:auto;margin-right:auto; or align=center in the div tag. I can center using a table but I don't wnat to use any

[css-d] IE font size problems

2006-01-24 Thread Andrew
Hi, I'm getting reports that some installations of IE are rendering the font size in the title of this site, much, much larger than it is supposed to (pushing itself down over the menu). Yet all my testing, including browsercam, show me no problem. The site is at: http://205.150.110.77 I'm

Re: [css-d] IE font size problems

2006-01-24 Thread Emma Sax
Andrew wrote: I'm getting reports that some installations of IE are rendering the font size in the title of this site, much, much larger than it is supposed to (pushing itself down over the menu). Yet all my testing, including browsercam, show me no problem. The site is at:

Re: [css-d] Broken border in IE and Mac browser check

2006-01-24 Thread Daniel C. Jallits
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Regarding the following: How could you do this? AFAIK IE7b2 isn't out yet... I beg to differ http://www.newsvine.com/_news/2006/01/23/67996-windows-ie7-beta-leaked-14-new-screenshots -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (MingW32)

Re: [css-d] Frames CSS layout

2006-01-24 Thread bill
Hi Rich, If you give your #content a height: foo, that should do it. You'll have to play with the actual height to get the effect you want. For instance, in FF on my xp2 I declared a height of 325px and it filled the space you allotted, but this will vary wildly. HTH, Bill -Original

Re: [css-d] Float issue with Firefox and IE

2006-01-24 Thread Bryce Fields
On 1/24/06, Erik Domingo [EMAIL PROTECTED] wrote: Hi all, I'm in need of some help. At http://postureworks.bluelangroup.net/Customers_CaseStudies2.php, you can see I've used a table in the top part of the center column to display content. This table (contained with the #main element) is

Re: [css-d] Float issue with Firefox and IE

2006-01-24 Thread Erik Domingo
My apologies - I had left the CSS changed from one of my earlier attempts to fix this. I've changed it back so that there is a reference to #main table element. When that element is cleared:left, you can see the left nav cleared in FF. On 1/24/06, Bryce Fields [EMAIL PROTECTED] wrote: On

Re: [css-d] Broken border in IE and Mac browser check

2006-01-24 Thread Nick Fitzsimons
Regarding the following: How could you do this? AFAIK IE7b2 isn't out yet... I beg to differ http://www.newsvine.com/_news/2006/01/23/67996-windows-ie7-beta-leaked-14-new-screenshots Forwarding a link to an invitation-only site isn't actually that helpful... unless you were inviting us

Re: [css-d] IE font size problems

2006-01-24 Thread Gunlaug Sørtun
Andrew wrote: I'm getting reports that some installations of IE are rendering the font size in the title of this site, much, much larger than it is supposed to (pushing itself down over the menu). Yet all my testing, including browsercam, show me no problem. http://205.150.110.77 Try

[css-d] float problem in IE v. FF

2006-01-24 Thread Marty Martin
As usual, my code works perfectly in FF but breaks in IE. I know that's a shocker to you-all. Can someone point out what I need to do to fix this? I have the following code--- div id=header div style=float: left; img src=images/headers/winter_header.gif width=560

Re: [css-d] How to hold a vertical browser space ?

2006-01-24 Thread cj
On 1/20/06, Reynier Perez Mira [EMAIL PROTECTED] wrote: Hi list: In a web page I'm programming I have a table and I need that this table hold the vertical space in a browser. This is my CSS: [long code cut out] the code works just fine for me in both ff1.5 and ie6, though i didn't experiment

[css-d] how to vertically align text?

2006-01-24 Thread Francesco
I have a UL defined like so: ul.feeds { list-style-image: url(../Images/NewBlack01/feed-icon-16x16.jpg); list-style-position: outside; } ul.feeds li { margin: 0 0 10px 25px; } The text inside the LI appears lower slightly lower (almost subscripted) to the custom image. We usd to fix such

Re: [css-d] Floats Not Behaving in IE

2006-01-24 Thread cj
Page: http://www.springfieldmogov.org/egov/planning_development/planTest2.html CSS with the float rules in question: http://www.springfieldmogov.org/css/plan.css Additional CSS Page: http://www.springfieldmogov.org/css/pw_oper.css Problem: Three floated divs at page bottom should be

[css-d] bugs on foxymcloud.com in firefox

2006-01-24 Thread Christian Montoya
The following site: http://www.foxymcloud.com is buggy in Firefox 1.07. I don't see these problems in Firefox 1.5. The first problem is on initial page load the page is extremely long... lots of empty space after the footer. Fixes itself on window resize. The second problem is the corners in the

Re: [css-d] Float breaking on page

2006-01-24 Thread Michelle W
On 1/24/06, cj [EMAIL PROTECTED] wrote: I could use some perspective. I have the same 3 column pages for my site, but on the top12 page the div id=rightcolumn with the book link breaks to the bottom middle of the page. http://www.thetravelingmarathoner.com/test/top121.html The

Re: [css-d] how to vertically align text?

2006-01-24 Thread Matthew Levine
On Jan 24, 2006, at 3:30 PM, Francesco wrote: The text inside the LI appears lower slightly lower (almost subscripted) to the custom image. We usd to fix such things with vertical-align: middle; before CSS. How is this corrected now? Francesco, This is often a headache for me, too. I'd

[css-d] Is redefining a property within CSS appropriate?

2006-01-24 Thread Peach Lynda L CTR USAF 96 CG/SCTA
The CSS Validator had this to say about the following bit of CSS: Property redefined. The shorthand property 'border' already defines 'border-top.' CSS involved: #sidebar{ font: 80% Arial, Helvetica, sans-serif; float:right; width: 20%; border: 1px solid #036; border-top: none;

Re: [css-d] Is redefining a property within CSS appropriate?

2006-01-24 Thread Matthew Levine
On Jan 24, 2006, at 4:27 PM, Peach Lynda L CTR USAF 96 CG/SCTA wrote: I thought it would make more sense to define all the borders then set the border-top to none. Now it works -- but my question are -- Is redefining as I have done above valid CSS? And is it -appropriate- CSS? Lynda, I

Re: [css-d] Is redefining a property within CSS appropriate?

2006-01-24 Thread Jan Brasna
Is redefining as I have done above valid CSS? Yes. And is it -appropriate- CSS? Yes. -- Jan Brasna :: www.alphanumeric.cz | www.janbrasna.com | www.wdnews.net __ css-discuss [EMAIL PROTECTED]

[css-d] weird rendering problem in IE 6

2006-01-24 Thread Will Wyatt
Hi all. I'm trying to create the layout for a new site. I'm using the wonderful Ruthsarian layouts (http://webhost.bridgew.edu/etribou/layouts/). So far, I'm only really trying to change one thing. I'm trying to add a separate background color in the center column on my test layout site which can

Re: [css-d] weird rendering problem in IE 6

2006-01-24 Thread cj
i don't know a fix, but i can add more details from when i looked at the page (ie6, winxp). after a first page view of this page, a hover from me over any part of the #will div brought the bg color up. after a refresh, i had to hover over a *link* to get any bg to show up, and then it only

Re: [css-d] Frames CSS layout

2006-01-24 Thread Roger Roelofs
Richard, On Jan 24, 2006, at 11:44 AM, Richard Brown wrote: I have been trying to use a frames technique on this site and I cannot get it working! The url is http://www.uzellacourtantiques.co.uk/aaa/ with css embeded. I'm not sure ie/win is up to this, but with a good browser you can do

Re: [css-d] weird rendering problem in IE 6

2006-01-24 Thread Holly Bergevin
From: Will Wyatt [EMAIL PROTECTED] http://willwyatt.com/test/index.html #will { background-color: #333;c } For some reason, in IE 6 the background color only shows up when you trigger one of the hovers on the page. Add the following to your HTML page just before the close of the head

[css-d] Default font size frustration in IE 6

2006-01-24 Thread Bruce MacKay
Hi folks, I've been teaching myself CSS - most recently via Dan Cederholm's book Bulletproof Web Design - and I'm having a strange problem with font sizing in IE6. My test page (http://temporarius.massey.ac.nz/test6.asp) looks fine when I view it through FF, NS, Opera and IE6 on my

Re: [css-d] how to vertically align text?

2006-01-24 Thread Michael Hulse
On Jan 24, 2006, at 2:12 PM, Matthew Levine wrote: On Jan 24, 2006, at 3:30 PM, Francesco wrote: The text inside the LI appears lower slightly lower (almost subscripted) to the custom image. We usd to fix such things with vertical-align: middle; before CSS. How is this corrected now?

[css-d] Page layout in a container

2006-01-24 Thread Mike Tuller
I am trying to design a page that has a set container that adjusts when you change the size of the page. I am using float, and I am having a problem where the background does not show up when you use a table. In my case, for a form. Can someone explai to me why the background is not white as I

Re: [css-d] Page layout in a container

2006-01-24 Thread Roger Roelofs
Mike, On Jan 24, 2006, at 8:41 PM, Mike Tuller wrote: I am trying to design a page that has a set container that adjusts when you change the size of the page. I am using float, and I am having a problem where the background does not show up when you use a table. In my case, for a form. Can

Re: [css-d] Default font size frustration in IE 6

2006-01-24 Thread Gunlaug Sørtun
Bruce MacKay wrote: http://temporarius.massey.ac.nz/test6.asp However, when I shifted the test page onto my server, the fonts look one size too big in IE6 at its default text size of medium, while they continue to look correct in FF, NN, Opera and IE6. What am I missing here - what basic

[css-d] Tabs, Border and IE Windows

2006-01-24 Thread Yazmin Media
I'm trying to setup a horizontal tabbed layout that marks the tab that corresponds to the currently displayed page. The tabs look as they should in FF (win/mac) and Safari, but IE isn't recognizing that I am telling it to make the bottom border on the active tab white. I can see that the problem

[css-d] float problem in FF

2006-01-24 Thread Theoracle9
hi, I am a newbie. My css works in IE, but not FF. I tried using floats. Please help thanks http://www.badcreditdeleter.com I validated the XHTML and CSS and it still does not work in Mozilla thanks again www.sharpindividuals.net

[css-d] transparent background issue with IE

2006-01-24 Thread Stan Winchester
Using FF 1.5 NS 8 the div tag id outer I've set the background-color to transparent it renders as I wanted, but in IE 6 shows the background black (look under the FAQ button - My client insist on using the graphic button menu). It seemed the black is coming from the color selector in the body

[css-d] alignment problem - Opera and Safari

2006-01-24 Thread Don Hinshaw
Hello all, I am having problems with one element that I can't get to left align in Opera 8.5 (Win2K) and Safari 1.2+ The page is here: http://66.117.159.181/products_portfolios.php The CSS is here: http://66.117.159.181/pkp_styles.css The element in question is the title graphic (Portfolios of

[css-d] alignment problem - follow-up comment

2006-01-24 Thread Don Hinshaw
Hi list, Regarding my previous post: I just found that if I floated the title image to the left #main img { float: left} and followed it with a clearing div the problem resolves itself. However, (a) it seems like a rather inelegant solution, and (b) I don't exactly understand why it works...or

[css-d] Liquid Box

2006-01-24 Thread Brian Ogden
I am trying to make a liquid box with four image corners and repeating images for the four sides. FF is being more cooperative then IE of course but both are confusing me. If possible could I have a explanation along with the fix. I have added a border to the parent div tag for the floating box