Re: [css-d] Site Test - minority browsers

2006-08-25 Thread cappellano
http://www.newhanoian.com/details.php/venueid/2 -> On FF 1.5.0.6 for Linux (gentoo in my case) it looks okay, but the layout is complete messed up when I resize font. On Epiphany it worked okay. Worked on Seamonkey as well. I dont use KDE, so I cant test it on Konqueror. The font-resize issue hap

Re: [css-d] Site Test - minority browsers

2006-08-25 Thread Gunlaug Sørtun
Tom Lancaster wrote: > http://www.newhanoian.com/details.php/venueid/2 Extremely weak when subjected to font-resizing - especially in IE6. The 'italic bug'[1] is pushing center-column too wide at some steps - making it drop. IE6 doesn't respect declared width and will instead auto-expand to make

[css-d] Site Test - minority browsers

2006-08-25 Thread Tom Lancaster
Hi Again, thanks to help from this community I believe most of the layout kinks of my site have straightened, at least for IE6 and FF. I'd appreciate it if anyone with a minority browser ( particularly safari and linux browsers ) could take a peek at the two following example pages and let me

Re: [css-d] Site testing

2006-08-25 Thread Grady Kelly
On 8/25/06, Andy Mosmiller <[EMAIL PROTECTED]> wrote: > I am also interested in how you guys test on various platforms. Do you > have special software? Andy, I have heard that SiteVista is very good at doing what you want. http://www.sitevista.com/ Grady Kelly ___

Re: [css-d] Weird Firefox Hidden input forms and background image issue

2006-08-25 Thread Grady Kelly
On 8/25/06, Jade True <[EMAIL PROTECTED]> wrote: > There are two input type="hidden" form entries there, and I'm > guessing they are causing this? There is a background image in the > css behind the login form. Couldn't you just add this style to your stylesheet: .hidden { display: none;

[css-d] Weird Firefox Hidden input forms and background image issue

2006-08-25 Thread Jade True
At least that's what I think what's going on. Check out http://www.zencart13.jadetrue.com/ There are two small white rectangles to the left of the search form. There are two input type="hidden" form entries there, and I'm guessing they are causing this? There is a background image in the cs

[css-d] Site testing

2006-08-25 Thread Andy Mosmiller
Hi all. Would anyone mind testing my new design website on mac browsers? Before I put it up in a permanent location, I'd like to make sure I'm meeting the promises I make on my "web" page. One note - the email contact form does not yet function, as I have not yet found or had a friend help out w

Re: [css-d] IE text drawn on top of floated images

2006-08-25 Thread Gunlaug Sørtun
>> http://www.thelindyproject.com/about_miker.html While you're at it: add... #copyright p {position: relative;} ...to make that tiny text visible too. Also a note regarding separate styles and corrections for IE/win, hidden in a 'conditionally commented' stylesheet. I didn't feed any correcti

Re: [css-d] IE text drawn on top of floated images

2006-08-25 Thread Gunlaug Sørtun
Michael Roberts wrote: > IE doesn't like it and the text writes on top of the images. Looks > fabulous in Firefox though... How can I get IE to behave, or should > I do something completely different than what Eric describes in > Ragged Float? > > http://www.thelindyproject.com/about_miker.h

Re: [css-d] Two interesting problems

2006-08-25 Thread ~davidLaakso
Kay C. Tien wrote: > 1) Win XP, IE 6, there's a white gap between the header banner and > the menubar. Doesn't show up in FF. > 2) I put a id=current for the Home on the menubar, but it's not doing > anything. It should be blue. > http://kaytest.clarityconnect.com/rightangle/index.html > Kay >

Re: [css-d] Two interesting problems

2006-08-25 Thread Kay C. Tien
At 08:30 PM 8/25/2006 Friday, you wrote: >This: > >#current a:link { > color: #FF; > background: #CC; >} > >should be this: > >a#current:link { > color: #FF; > background: #CC; >} That didn't work either. I tried moving the id="current" to the ta

Re: [css-d] Two interesting problems

2006-08-25 Thread Shelly
This: #current a:link { color: #FF; background: #CC; } should be this: a#current:link { color: #FF; background: #CC; } As for the gap - I don't see it in either IE6 *or* 7. Is your cache cleared? ~Shelly

[css-d] Two interesting problems

2006-08-25 Thread Kay C. Tien
Hi All, I put this together in a hurry, but two things are bothering me: 1) Win XP, IE 6, there's a white gap between the header banner and the menubar. Doesn't show up in FF. 2) I put a id=current for the Home on the menubar, but it's not doing anything. It should be blue. http://kaytest.c

Re: [css-d] Phantom mirror text in IE 6x Win

2006-08-25 Thread ~davidLaakso
Jared Stein wrote: > 1. On Windows IE 6, the left-hand div "article" box shows a large gap > where the ul is. No such behavior in Firefox, and the gap is closed when > the ul is set to display: none. Is not solved by controlling ul/li > margin/padding. > Dunno. BTW, Tidy reports: line 71 ul ...a

[css-d] Phantom mirror text in IE 6x Win

2006-08-25 Thread Jared Stein
Here's a weird one I encountered... This page is using 3 div.article partitions to do some (slightly uncomfortable) curved corner boxes. Everything seems to be fine in Windows Firefox. Get some freaky behavior in IE 6 (surprise surprise). I'm currently troubleshooting, but here's a synopsis of the

Re: [css-d] IE text drawn on top of floated images

2006-08-25 Thread Michael Roberts
Oh, IE also has an issue with the css that makes the green title along the side extend to the bottom of the screen. In IE the page scrolls for ever. Any ideas how to make that behave would be much appreciated. Happens on the same page I listed below: http://www.thelindyproject.com/about_miker.htm

[css-d] IE text drawn on top of floated images

2006-08-25 Thread Michael Roberts
First time asking a question. This is a great list though, very glad its around. I'm using the ragged float method described by Eric Meyer at http://meyerweb.com/eric/css/edge/raggedfloat/demo.html As warned in the article, IE doesn't like it and the text writes on top of the images. Looks fabu

[css-d] CSS-generated Text Problem

2006-08-25 Thread Robert Tilley
I have a menu on my site that points to various HTML files. These files have a description of each menu item. In a previous version of my site, each menu item would open the description file within a frame in the window. Can someone please tell me if the following is possible with CSS? I woul

[css-d] aligning a shadow background image in FF

2006-08-25 Thread Debbie Campbell
I'm having a problem with the shadow image of my footer div in FF, but only on one of two pages. It looks fine on both pages in IE. Take a look at the footer here: http://www.parallaxwebdesign.com/projects/ccs/files/templates/t3/about_templ ate_sf1_stage.html The left shadow image is screwy, look

[css-d] anchor in table cell

2006-08-25 Thread Sean O'Hara
Hi All, I am trying to get an anchor to take up the entire space of a table cell. Currently I am not having any luck. Is this possible? Or if it's not directly possible is there some hack I could use? Currently I have this html: 1 Revolt (Le Tigr

[css-d] inline image issue

2006-08-25 Thread Shelly
Ooo...how very alliterate. :) I have a small problem that I can't believe I've run into before this. I'm trying to place an image inside a sentence. (Actually, the sentence is part of an unordered list - it's in the middle of one of the li tags). However, the image in question will not align

[css-d] IE css problems

2006-08-25 Thread Marcelo Wolfgang
Hi list, I'm having problems with some css in IE ( and who doesn't, how long before IE7 is mass adopted ?? ) here is the page: www.ricardogomyde6565.can.br/index_div.html and the css www.ricardogomyde6565.can.br/gomyde.css THe 2 problems I'm having is a 3 pixel gap in the background image in

Re: [css-d] Layout problems in IE windows

2006-08-25 Thread ~davidLaakso
patrick mattison wrote: > I'm working on my website, using a mac, and when I view it on IE > for windows the layout looks screwed up. > www.liquidscience.net > Patrick Mattison > It may be the absolute positioning of #navbar that causes the problem. Try a menu that does not use a:p. See if

[css-d] absolute position in IE

2006-08-25 Thread neal
hello - I am using absolute positioning that works in FF - - but does not in IE - yet the code shows up in view source in IE but does not render - anyone efver come across this? -i cannot offer a url at the moment - for the moment trust be that the css is well-formed thanks Neal _

[css-d] Printing Background Images (not a browser setting issue)

2006-08-25 Thread Donaldson, Sue
Hi All, We are having some problems with background images printing. I've looked through the archives (hopefully didn't just miss the solution) and the answer usually given is to change the browser setting; this is not the problem in our case. Our browser settings are already set to print backgro

[css-d] Layout problems in IE windows

2006-08-25 Thread patrick mattison
I'm working on my website, using a mac, and when I view it on IE for windows the layout looks screwed up. Also, since I don't have a PC and my Virtual PC stopped connecting to the internet after I installer OS 10.4 it's difficult for me to trouble shoot. I curse IE! If anyone has any sug

Re: [css-d] Rounded corners with transparency??

2006-08-25 Thread matt1027
At 10:33 AM 8/25/2006, you wrote: >Has anyone come up with a trick to meld a rounded corner, liquid height >DIV with a rather tall background URL that is a slice of the underlying >background thereby giving the illusion of transparency? Clear as mud? >Probably simpler if I show you an example of w

Re: [css-d] Displaying Hidden s

2006-08-25 Thread MarcLuzietti
George, This is a JavaScript/web standards question, and so off-topic, however; the proper way to do it would be to have the default CSS set to display, and then use an onLoad event to set those CSS classes to display:none;. You won't have to worry about . -- Marc Luzietti Flagship Project Ba

[css-d] Displaying Hidden s

2006-08-25 Thread George L Smyth
I have an FAQ page that lists questions and when the user clicks on the question the answer is displayed below. I am using JavaScript to flip the display style property of the answer. This works just fine. If one does not have JavaScript enabled I am using to set display to block, i.e. .FullI

Re: [css-d] IE6 Whitespace Problem with border & div...

2006-08-25 Thread ~davidLaakso
Zoe M. Gillenwater wrote: > ibn Ezra wrote: > > >>> , >>> I have two images stuffed inside a div that has a 4px border applied >>> top and bottom: >>> http://covenantwoods.com/beta/index.php >>> http://covenantwoods.com/beta/_stylesheets/base.css >>> >>> Looks as expected in Firefox 1.5 (Mac/

[css-d] relative positioning / z-index / render order--?

2006-08-25 Thread Jon Henderson
http://fbc.walknorth.com Ok the 's are ordered like this in the html. = menu_left menu_right menu_center = the css looks like this: = #menu_container { position: static; float: left; width: 30%; } #menu_left {

[css-d] Rounded corners with transparency??

2006-08-25 Thread Lynch, Michael
Folks, Has anyone come up with a trick to meld a rounded corner, liquid height DIV with a rather tall background URL that is a slice of the underlying background thereby giving the illusion of transparency? Clear as mud? Probably simpler if I show you an example of what I'm working on: http://

Re: [css-d] Beginners CSS

2006-08-25 Thread Zoe M. Gillenwater
Mike NA wrote: > Hi Im trying to learn CSS and would like some suggestions as to where to > start, thought this forum would be the place to attain the guidance to maybe > some sites or books that cater for CSS beginners, any help would be much > appreciated. > There's no need to have this discu

Re: [css-d] IE6 Whitespace Problem with border & div...

2006-08-25 Thread Zoe M. Gillenwater
ibn Ezra wrote: > On Aug 24, 2006, at 23:10 PM, ibn Ezra wrote: > >> Hi, >> I have two images stuffed inside a div that has a 4px border applied >> top and bottom: >> >> Page Example: >> http://covenantwoods.com/beta/index.php >> >> CSS: >> http://covenantwoods.com/beta/_stylesheets/base.css >>

Re: [css-d] Beginners CSS

2006-08-25 Thread Bethany
The book "Build Your Own Web Site the Right Way Using HTML and CSS" < http://www.amazon.com/gp/product/0975240293/sr=8-1/qid=1156511330/ref=pd_bbs_1/002-2229552-1272053?ie=UTF8 > seems like a good tool for beginners. I haven't had a chance to look at it myself but it looks like a great source and

Re: [css-d] picture is clipped or white space?

2006-08-25 Thread Zoe M. Gillenwater
[EMAIL PROTECTED] wrote: > http://videointegrations.com/odyssey/ > > And now for the finale; I HOPE! > I'm getting a white space on the bottom of the winevalley picture for > Opera and IE mac, looks fine in Saf/NS7.1 and various similarities with > IE 5 - 7 on windows 2000 and XP. PLEASE HELP! I

[css-d] Beginners CSS

2006-08-25 Thread Mike NA
Hi Im trying to learn CSS and would like some suggestions as to where to start, thought this forum would be the place to attain the guidance to maybe some sites or books that cater for CSS beginners, any help would be much appreciated. MIchael __

[css-d] IE7 css support update

2006-08-25 Thread Gilles DEMARTY
Hi all, just for your information : The IE7 blog [1] gives the last update on the CSS support in IE7, as of 22/08/2006, and the list of bugs they have corrected. The article suggest it is the support status for the shipping version. [1] http://blogs.msdn.com/ie/archive/2006/08/22/712830.aspx G