Re: [css-d] IE8 headbanger issue, and could you please take a peek in other IEs for me?

2012-01-18 Thread BJ Novack
Hello Ghodmode, Wednesday, January 18, 2012, 10:42:14 PM, you wrote: > On Thu, Jan 19, 2012 at 9:38 AM, BJ Novack wrote: >> I've been banging my head against this for too long. Why does IE8 drop the >> div class="checkout-progress" and everything below it right

[css-d] IE8 headbanger issue, and could you please take a peek in other IEs for me?

2012-01-18 Thread BJ Novack
some unencoded ampersands in URLs.) All help appreciated greatly. -- Best regards, BJ http://ninjawebservices.com mailto:b...@ninjawebservices.com __ css-discuss [css-d@lists.css-discuss.org] htt

Re: [css-d] How to make rounded corners box with one image?

2009-05-04 Thread bj
ont size/resolution combinations will see what you see. Better for you to bite the bullet and learn proper css technique to allow for as many possible combinations as possible. Which means a "sliding" technique using two ima

Re: [css-d] Can't figure out which element to trigger for IE6 Peekagap

2009-03-02 Thread bj
Monday, March 2, 2009, 10:25:34 PM, you wrote: > bj wrote: >> http://doneinstyle.com/test/boywerewewrong/ > Add... > div.pad {height: 1%;} > ...to fix IE6 and 7. > regards > Georg Wow, quick and easy. THANKS!!! -- Best regards, bj

[css-d] Can't figure out which element to trigger for IE6 Peekagap

2009-03-02 Thread bj
as well as the list if you have some solution for me. Thanks in advance for any help you can provide. -- Ciao for now, bj mailto:b...@bitchslappin.net __ css-discuss [cs...@lists.css-discuss.org] http

Re: [css-d] The CSS Overlords (Ron Koster)

2009-01-18 Thread bj
. It never takes me more than 20 minutes to "hack" a layout for IE, and it already works in all the other browsers. And many times it takes me much less than that. I've been using tableless layouts for years. All the problems have already been solved for you. What are you waiting f

[css-d] Will this throw IE8 into quirks?

2008-11-13 Thread bj
g lte IE 7 conditional comment to try to futureproof my sites, so this has relevance beyond the particular website I referenced above. Thank you, as always, for your help. -- Ciao for now, bj mailto:[EMAIL PROTECTED] PS. I'm on digest so please cc me on

Re: [css-d] Positioning form elements

2008-04-30 Thread bj
>But it's not the left nav...it's the right formthis: I may not be a list mom, but they all must be asleep. Please trim your responses, I just now skimmed through a digest that repeated the same block of code ad nauseam, sometimes more than once in the same reply. -- Ciao

Re: [css-d] when are 2 external css called for?

2008-04-14 Thread bj
7;s about html and how to use a code editor search and replace function, and doesn't have anything to do with css. -- Ciao for now, bj mailto:[EMAIL PROTECTED] http://bitchslappin.net - Taking a Hard Look at the Business of Politics http://greenspeak.

Re: [css-d] Help -- Tab Menu not working in IE6/IE7?

2008-04-07 Thread bj
needs more room for everything, but there's also some other stuff going on. You probably need a haslayout trigger, and possibly a position: relative; on #nav. Then use a conditional comment (or an ie stylesheet called in by one) to adjust to taste re margins and paddings since IE is retarded

Re: [css-d] Wrapper isn't wrapping!

2008-04-07 Thread bj
is only wrapping the header. I see others beat me to the solution, but they didn't mention your other issue. You need to set a background on your body. Why? Just change your browser's default background and you'll know why! -- Ciao for now, bj ma

Re: [css-d] Question about 3 column layout with floats

2008-03-23 Thread bj
dd a mainwrapper upon which to hang faux column background code, if needed. -- Ciao for now, bj mailto:[EMAIL PROTECTED] http://bitchslappin.net - Taking a Hard Look at the Business of Politics http://greenspeak.org - Small scale local environmental action http://kickass

[css-d] IE6 float issue: floated element larger than container expands containing block

2007-12-08 Thread BJ Vicks
In essence: I have a header div with width 800px and height 246px which contains a floated image of height 313px. The floated image should overflow outside of the header div and cover the content that follows, but what's happening in IE6 is that the height of the header div is being altered

Re: [css-d] How z-index works

2007-10-30 Thread bj
ioning and stacking order and the vagaries of IE! What a great tool. Thank you for this. ciao for now, bj __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio

Re: [css-d] Safari issue

2007-10-02 Thread bj
hilippe Wittenbergh <http://emps.l-c-n.com> Thanks Philippe, that did the trick AND didn't seem to break anything else! -- Ciao for now, bj mailto:[EMAIL PROTECTED] http://bitchslappin.net - Taking a Hard Look at the Business of Politics http://greenspeak.org - Sm

[css-d] Safari issue

2007-10-02 Thread bj
(though if you notice a problem I'd like to know about it.) Any ideas would be greatly appreciated. Page here, running on a test bed: http://doneinstyle.com/wp/ css here: http://doneinstyle.com/wp/wp-content/themes/kickass-octoberpink/style.css -- Ciao for now, bj

Re: [css-d] Are table-based layouts still needed

2007-09-06 Thread bj
ex than table based layouts. It's layers rather than a grid, and different types of layers (floats, absolutes, etc) have predictable behaviors. -- Ciao for now, bj mailto:[EMAIL PROTECTED] http://bitchslappin.net - Taking a Hard Look at the Business of Politic

Re: [css-d] Are table-based layouts still needed

2007-09-03 Thread bj
before investing in large scale backend upgrades (not that it gave us all the compliance and ease of development that we had hoped for!) Re tables for LAYOUT- nope, not needed. Tables do occasionally come in handy for tabular data though. -- Ciao for now, bj mailto:[EMAIL PRO

[css-d] Page jumping horizontally in Non-IE browsers

2007-06-14 Thread BJ Clark
ther pages in the site (div#wrapper with margin: 0 auto;). I can't figure out for the life of me what would cause this. Anyone have any ideas? Thanks, BJ Clark __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailm

Re: [css-d] IE6 Peek-a-boo Bug

2007-05-02 Thread BJ Clark
Sorry, I sent the wrong URL. http://scidept.dyndns.org/~bjclark/designcentre/ Thanks, BJ Clark On 5/2/07, BJ Clark <[EMAIL PROTECTED]> wrote: > Hello List, > > I am working on a layout (http://scidept.dyndns.org/~bjclark/). I have > run into the IE6 peek-a-boo bug, so, to fix

[css-d] IE6 Peek-a-boo Bug

2007-05-02 Thread BJ Clark
s the layout by making the the p clear the two floated elements on either side of it. Anyone have a suggestion how I can fix this? I'm totally at a loss. Thanks, BJ Clark __ css-discuss [EMAIL PROTECTED] http://www.css-d

[css-d] Strange IE7 Bug? Ignoring Width of Paragraph

2007-05-01 Thread BJ Clark
o the full width of the containing div. Anyone have any idea's what would cause this or how I can fix it? Thanks, BJ Clark __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information --

Re: [css-d] Vailiation (Validation)

2007-04-19 Thread bj
rrors shown right in the source code window, in a sub-frame. It highlights the line(s) the problems reside in. If you click on the problem in the problem list it shows where in the source code it is. Very nice, very helpful timesaver. As you can see, there are others. --

[css-d] Strange 1px issue

2007-04-13 Thread BJ Clark
nyone have any idea what causes this or a fix for it? Thanks, BJ Clark __ 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 --

[css-d] IE Transparent PNG Background (that repeats)

2007-03-27 Thread BJ Clark
Hello List, Anyone out there know of a fix for IE that allows repeating (repeat-x or repeat-y) transparent PNG background images? I have attempted to use the bgsleight hack, but that doesn't seem to allow repeating bg's. Thanks in advance, BJ Clark The Science

Re: [css-d] dreamweaver css

2007-03-12 Thread bj
act that the broken browser, IE, will display them just fine. So the answer is client education. Either you use undesirable markup so they can easily edit in design view or you use good Search Engine and Accessible device friendly markup and they preview in browser after edits. -- Best

Re: [css-d] png color and IE7

2007-03-05 Thread bj
//advsys.net/ken/utils.htm No, I don't work for Ken. :) I actually found this program linked on the IE7 blog when beta test was going on. -- Best regards, bj mailto:[EMAIL PROTECTED] __ css-dis

[css-d] Modal window techniques (lightbox, etc.) and sIFR 3

2007-02-19 Thread BJ Clark
would ask if anyone had something working. Thanks for any insight anyone can give. Cheers, BJ Clark the science department __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information --

[css-d] IE not displaying anything in my tag.

2007-02-17 Thread BJ Clark
nclosed 's that I can find, I'm pretty much stumped. http://evang.eli.st:8200 (dev url) Anyone have any ideas? I've ran this past a few friends and they didn't see anything they could think of. Thanks in advance for you help. B

Re: [css-d] Follow up/heads-up on url(.css) screen hack

2007-01-25 Thread bj
that your server has to be set to recognize the mime type. If your hosting is cpanel or similar this can be done through your control panel. I had to do the same so IE could recognize .htc files (ironic, huh?) -- Best regards, bj

Re: [css-d] Bizarre Safari Issue (and IE7 check please

2006-11-16 Thread bj
>> >> http://kickasswebdesign.com/test/wp/ >> >> relevant css here: >> http://kickasswebdesign.com/test/wp/wp-admin/themes/gridztheme/style.css >> > > All browsers: > I think you'll need to bump the on hover color for div.topcontentnav > a:hover. > XP > Looks fine in ie7 to me; although, if you

Re: [css-d] Bizarre Safari Issue (and IE7 check please

2006-11-16 Thread bj
Ingo Chao wrote: > bj wrote: > >> http://kickasswebdesign.com/test/wp/ >> Background color and background image won't show on the #header. It >> almost looks like a clearing problem but I have a clearing element in >> place that's working in every othe

[css-d] Bizarre Safari Issue (and IE7 check please

2006-11-16 Thread bj
overing from a hard drive crash on the xp box, and can't yet test in IE7, so I'd appreciate some eyeballs on that too. Thanks for all you do. Regards, bj PS, I'm on digest, so cc me with your answer. Gracias. _

Re: [css-d] Header Row shifts in IE when window resized THEAD

2006-08-23 Thread bj
if you're still having problems. We'll be happy to help at that point. bj __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7

Re: [css-d] removing HTML tables, redesign to use CSS

2006-08-20 Thread bj
with css issues. ModX specific questions and templating questions will be better handled on the ModX forum. Good luck! bj __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http:/

Re: [css-d] 3-col - Oposite floats vs. Negative margins

2006-08-16 Thread bj
, or two column left or right nav. It's proven to be the most bulletproof and flexible for wordpress themes. http://www.pixy.cz/blogg/clanky/css-3col-layout/ Good luck. bj __ css-discuss [EMAIL PROTECTED] http://www.cs

[css-d] IEMac multiple weirdness

2006-07-24 Thread bj
d image would be doing its job . . . at least that's what it looks like when it loads. It would be nice to have it perfect, but I'll settle for it being fairly okay. I'm on digest so I'd appreciate copies to me as well as the list. Thanks, people! bj --- avast! Antivirus: O

Re: [css-d] 3 Column Layout, 2 Right Columns with Expanding Left

2006-06-22 Thread bj
y well. Hope that helps! bj --- avast! Antivirus: Outbound says I'm squeaky clean. Virus Database (VPS): 0620-3, 05/19/2006 Tested on: 6/22/2006 11:29:49 AM __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman

Re: [css-d] IE7's treatment of height [WAS Re: Broken Layout]

2006-06-03 Thread bj
>Entered by Microsoft on 4/21/2006 >This was logged as a suggestion for future IE versions. We've already >added support for min-height and it is in the March 20 Beta 2 Preview >build that we put out during MIX06. Did anyone else notice that NOTHING is said about min-width, max-width or max-he

Re: [css-d] adding list style navigation to site from separate, page

2006-05-23 Thread bj
d it on the css-d wiki. Good luck, bj --- avast! Antivirus: Outbound says I'm squeaky clean. Virus Database (VPS): 0620-3, 05/19/2006 Tested on: 5/23/2006 8:28:09 AM __ css-discuss [EMAIL PROTECTED] http://www.css-discus

Re: [css-d] Search Engine Design

2006-05-08 Thread bj
you write the list for a solution to a problem make sure to use a subject line that gives folks a hint as to what browser you've screwed up in and how, so the appropriate css guru reads your message and responds. Good luck! bj --- avast! Antivirus: Outbound says I'm squeaky clean. Virus

Re: [css-d] Odd Firefox Bugs

2006-05-02 Thread bj
the Firefox's Bugzilla? > >-Tyson FF 1.5.0.2 on Win2k has the same behavior as XP. What I found even more interesting was that upon resizing back to normal the rounded corners were *still* squished to one side. I had to look up at the top of the browser to make sure I wasn&

Re: [css-d] IE drops center and right column content below left column, again

2006-05-02 Thread bj
>One more question, where is how to or tutorial on getting your mini site >logo to show up in the browser URL window? Are you talking about the favicon? If so, here's the url for learning how to use them along with a cool tool for making them. <http://www.dynamicdrive.com/favico

[css-d] IE6 Missing border, IEMac dropping column

2006-04-10 Thread bj
past experience I've found it easier to take this route, so I'd rather not change the number and names of divs used to achieve this effect. Thanks in advance for any and all suggestions. Oh, and I should mention I'm on digest so writing me directly as well as the list would be app

Re: [css-d] tools for determining results of the cascade

2006-03-13 Thread bj
>>Are there any other tools out there that you're using (besides your > >brains) that help you figure out the results of the cascade for > >elements on a Web page? >do you have firefox? if so, this extension is invaluable to me: http://forums.asp.net/1224049/ShowPost.aspx Apparently this post

Re: [css-d] Is it possible to set max-width and min-width in IE

2006-01-18 Thread bj
"Is there any way to get IE to accept max-width and min-width?" Pick your poison: --- avast! Antivirus: Outbound says I'm squeaky clean. Virus Database (VPS): 0603-3, 01/18/2006 Tested on: 1/18/2006 2:41:07 PM

Re: [css-d] Doctype and CSS

2006-01-18 Thread bj
Uwe et al. Another article about doctype that you might find helpful. It explains what doctype does re the rendering engines of the different browsers re quirksmode and such. VERY detailed, and might prove helpful if you're looking to fix a problem in a specific browser.

Re: [css-d] Headline positioning woes in all mac browsers

2006-01-17 Thread bj
lly in Mac, it would be appreciated. Thank you, Philippe! Philippe Wittenbergh wrote: > > On 18 Jan 2006, at 12:53 am, bj wrote: > >> <http://kickasswebdesign.com/wptest/> >> >> CSS here: >> <http://kickasswebdesign.com/wptest/wp-content/themes/parenttools/

[css-d] Headline positioning woes in all mac browsers

2006-01-17 Thread bj
nes? Turquoise blues and orange/red tones are not my favorite colors when mixed and I would LOVE to have this one off my screen. Thanks in advance, bj --- avast! Antivirus: Outbound says I'm squeaky clean. Virus Database

[css-d] Mac/Linux checks on ebay template please.

2005-12-05 Thread bj
don't bid on the blue furry thing! Thanks! bj --- avast! Antivirus: Outbound says I'm squeaky clean. Virus Database (VPS): 0549-1, 12/05/2005 Tested on: 12/5/2005 9:28:05 PM __ css-discuss [EMAIL PROTECTED] http://www.

Re: [css-d] ff bug::human or otherwise?

2005-11-26 Thread BJ
Y'all have sore heads yet on this one? --- avast! Antivirus: Outbound says I'm squeaky clean. Virus Database (VPS): 0547-5, 11/26/2005 Tested on: 11/26/2005 1:27:49 PM __

Re: [css-d] ff bug::human or otherwise?

2005-11-26 Thread BJ
"Anyone still seeing the thumbs at the top or bottom of the page lined up vertically /or/ on two rows instead of one row?" They say a picture is worth a thousand words . . . --- avast! Antivirus: Outbound says I'm squeaky clean.

Re: [css-d] Question from a beginner

2005-11-15 Thread BJ
tyle and your knowledge. I know that isn't a very definite answer, but . . . hope it helps. bj --- avast! Antivirus: Outbound says I'm squeaky clean. Virus Database (VPS): 0546-2, 11/15/2005 Tested on: 11/15/2005 11:26:13 PM

[css-d] navbar float broken in IE

2005-10-13 Thread BJ Neilsen
ra 7. Don't know where to go with this one. Site: http://www.crimpermag.com/testing/indextest1.php CSS: http://www.crimpermag.com/testing/main.css Any help would be grand. Thanks BJ __ css-discuss [EMAIL PROTECTED] http://www

Re: Re: [css-d] strong!

2005-10-06 Thread BJ Neilsen
roblem when not using the anchor tag, but this follow up was just to let you know about the anchor problem. I would recommend using a little larger font size anyways, since most people with bad eyes would have a terrible time trying to read that text. Just a suggestion. Hope it helps. :) --BJ ___

RE: [css-d] for field size different in FF

2005-10-05 Thread BJ Neilsen
Instead of setting a style width, use the size attribute on the input itself like below: When you use size on a text or password input field, the measurment pertains to number of characters, not pixels. Hope this helps. --bj

[css-d] Mac/Linux browser checks please

2005-10-03 Thread BJ
now I'm shopping for a test mac *grin* Thanks in advance, bj --- avast! Antivirus: Outbound says I'm squeaky clean. Virus Database (VPS): 0539-6, 10/02/2005 Tested on: 10/3/2005 2:11:31 PM __ css-discuss [EMAIL PROTE

Re: Re: [css-d] Mac and Linux checks please.

2005-09-29 Thread BJ
http://kickasswebdesign.com/webgeekdir/CSS/Browser_Bugs/> Philippe Wittenbergh wrote: On 29 Sep 2005, at 8:15 pm, BJ wrote: I was really afraid someone would tell me this. Okay, that display: inline-block; was a fix for IE6, and, after a few hours of trial and error, was the ONLY one that I cou

RE: [css-d] Online course to learn CSS?

2005-09-28 Thread BJ
"Can someone recommend an online course to learn CSS? I have picked up enough to be dangerous and would like to redesign the company web site to fully take advantage of CSS." I suggest you start here:

Re: [css-d] Mac and Linux checks please.

2005-09-28 Thread BJ
d, Tedd, Richard and Vincent for your prompt and helpful responses. David Laakso wrote: BJ wrote: <http://seeklocally.com/europe/> This one's a pretty simple one, just need to know if it's holding up on the Shiny Side and in OpenSourceWorld. Thanks! bj 20 screen captures--

[css-d] Mac and Linux checks please.

2005-09-28 Thread BJ
<http://seeklocally.com/europe/> This one's a pretty simple one, just need to know if it's holding up on the Shiny Side and in OpenSourceWorld. Thanks! bj --- avast! Antivirus: Outbound says I'm squeaky clean. Virus Database (VPS): 0539-1, 09/27/2005 Tested on:

RE: Re: [css-d] Re: Dropdowns in inline elements, and CSS validator, problems

2005-09-26 Thread BJ
"It seems they must uploaded a new validator, because not only has that all changed without my having done anything, but by default I now get a load of warnings [1] that I didn't get before. And wheras I used to get a warning about overflow-y [2] not being valid for CSS 2.1, it was only a warni

Re: [css-d] No hack I've tried gives OL its numbers in %$#@& IE6

2005-09-10 Thread BJ
Thanks, Erik! I now have list numbers in IE6 and it still works elsewhere . . . hallelujah! Erik Peterson wrote: BJ wrote: Validating page here: <http://www.ip-chip-search.com/what-we-do/> Validating css here (with a bit embedded in above): <http://www.ip-chip-search.com/wp-conte

[css-d] No hack I've tried gives OL its numbers in %$#@& IE6

2005-09-09 Thread BJ
Validating page here: Validating css here (with a bit embedded in above): I have tried what seems like almost every hack on this and can't get the numbers to show in that list i

[css-d] wrapping text around images

2005-09-08 Thread BJ
"I would like to create a do it yourself page that has an image (possibly tw=o=20or three) per sentence/short paragraph with multiple sentences/short=20 paragraphs per page. I would also like the text to start at the top of the==20 image(s), possibly 1em give or take to the left. I can get this

Re: Re: [css-d] 3-in-1- IE Burp, Mac checks please, and Conditional

2005-09-06 Thread BJ
I am better at raising questions than answering them. Is your page behaving at 1280 (viewed in XP ff/ie) the way you intend? Regards, David Laakso Well, David, since you brought it up and since I don't have a resolution available to me bigger tha

Re: Re: [css-d] 3-in-1- IE Burp, Mac checks please, and Conditional

2005-09-06 Thread BJ
I have been staring at every aspect of this css and xhtml for hours now and cannot for the life of me figure out why IE has decided to indent the list items on the lower left hand column list despite everything I've tried to do to get it to stop.

[css-d] 3-in-1- IE Burp, Mac checks please, and Conditional Comments Question

2005-09-05 Thread BJ
on about creating one. I found a vague mention of it being possible in the archives, but no specifics. Any help would be appreciated. Thanks muchly in advance, bj --- avast! Antivirus: Outbound says I'm squeaky clean. Virus Database (VPS)

[css-d] ALA Hybrid CSS Dropdown Help

2005-08-21 Thread BJ Clark
igation on a page that all the content is centered. This obviously messes up the navgation royally. When I remove the position: absolute; it breaks up the navigation. Is there someway to avoid this besides just left justifying the whole page? Thanks for any direction anyone can give

RE:[css-d] Order To Declare Link Anchors

2005-08-15 Thread BJ
"I've read there is a specific order which the anchors should be declared" Correct order: a a:link a:visited a:hover a:active --- avast! Antivirus: Outbound says I'm squeaky clean. Virus Database (VPS): 0533-0, 08/15/2005 Tested on: 8/15/2005 12:14:46 PM _

RE: [css-d] A few questions & request for Felix

2005-08-10 Thread BJ
.wickline.org> A great tool! Enjoy! bj --- avast! Antivirus: Outbound says I'm squeaky clean. Virus Database (VPS): 0532-2, 08/10/2005 Tested on: 8/10/2005 9:14:14 AM __ css-discuss [EMAIL PROTECTED] http://www.css-dis

[css-d] Browser Checks please, especially Mac

2005-08-06 Thread BJ
nerated IDs starting with numbers, and non-encoded characters such as ampersands in URLS- any fixes that can be suggested within the php would be gratefully accepted either offlist or on the script developer's forum!) And please feel free to add resources as you test drive. Thanks in advance

RE: [css-d] Firefox vertical overlapping problem

2005-07-16 Thread BJ
though we may not need to at that point, since Firefox prefers compliant code. Cheers! bj --- avast! Antivirus: Outbound says I'm squeaky clean. Virus Database (VPS): 0528-5, 07/15/2005 Tested on: 7/16/2005 5:44:08 PM _

RE: Re: [css-d] Opera 7.X in winXP refuses to show body background.

2005-07-16 Thread BJ
porting the css2.1 spec I should use the 2.0 - especially for body backgrounds! I'm also suitably chastized for not checking the spec in the first place. Such a small little thing to make such a big difference in one browser! I love this list . . . bj --- avast! Antivirus: Outbound says I'm

RE: Re: [css-d] Opera 7.X in winXP refuses to show body background.

2005-07-16 Thread BJ
I'd appreciate additional browser checks to make sure, but it appears, Uwe, that your fix has worked! Thanks! Uwe Kaiser wrote: BJ schrieb: page here: http://kickasswebdesign.com/wptest/ css here: http://kickasswebdesign.com/wptest/wp-content/themes/kickass-convergence/style.css

[css-d] Opera 7.X in winXP refuses to show body background.

2005-07-15 Thread BJ
lem. I've tried adding a min-height of 100%, I screwed around with positioning of the background, I tried to find anything at all on the wiki that was even close and try out whatever solution came to hand, and none of 'em worked. Help! Thanks in advance for all your considera

RE: [css-d] Style up a file input

2005-07-05 Thread BJ
456bereastreet.com/archive/200409/styling_form_controls/> <http://www.456bereastreet.com/archive/200410/styling_even_more_form_controls/> Good luck! bj --- avast! Antivirus: Outbound says I'm squeaky clean. Virus Database (VPS): 052

[css-d] IE Positioning Weirdness

2005-07-02 Thread BJ Clark
time I've tried this style layout and 2 level navigation. It's been interesting. Thanks to anyone with any ideas! BJ Clark sci.dept __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d Li

RE: [css-d] nested lists

2005-06-30 Thread BJ
"If you want to see the nested lists that I am working with currently go to: http://tct2005.com/wp/"; I looked. I didn't see a single list, nested or otherwise. Can you maybe be more specific on what you're trying to do? _

RE: Re: [css-d] Dilema FF

2005-06-18 Thread BJ
we? Best to avoid all we can. bj __ 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/

[css-d] client experiences problem I don't (probably IE??? maybe xp???) BOO IS HOME!

2005-06-14 Thread BJ
ay home after tomcatting around for two weeks. Though he's fleabitten, filthy and exhausted he is safe and HOME! Thank you for all the concern and kind words from the members of css-discuss. Thanks in advance for your consideration and help, bj

RE: [css-d] Paste plain text to clean HTML

2005-06-10 Thread BJ
ates remarkably clean html, and the second tool does a fine job of converting that html to xhtml. Definitely has saved me a bunch of drudgery. Good luck! bj __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/list

[css-d] 2 n00b questions

2005-06-07 Thread BJ
"How do I show my pictures when you mouse over the link ?" You might try this method, but the second you mouseout they disappear: http://www.meyerweb.com/eric/css/edge/popups/demo2.html __ css-discuss [EMAIL PROTECTED] http://w

[css-d] CSS/XHTML/PHP/MYSQL shopping carts?

2005-06-06 Thread BJ
Adam C., did you ever finish developing that css friendly shopping cart you posted about last fall? Inquiring minds wanna know . . . and after looking at ZenCart's supposedly css friendly design I'm really hoping you've got something in the can. What a nightmare THAT one is! Tables up the dar

[css-d] IEMac fix maybe broke IE XP???

2005-06-05 Thread BJ
Site in question- It seems to work in all Mac browsers (with exception of Safari the footer doesn't quite hug the bottom, but I decided I can live with that) It works

RE:RE: [css-d] IE Mac issue, I don't know if I fixed it. Also a niggling Safari problem.

2005-06-05 Thread BJ
All fixed! Sir Bruno has ridden to the rescue yet again. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.c

[css-d] Using pure CSS to show/hide

2005-06-04 Thread BJ
"all I want to do is hover over a link and 'show' another submenu, which was 'hidden' until the mouseover. Seems like a pretty simple request. Can this be done with pure CSS?" Yes, in every browser but IE. Meanwhile you can look at these other options, both of which do some explaining about

[css-d] IE Mac issue, I don't know if I fixed it. Also a niggling Safari problem.

2005-06-04 Thread BJ
ple of the type of problem browsercams can't "see". This page looked fine in the lixlpixel IEMac browsercam, yet it doesn't work. I really have to consider saving up for a minimac . . . Thank you all bj __

[css-d] Browser checks (especially Mac) please.

2005-06-01 Thread BJ
css is at: http://kickasswebdesign.com/wordpress/wp-content/themes/kickass-spookyblue/style.css __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List

RE: Re: [css-d] CSS list numbering - non-contiguous lists in XHTML 1.1

2005-05-24 Thread BJ
e. That should validate, though you'll probably get a few gray hairs making it lay up properly. That puts the paragraph "outside" of the list while it's visually inside of it, since an absolutely positioned paragraph can be almost anywhere within th

RE: [css-d] hover pseudo class

2005-05-24 Thread BJ
ods: <http://www.positioniseverything.net/css-dropdowns.html> <http://www.tanfa.co.uk/css/examples/menu/tutorial-v.asp> Good luck! bj __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d Lis

RE: RE: [css-d] IE Mac issues, Mac browser tests, and an odd css validation problem

2005-05-10 Thread BJ
way safely. Bruno said: "At line 31 of your html (not the CSS)" Can I turn bright red in embarassment now? Talk about not seeing the forest for the trees. All fixed! As usual, Bruno, you're great! Thanks also to Lorin Rivers fo

[css-d] IE Mac issues, Mac browser tests, and an odd css validation problem

2005-05-10 Thread BJ
ms to have any affect on the IE textbox width. Anyone have any ideas? Thanks in advance for any help you can offer. bj __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://cs