[css-d] IE height bug

2012-10-24 Thread Brett Goodrich
it, in IE it doesn't. Any idea why? 2. Click on "Daily Bible Reading" under "Community" In Chrome there's a picture there, in IE it's gone. Where did it go? -bRETT __ css-discuss [css-d@lists.

[css-d] Hover Background Change

2012-07-18 Thread Brett Goodrich
he-courses/ and hover over "New Testament" where it's doing the same thing. Any ideas as to why it's changing the background on hover? -bRETT __ css-discuss [css-d@lists.css-discuss.org] http://www.css-disc

[css-d] IE Destroys Website

2012-06-19 Thread Brett Goodrich
could find the error I'd be grateful! I've no idea; IE doesn't have much by the way of developer help. -bRETT __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wi

[css-d] Picture Positioning Issue in FF

2011-08-05 Thread Brett Goodrich
You can view the error at http://ccbci.org/see-life/alumni/ In FF (I have 5.0) all of the pictures pile on top of each other in the top right corner. It works perfectly in Chrome 13.0 and in Internet Explorer 9.0. Thanks thanks in advance! Jesus loves you! -bRETT

[css-d] Text Not Wrapping

2011-05-24 Thread Brett Goodrich
http://ccbci.org/index-wp.php/?page_id=5 If you mouseover the first menu item, "theCOURSES", you will note that the bottom two child items don't line break but instead go off the side of the menu. Can anyone figure out why? I sure

[css-d] Safari z-index problem with navigation

2011-04-13 Thread Brett Goodrich
ccbci.org/index-wp.php In Safari the navigation isn't disappearing from the start, nor are the links clickable. Any ideas? -bRETT __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/

[css-d] Why is my menu floating down in IE7?

2011-03-16 Thread Brett Goodrich
Thanks in advance for any help in getting this code fixed! Been working on it for over few days now to no avail. Google is unhelpful. -bRETT __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/

[css-d] IE Positioning Bug

2011-03-08 Thread Brett Goodrich
th campindy.org. I've checked the files side-by-side and as far as I can tell there is no major change in the code whatsoever aside from URL changes. What would cause this? -bRETT __ css-discuss [css-d@lists.css-discuss

[css-d] IE not showing child popout of dropdown

2010-08-11 Thread Brett Goodrich
doesn't seem to be a z-index problem because the only thing behind the child is the page's background. Thanks for any help in advance. -bRETT __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mail

[css-d] IE z-index (possibly) problem

2010-07-29 Thread Brett Goodrich
ot;Test Child" when mousing over its parent it finds one instance of the phrase. But I have no idea where it actually is. Yes, I did a Google search (many of them, actually) and a cursory archive search. Thanks! -bRETT __ css-dis

[css-d] Divs not floating next to each other

2009-07-04 Thread Brett Fuhs
http://www.chiquebulletin.com/events.aspx The divs are dynamically being created by a SQLReader. The template is all tables, but the divs are being created inside a td. To see the divs being created easier, I made their back color silver to see if they line up, but they do not, and I only see 1 si

[css-d] Form in IE7 has no left margin

2009-02-19 Thread Brett
I have a site with a form on it and it displays correctly in IE6, FF3, Opera 9 on WIN, and FF3, Opera 9, Safari 3 on MAC. However, in IE7 WIN the form does not seem to have the 20px left padding as specified in the style sheet. Here's the link: http://www.banacreative.com/demo/waterline/comme

[css-d] vertical alignment question

2009-02-02 Thread Brett
How can I vertically align elements? I have an image gallery in which I want all images to be centered vertically and horizontally. The horizontal part is easy, but I can't figure out how to center vertically. Here are my styles: #pictureWrapper { position:relative; background-color:

Re: [css-d] IE6 absolute positioning problem

2009-01-24 Thread Brett
I should have mentioned that I have given the RP div #maincontent Height:1%; to force hasLayout, but this does not seem to work either. Brett wrote: I have an AP div nested inside a Relative Positioned div. The AP div shows perfectly in FF3 & Opera 9.x both Win & MAC, but in IE6 I can

[css-d] IE6 absolute positioning problem

2009-01-24 Thread Brett
I have an AP div nested inside a Relative Positioned div. The AP div shows perfectly in FF3 & Opera 9.x both Win & MAC, but in IE6 I can't even find the div?! This AP div is nested as follows: #wrapper #container #content #maincontent #thisAPdiv. I have tried everything to make this work inc

[css-d] Adding margins to the element

2009-01-19 Thread Brett
I have created the following hr class specifying margins. The curious thing is that I get a 20px bottom margin as expected, but I do not get a 20px top margin, why not? Also, the hr center itself in all browsers except IE6 (afaik). How can I get IE6 to center it? hr.divider { position:re

[css-d] IE6 problem with background color on H2 element

2009-01-08 Thread Brett
I am having a problem with IE6 rendering a background color on the H2 element *sometimes*. In my stylesheet I have: .news #news_list h2 { background-color:#000; line-height:36px; margin-left:0px; margin-right:10px; } .news #news_list h2 span { color:#fff; margin-left:20px

[css-d] question about combining descendant selectors

2009-01-08 Thread Brett
I'm wondering if combined selectors have a lower specificity than non-combined. For example in my stylesheet I have: .hm #events_snip .date, .article { color: red; } .hm #news_snip .date, .article { color: green; } On the page the .article class shows up green, even though it is NOT descendant

Re: [css-d] IE6 Win list-style problem

2008-12-16 Thread Brett
After further research I discovered that: Regardless of any declarations, IE6 will not display bullets on list items set to display: inline or floated. That is clearly my problem. I will try using a background-image bullet. __

[css-d] IE6 Win list-style problem

2008-12-15 Thread Brett
I have a feature box containing a ul which I want styled with bullets. For some reason, the bullets are not showing up in IE6 Win, they do show up in FF2 Win, FF3 Mac, Safari 3.2 Mac, and Opera 9.5 Mac. Following is an excerpt from my stylesheet. li.farray { width: 100px; float: left;

[css-d] Styling with cursor:pointer doesn't work in IE - what now?

2008-11-06 Thread Brett Leber
? We'd really like to use a "pointer" mouse cursor for the s since they are they only parts of the image map that are clickable. Thanks! Brett __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/list

Re: [css-d] Define text attributes only for Windows

2008-11-05 Thread Brett
David, Yes, both of the browsers are set to display the "normal" text size. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http:

Re: [css-d] Define text attributes only for Windows

2008-11-05 Thread Brett
Georg, Thanks. Of course you are right, there are way too many variables to make every OS and every browser look exactly the same, and it's a fools dream to attempt it. I really just want to have the text size a bit closer between the two platforms. I design on a MAC and I try to set text s

Re: [css-d] Define text attributes only for Windows

2008-11-05 Thread Brett
For example, Win2000 in IE6 and FF2.0, both browsers display the text much larger. David Laakso wrote: > Brett wrote: >> Is there a way to set text attributes separately for Windows/PC >> machines? Windows displays text larger than on a Mac so I'd like to >> adj

[css-d] Define text attributes only for Windows

2008-11-05 Thread Brett
Is there a way to set text attributes separately for Windows/PC machines? Windows displays text larger than on a Mac so I'd like to adjust all text for the PC to better match the MAC. Can this be done? I have used the underscore _hack to target IE, but I really need to target all PC/Windows

Re: [css-d] IE6 div border problem

2008-10-17 Thread Brett
Georg, Thanks, that worked great. And thanks for taking the time to answer. Best, Brett __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List

[css-d] IE6 div border problem

2008-10-17 Thread Brett
I have a long div with a border, which contains floated ul li elements. I have a clearing element after the last li element, so the div will expand to contain the floated elements, and the border will will surround everything. It all works well in FF, Safari, and Opera, and even works initially i

[css-d] background image not displaying

2008-04-26 Thread Brett Fuhs
The site looks fine in IE7 but in Mozilla Firefox, if you right click view background image, the image is there, but just doesn't show. My body is set to gray and the entire site has a gray background and doesn't repeat my background image in firefox like it does in IE7. Can anyone see what is goin

[css-d] css layout issue, centered, three column layout

2008-03-05 Thread Brett Fuhs
ith a wrapper, but I keep getting it more out of order the more I mess with it, any suggestions? http://www.liaace.org note: the word Sponsors is actually the right column that is not on the right! Thanks, Brett __ css-discuss [

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

[css-d] Maps, Google or Virtual Earth use

2007-07-25 Thread Mcdaniel, Brett
I am wondering if anyone out there is using either Google Maps or Virtual Earth? Have you been able to embed stuff into a CSS file if you have? Just starting a project with maps and wanted to know how people are doing them. Brett

[css-d] Problem with text content spilling out of container

2007-07-20 Thread Brett
xed width. > http://www.belleartae.com/arrow/index.html Many thanks for any help. Brett __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List

Re: [css-d] practicality of user stylesheets

2006-12-27 Thread Brett Merkey
of us do not have your abilities or desire for Sisyphean challenge. We have to keep educating... Brett Merkey __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.

Re: [css-d] IE7 background change on hover and zoom

2006-12-20 Thread Brett Merkey
ing a workaround for. Brett Merkey __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.c

Re: [css-d] Headers and Footers

2006-12-05 Thread Brett Merkey
If by "multiple lines" you mean multiple rows within the TFOOT element, then Firefox seems to have no trouble that I can see. Brett Merkey __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-

Re: [css-d] Headers and Footers

2006-12-04 Thread Brett Merkey
George L Smyth wrote: | I have put together a table to display information and my co-worker wants | to be able to print it out. No problem, I've used print style sheets to | take care of that. | | Now he wants each page to have a header and footer and I can't think of | any way to do it. Is this

Re: [css-d] Min/max-width problem in IE6

2006-11-08 Thread Brett Derry
dsco-op.com/xmas and the CSS can be found at http://www.midlandsco-op.com/xmas/css/master.css and http://www.midlandsco-op.com/xmas/css/ie.css Hope someone can help. Regards, Brett The contents of this e-mail and any attachments are confidential to the intended recipient. If you are not the int

Re: [css-d] Min/max-width problem in IE6

2006-10-18 Thread Brett Derry
and side of the page. Only then does it change width. Any ideas? Thanks for your help so far. http://www.coopintranet.co.uk/xmas Brett > -Original Message- > From: Gunlaug Sørtun [mailto:[EMAIL PROTECTED] > Sent: 18 October 2006 12:01 > To: Brett Derry > Cc: CSS Mailingl

Re: [css-d] Min/max-width problem in IE6

2006-10-18 Thread Brett Derry
Ian/List, Further to my last email, I've played around a little with my margins on my wrappers and changed my _width: expression in my ie.css stylesheet and it seems to have sorted it! Many thanks, Brett > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAI

Re: [css-d] Min/max-width problem in IE6

2006-10-18 Thread Brett Derry
Hi Ian, Thanks for the reply. I've made the change to the CSS as you specified but now the site is fixed in FF and I'm still getting the problem in IE. I've uploaded the new CSS so you can see what's happening. http://www.coopintranet.co.uk/xmas/ Any other ideas? Brett

[css-d] Min/max-width problem in IE6

2006-10-18 Thread Brett Derry
-width:780px; max-width:950px; margin:0 auto; text-align:left; font-size:95%; } The site lives at www.coopintranet.co.uk/xmas and the two CSS files can be found at www.coopintranet.co.uk/xmas/css/master.css and www.coopintranet.co.uk/xmas/css/ie.css Hope someone can help,

[css-d] Self Clearing Floats Problem?

2006-10-17 Thread Brett Derry
ss/ie.css I'd be most grateful for any pointers/ideas/suggestions and, above all, fixes! Brett The contents of this e-mail and any attachments are confidential to the intended recipient. If you are not the intended recipient please do not use or publish its contents, contact Midlands

Re: [css-d] Content above Navigation

2006-10-05 Thread Brett Derry
Hi Tim, Ordered floats is the way forward. http://www.positioniseverything.net/ordered-floats.html HTH, Brett ** > Hi All. > I'm soon going to be working on a site for a client who has asked for the main body content of the code to be above the navigation in the source

Re: [css-d] checkboxes and css

2006-09-22 Thread Brett Derry
Add a little left margin to your #zoeken input #zoeken input { font-size:11px; color:#66; vertical-align:middle; margin-left:5px; } And it'll line up. Brett - http://www.myredmonkey.co.uk -Original Message- From: [EMAIL PROT

Re: [css-d] Print stylesheet not read by Firefox?

2006-09-06 Thread Brett Merkey
/viewsource/2002/preferred-stylesheets/index_en.html Brett Merkey Albert van der Veen wrote: | Hello list, | | I have a strange problem with my print stylesheets in Firefox: they don't | seem to be read at all. This is the code I'm using in the HEAD section: | | | | | Printing this page

Re: [css-d] footerStickAlt method not working on my site

2006-06-09 Thread Brett Leber
ht:normal; } > > Apply this method through the rest of the stylesheet and it may save > some scrolling! Sure, I'll do that. I'm more concerned about the pesky footer positioning at the moment! ;) Brett ___

Re: [css-d] footerStickAlt method not working on my site

2006-06-09 Thread Brett Leber
On 6/9/2006 7:10 AM, Alex James wrote: > Brett wrote: >> Please see http://dawkins.ctat.cs.cmu.edu/ >> My goal is the same as footerStickAlt [1]. I can't get this footer to > stick to the bottom of the page in any browser. > > Brett, > > Try the following: &

[css-d] footerStickAlt method not working on my site

2006-06-08 Thread Brett Leber
x27;height'. Or perhaps the use of absolute positioning. I'm really at a loss. Sorry there is so much to look at on this page. It's a local copy of a live site. Thanks, Brett [1] http://www.themaninblue.com/writing/perspe

Re: [css-d] IE6 doing something quite funky to horizontal li's

2006-06-07 Thread Brett Leber
On 6/7/2006 5:11 PM, Kieron McIntyre wrote: > Brett wrote: > >> I'm looking to center two horizontal boxes (simple enough task). It >> looks fine in Mozilla, while IE 7 staggers the two boxes so >> one is lower >> than the other. > > Hi

Re: [css-d] IE6 doing something quite funky to horizontal li's

2006-06-07 Thread Brett Leber
>> boxes so one is lower than the other. I'm using standalone >> IE6, but that seems to have fallen back to the IE7 beta >> renderer. Maybe someone with non-IE7 setup can advise how to >> get those two boxes to be in a straight horizontal line. >> >> Thanks

[css-d] IE6 doing something quite funky to horizontal li's

2006-06-07 Thread Brett Leber
ave fallen back to the IE7 beta renderer. Maybe someone with non-IE7 setup can advise how to get those two boxes to be in a straight horizontal line. Thanks, Brett __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailma

Re: [css-d] CSS Browser Cache?

2006-05-26 Thread Brett Leber
On 5/26/2006 4:13 PM, Jan Brasna wrote: >>> Eg. by adding a "timestamp" to the stylesheet's URI: >>> >>> > Could you expand on this, or link to an article that explains why this >> works? I'm not familiar with the '?' suffix (

Re: [css-d] CSS Browser Cache?

2006-05-26 Thread Brett Leber
On 5/26/2006 3:51 PM, Jan Brasna wrote: > Eg. by adding a "timestamp" to the stylesheet's URI: > > http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.e

Re: [css-d] Debugging Techniques.

2006-05-15 Thread Brett Leber
DOM Inspector (included with Firefox) is also useful for viewing 'computed style'--the computed result of all styles that are applied to an element. Best, Brett [1] http://chrispederick.com/work/webdeveloper/ __ css-di

Re: [css-d] Shifting content

2006-04-25 Thread BRETT DERRY
Hi Debbie, Try playing around with the width value for #content. 75% looked good. Regards, Brett -Original Message- From: [EMAIL PROTECTED] on behalf of Iorhael Sent: Tue 4/25/2006 10:37 AM To: css-d@lists.css-discuss.org Subject: [css-d] Shifting content Hi again, I apologize for

Re: [css-d] Question: container or body

2006-04-16 Thread Brett Merkey
tag. Is there some advantage to using the > container ? Most definitely. But not always, or even most of the time. It depends. I recommend attempting to use the BODY tag as your point of reference first. When/if that does not work out, then create new structures (like div class="conta

Re: [css-d] Looking for some layout help...

2006-03-07 Thread Brett Leber
[EMAIL PROTECTED] wrote: > Thanks Brett and Els for your quick responses. > > I implemented your suggestions and the promotion text area is now properly > centered. Brett your suggestion to change the height to 48px properly > tightened up the gap that I am seeing on firefox and S

Re: [css-d] Looking for some layout help...

2006-03-07 Thread Brett Leber
height: 48px; ... } seems to make a tighter fit. All tested on Firefox 1.5. Brett > Any help from the good people on this list would be appreciated. > > Thanks, > > Nate __ css-discuss [EMAIL PRO

Re: [css-d] Color Scheme Assistance

2006-02-24 Thread Brett Leber
rscheme2/index-en.html http://wellstyled.com/tools/colorscheme/index-en.html (Note that the last two are two different color scheme generators--versions 2 and 1.) Brett __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mail

Re: [css-d] hybrid layout, wide table (IE6)

2006-02-13 Thread Brett Leber
ntioned in an article. Is either or both documented elsewhere? Thanks again! Brett PS - Hopefully I've replied to the list properly. I now see how time can be switched if I reply to the message that appears /before/ the one from css-d. Ingo Chao wrote: > Brett Leber wrote: >>

Re: [css-d] hybrid layout, wide table (IE6)

2006-02-13 Thread Brett Leber
with IE's interpretation of width:100%; on another area of the site, this property/value pair produces a table that goes off the right end of the containing div, with no scrollbars! thanks again, and sorry for the verbose emails--I just can't think of a simple way to describe all

[css-d] hybrid layout, wide table (IE6)

2006-02-11 Thread Brett Leber
nor html changes are OK. I don't want to use an inline frame or new browser window (i.e., I'm hoping for a pure CSS fix here). I also want to keep the layout fluid. thanks, Brett Leber __ css-discuss [EMAIL PROTECT

Re: [css-d] Printing Stylesheet?

2006-01-08 Thread Brett Merkey
roperty for that browser without affecting the others. body { zoom: .8; } Brett __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by e

Re: [css-d] Trouble with print css in IE

2005-10-24 Thread Brett Merkey
> The problem I'm having is that while the banner, background and > navigation are being hidden properly when viewing print preview, a shadow of > the navigation menu is showing up when I actually print the page. This > problem is occurring in Internet Explorer 6.0. The problem does not appear > in

[css-d] Readonly Attribute Selector Problem in Firefox?

2005-09-24 Thread Brett Merkey
as #fefefe) is this a bug or a behavior by some design whim I don't get? Example here: http://web.tampabay.rr.com/bmerkey/examples/readonly-attr-selector-firefox.html Brett __ css-discuss [EMAIL PROTECTED] http://www.

Re: [css-d] site check: Style Checkboxes Cross-Browser in Windows - Results

2005-09-21 Thread Brett Merkey
- Original Message - > I am experimenting with a Unicode font, Lucida Sans Unicode, to provide a > x-browser way to get around IE's inabilities regarding form checkboxes. The > font is supposedly on every Windows machine since Win 98 but I find that one > machine with that font (and same v

[css-d] site check: Style Checkboxes Cross-Browser in Windows

2005-09-20 Thread Brett Merkey
I am experimenting with a Unicode font, Lucida Sans Unicode, to provide a x-browser way to get around IE's inabilities regarding form checkboxes. The font is supposedly on every Windows machine since Win 98 but I find that one machine with that font (and same version 2.0 of the font) fails complete

Re: [css-d] Pullquotes

2005-09-06 Thread Brett Merkey
al display. Print and authoring convenience are also important. Brett __ 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 -- htt

[css-d] Pullquotes

2005-09-06 Thread Brett Merkey
are too complicated or do not gracefully fail or do not print well. The approach: create a element with unobtrusive script and then style it. http://web.tampabay.rr.com/bmerkey/examples/css-pullquotes.html Brett __ css-discuss

Re: [css-d] IE6 and background-position

2005-07-10 Thread Brett Merkey
is normal behavior when you have changed how the cache works on your test machine from the install default. In Tools > Internet Options > General tab > Temporary Internet Files Settings button, you probably have "Every visit to the page" selec

RE: [css-d] Floated Boxes Jumping in IE

2005-07-06 Thread Brett Lucas
Thanks very much Bruno...much appreciated..I feel as though I have learned another piece of the CSS puzzle! Regards Brett --- Bruno Fassino <[EMAIL PROTECTED]> wrote: > Brett Lucas wrote: > > > I have a problem with rendering in IE of a series > of > > boxes contai

[css-d] Floated Boxes Jumping in IE

2005-07-04 Thread Brett Lucas
Dear all I have a problem with rendering in IE of a series of boxes containing textin a liquid layout. When the screen size changes the boxes flow underneath each other nicely in Mozilla/Firefox...but in IE they go higgledy piggledy (sic!) around the page...is this due to the 3 pixel jog?? I'm no

[css-d] Overlapping divs

2005-06-28 Thread Brett Lucas
In a link list I have on my site I have a problem in Mozilla browsers..The title line(style=searchtitleevent) is wrapping on lower screen recolutions...and overlapping the next div (searchvenue) causing an unplanned and annoying effect. Here is the URL: http://www.english.heacademy.ac.uk/explore/

[css-d] Help a newcomer who is struggling with footer

2005-05-05 Thread Brett
be gentle. The page is here: <http://url123.com/sus2s> The CSS is here: <http://url123.com/sbdch> Thanks for any help. Brett __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List

[css-d] Help a newcomer who is struggling with footer

2005-05-05 Thread Brett
hat you be gentle. The page is here: <http://users.zoominternet.net/~xba2000/index.htm> The CSS is here: <http://users.zoominternet.net/~xba2000/bana_general.css> Thanks for any help. Brett __ css-discuss [EMAIL PRO