Re: [css-d] New website

2016-02-03 Thread Anthony Gavath
Unsubscribe > On 4 Feb 2016, at 9:10 AM, Mi B wrote: > > >> 30 jan. 2016 kl. 18:42 skrev D'Arcy J.M. Cain : >> >> On Sat, 30 Jan 2016 18:33:56 +0100 >> MiB wrote: 30 jan 2016 kl. 11:42 skrev D'Arcy J.M. Cain : Have you considered checking your database access? WP sites b

Re: [css-d] CSS Search form

2013-03-01 Thread Anthony
Something that is browser compatible would be greatly appreciated. Thanks Anthony On Thu, Feb 28, 2013 at 2:15 PM, Anthony wrote: > What is the best way to implement a search as below using css? > > If someone could post a link of an example in action that would be great. > >

Re: [css-d] Horizontal menus

2013-02-21 Thread Anthony
Sorry guys. Here is the menu I am trying to achieve. What is the best and neatest way to achieve this using css? http://img841.imageshack.us/img841/8483/csssubmenu31024x309.jpg On Fri, Feb 22, 2013 at 7:55 AM, Anthony wrote: > Thanks guys. > The image I sent must have not come t

Re: [css-d] Horizontal menus

2013-02-21 Thread Anthony
Thanks guys. The image I sent must have not come through :( On Friday, February 22, 2013, Tim Arnold wrote: > On Thu, Feb 21, 2013 at 12:27 PM, David Hucklesby > > > wrote: > > > > On 2/20/13 4:34 PM, Anthony wrote: > >> > >> Hi all > >> >

Re: [css-d] Displaying button and checkboxes in a row

2013-02-20 Thread Anthony
test On Thu, Feb 21, 2013 at 12:21 AM, Tom Livingston wrote: > On Wed, Feb 20, 2013 at 7:27 AM, Larry Martell wrote: > >> On Wed, Feb 20, 2013 at 12:36 AM, David Laakso >> wrote: >> > On Tue, Feb 19, 2013 at 7:15 PM, Larry Martell >> wrote: >> > >> >> I want to display a button and then next to

Re: [css-d] Zebra Stripes effect with CSS and jQuery

2013-01-14 Thread Anthony
ue, Jan 15, 2013 at 10:40 AM, Philippe Wittenbergh wrote: > > Le 14 janv. 2013 à 12:12, Anthony a écrit : > >> What am I missing? > > ::sigh:: > > Without a link, it is impossible to help you. > Have you checked with the debugging tools provided by most browsers? Erro

Re: [css-d] Zebra Stripes effect with CSS and jQuery

2013-01-13 Thread Anthony
The site is still in development, so I don't have a production link as yet :( On Mon, Jan 14, 2013 at 1:59 PM, Blake Haswell wrote: > Anthony wrote: >> >> What am I missing? > > > A link? It's hard to tell what the problem is from that code snip

Re: [css-d] Floats in IE6 ... again :-(

2010-10-20 Thread Anthony L
enlighten me, it would be appreciated :-) / Tony On Wed, Oct 20, 2010 at 10:27 AM, Anthony L wrote: > Hi, > > I am having a problem with a floated element in IE6. Big surprise :o) > > I have read many posts here as well as many of articles on the subject, > including this ver

[css-d] Floats in IE6 ... again :-(

2010-10-20 Thread Anthony L
Hi, I am having a problem with a floated element in IE6. Big surprise :o) I have read many posts here as well as many of articles on the subject, including this very recent one: http://bit.ly/clrfxReloaded , and have tried , in vain, to apply what I thought I learned to my problem. The page i

Re: [css-d] How to make the background wrap around the image?

2010-09-30 Thread Anthony
Thanks so much for that Duncan The overflow: hidden fix works in Firefox but not IE8 :( A On Thu, Sep 30, 2010 at 4:46 PM, Duncan Hill wrote: > On Thu, 30 Sep 2010 07:22:44 +0100, Anthony wrote: > > Sorry about that. Hope it makes more sense now: >> >> > > Appl

Re: [css-d] How to make the background wrap around the image?

2010-09-30 Thread Anthony
> > If you are in a hurry then just assign a height to the border wrapper i.e. > height: 200px; But you should try to understand floats and clearing floats. > > hope it helps, CB > > > > On 30/09/2010, at 2:22 PM, Anthony wrote: > > Sorry about that. Hope it

Re: [css-d] How to make the background wrap around the image?

2010-09-29 Thread Anthony
ould > you replace the dummy content with somethig a bit more meaningful because > the text over the image, and text next to it is that same so it's just a bit > of a mess. It also seems like you have a lot of wrappers happening which > might not be needed. > > Cheers, CB &

[css-d] How to make the background wrap around the image?

2010-09-29 Thread Anthony
Hi all I have been trying to figure out how to wrap the background around the image on the left, so that the image doesn’t stick out outside the background. But I haven’t had any luck. Any help would be greatly appreciated. #block-12 .blockinner {  background-color: #F2F2F0;  margin:0 auto; }

Re: [css-d] positioning images on a background graphic

2009-05-15 Thread Anthony L
> The easiest solution is to add... > > #container { > padding: 1px 0; > } Thanks Georg, that seems to have done the trick :-) And thanks for the link ... best, Anthony __ css-discuss [cs...@lists.css-discuss.org]

Re: [css-d] positioning images on a background graphic

2009-05-14 Thread Anthony L
On Fri, May 15, 2009 at 12:40 AM, Erik Vorhes wrote: >> >> re: >> <http://liberto.info/cssplay/fromWork/migration_rollover/migration_opacity_tests_part_b.html> >> >> Anthony, the original poster, has followed your advice as of this writing. >> He has incl

[css-d] positioning images on a background graphic

2009-05-14 Thread Anthony L
Is not that big a problem, but I am seeing a shift in the images when viewing the page on IE windows. I know: big surprise. Basically, I have a container div and then an unordered list where each list item is an image. Here's the relevant css : #container { background:blue; width: 735px; height

Re: [css-d] Sprites and positioning links

2009-05-01 Thread Anthony L
nerator: http://www.csssprites.com/ Unfortunately, I am still having the same problem positioning the "lib" link. I'll keep trying a repost if I find a solution ... Anthony __ css-discuss [cs...@lists.css-discuss.org] http://www.css-

Re: [css-d] Sprites and positioning links

2009-04-30 Thread Anthony L
Hi Brian, thanks, the tip below helped :-) "you will need to float metadata to the left" As you can see from the link below, I am still struggling to place the "lib" rollover correctly. http://www.liberto.info/cssplay/www/www/cssplay/sprite/sprites.html It could be a problem with the image as y

[css-d] Sprites and positioning links

2009-04-29 Thread Anthony L
First: If this is a repost I apologize: I chose "plain text" in GMail but in my Sent box it appears it was sent as Rich Text, so I'm attempting a plain text message again ...now for the 3rd time, with most html tags stripped out ... it got bounced a few times now :-( If you've already stopped readi

Re: [css-d] Double-floats

2008-08-20 Thread Anthony Aziz
Wow, that was a lot more simple than I expected, thanks for your help. I simply removed the right margin, set an appropriate width (had to tweak a bit), and floated it left. The wasn't much else. Thanks for the suggestion! Anthony Aziz http://blog.aaziz.org On Wed, Aug 20, 2008 at 11:

Re: [css-d] Double-floats

2008-08-20 Thread Anthony Aziz
olute positioning? Thanks for the help. Anthony Aziz http://blog.aaziz.org On Tue, Aug 19, 2008 at 6:56 PM, Anthony Aziz <[EMAIL PROTECTED]>wrote: > Thanks, I'll give this a try tomorrow at work. > > Anthony Aziz > http://blog.aaziz.org > > > On Tue, Aug 19,

Re: [css-d] Double-floats

2008-08-19 Thread Anthony Aziz
Thanks, I'll give this a try tomorrow at work. Anthony Aziz http://blog.aaziz.org On Tue, Aug 19, 2008 at 4:52 PM, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > Anthony Aziz wrote: > >> I'm a bit stuck here. I have a page layout where the side div is >> floated

[css-d] Double-floats

2008-08-19 Thread Anthony Aziz
nd up clearing the side div as well. I've look around and thought about it a bit, but haven't found anything yet. Sorry for the short and possibly confusing description, I couldn't think how to explain it properly. I can provide an example if needed. Anthony Aziz h

Re: [css-d] random image load

2008-08-15 Thread Anthony Aziz
is article: http://sonspring.com/journal/easy-random-css-backgrounds Anthony Aziz http://blog.aaziz.org On Fri, Aug 15, 2008 at 11:05 AM, Peggy Coats <[EMAIL PROTECTED]> wrote: > I'm working on a page with a background image in one of the divs > (#outerWrapper #contentWrapper

[css-d] making one tab bigger?

2008-04-18 Thread Anthony Ettinger
tabs overlap each other when the window is thin (ie: cell phone browser size). -- Anthony Ettinger 408-656-2473 http://anthony.ettinger.name __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] IE7 wraping URLs at the "?" part...

2007-12-27 Thread Anthony Ettinger
On Dec 27, 2007 1:40 PM, Anthony Ettinger <[EMAIL PROTECTED]> wrote: > I also tried { white-space: nowrap; } on the td CSS rule, but that > didn't do it either...again this is only IE7. Adding it to both rules worked :) -- Anthony Ettinger 408-656-2473 http://anthony.ett

[css-d] IE7 wraping URLs at the "?" part...

2007-12-27 Thread Anthony Ettinger
e portion of the URL past 12ems. I also tried { white-space: nowrap; } on the td CSS rule, but that didn't do it either...again this is only IE7. -- Anthony Ettinger 408-656-2473 http://anthony.ettinger.name @pets = Pets.find_all_by_species('dog') @pets.each do |dog| { if dog.na

Re: [css-d] absolutely positioned background?

2007-12-01 Thread Anthony Ettinger
On Nov 30, 2007 2:57 PM, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > Anthony Ettinger wrote: > > http://chovy.dyndns.org/test/img/tab.html > > > > I'm trying to accomplish "Good", but am only able to get "Bad" as > > shown in the link ab

[css-d] absolutely positioned background?

2007-11-30 Thread Anthony Ettinger
http://chovy.dyndns.org/test/img/tab.html I'm trying to accomplish "Good", but am only able to get "Bad" as shown in the link above. I'm looking for a "bullet proof" method, that will not insert a gap when font-size is adjused by the user.

[css-d] bulletproof method for a logo?

2007-11-12 Thread Anthony Ettinger
font size. Obviously if I hard code everything w/ pixels that might fix the problem, but I don't want to do that. -- Anthony Ettinger Ph: 408-656-2473 var (bonita, farley) = new Dog; farley.barks("very loud"); bonita.barks("at strangers"); http://chovy.dyndns.org/r

[css-d] coloring ordered list item numbers

2007-09-29 Thread Anthony Ettinger
I've also tried re-implementing the counter and counter-increment css properties for but that also is only supported in Opera and FF. I tried a mix of the two, but then safari and others don't pick it up. Is there a "CSS way" of handling it without extraneous markup: foo

[css-d] coloring OL item numbers

2007-09-28 Thread Anthony Ettinger
ue; } I've also tried re-implementing the counter and counter-increment css properties for but that also is only supported in Opera and FF. I tried a mix of the two, but then safari and others don't pick it up. Is there a "CSS way" of handling it without extraneous markup: fo

Re: [css-d] Styling for Fieldsets and Legends

2007-06-25 Thread Anthony Lieuallen
On 6/25/2007 11:28 AM, Rick Faircloth wrote: > Also, how to get the rounded corners in FF? http://developer.mozilla.org/en/docs/CSS:-moz-border-radius __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/cs

[css-d] forcing textarea and inputs to be same width?

2007-06-04 Thread Anthony Ettinger
I can't seem to make textarea and input the same width between IE and FF. one is too long, the other is too short, is forcing the scrollbar in FF the only way to get them close? -- Anthony Ettinger Ph: 408-656-2473 http://chovy.dyndns.org/resume.html http://utuxia.com/consu

[css-d] fieldset bg flooding legend in IE7

2007-05-31 Thread Anthony Ettinger
http://www.top25web.com/contact.html Looks fine in FF, but the fieldset background color is flooding the legend tag...any ideas around this without changing my design? -- Anthony Ettinger Ph: 408-656-2473 http://chovy.dyndns.org/resume.html http://utuxia.com/consulting

[css-d] Backgound highlight for wrapped text

2007-05-21 Thread Anthony Park | 29degrees
Hi all, Before I resign myself to it not being possible with CSS, I thought I'd put a little problem to the great minds on this list. If you take a look at: http://demo.29degrees.co.uk/highlight/ ... you will see what I am trying to achieve. The first example looks slightly cramped and would

[css-d] fixed + variable height in same column

2007-01-30 Thread Tom Anthony
vertical space so it finishes with the yellow box, and scrolls as necessary. I've tried all sorts but am stumped. If someone could give me a good shove in the right direction, it would be appreciated. Cheers, Tom An

[css-d] Website shows up fine in FireFox, shows ABSOLUTELY NOTHING in IE

2006-11-07 Thread Mark Anthony
http://divinelotus.freehostia.com/WordPress/2006/11/07/election-nightmares-election-special-report/ Apparently its been this way a while and no one has told me. I never use IE, so I didn't notice. HELP? -- - Rev. Mark Anthony Collins Church of the Divine

[css-d] I've got a problem with CSS and WordPress

2006-10-30 Thread Mark Anthony
Press. -- - Rev. Mark Anthony Collins Church of the Divine Lotus http://divinelotus.freehostia.com/ [EMAIL PROTECTED] __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 inform

[css-d] select menu has margin/padding in Firefox only....

2006-09-26 Thread Anthony Ettinger
http://chovy.dyndns.org/exercise/debug-vertical-center.html The select menu is misbehaving with an apparent left margin in firefox only. -- Anthony Ettinger phone: 408-656-2473 resume: http://chovy.dyndns.org/resume.html Currently available for freelance projects blog: http://www.chovy.com

[css-d] select menu has margin/padding in Firefox only....

2006-09-26 Thread Anthony Ettinger
http://chovy.dyndns.org/exercise/debug-vertical-center.html I can't figure out why the dropdown menu has padding or margin. I have set it to 0 for both select and option tags. It works fine in IE/Opera/Konquerer, only Firefox is giving me issues. -- Anthony Ettinger phone: 408-656-2473 r

[css-d] css external stylesheet not working on blogger site

2006-08-07 Thread Mark Anthony
/ The css file is at http://redpill.freespaces.com/orp.css I need a guru to save me. I've searched on the internet and tried to fix it myself. I'm about ready to kill something. Thanks. Mark Anthony Collins __ css-disc

[css-d] Margin Problems with Nested Vertical Nav List and IE

2006-07-15 Thread Anthony Baker
ww.coachandgrowrich.net/css/subnav.css Thanks in Advance, Anthony __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/F

[css-d] Clearing Floats and Removing Vert Space

2006-07-10 Thread Anthony Baker
ap behind the navbar -- a no no. And, if I try , the overlap issue happens too. Seems something (i.e.,  ) has to be there for it to work. Would really appreciate any pointers that y'all can offer. Thanks in advance, Anthony

[css-d] AlphaImageLoader - no height or absolute positioning

2006-07-09 Thread Tom Anthony
I am removing the tables from a site and replacing with a pure css solution. I use AlphaImageLoader for opaque pngs in the design. However, in moving from a table solution to a div solution, I am having trouble making them work. I understand that AlphaImageLoader needs a div to have a set h

[css-d] AlphaImageLoader - no height or absolute positioning

2006-07-09 Thread Tom Anthony
I am removing the tables from a site and replacing with a pure css solution. I use AlphaImageLoader for opaque pngs in the design. However, in moving from a table solution to a div solution, I am having trouble making them work. I understand that AlphaImageLoader needs a div to have a set h

[css-d] Padding problem with tables to div conversion

2006-07-06 Thread Tom Anthony
Hi everyone, I am converting a site from tables to a pure CSS layout. Now, I've managed to get close-ish to my desired layout but it is starting to get a bit out of hand. Here is the dummy page just to show the problem in its simplest form: http://www.tomanthony.co.uk/css_padding/ I want to

Re: [css-d] Form Tag Woes and Safari/IE 6.0

2006-06-17 Thread Anthony Baker
Oh, btw: Am experiencing no such problems with the placement of the tags on Firefox or Flock, both of which I'm using. Cheers, Anthony __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

[css-d] Form Tag Woes and Safari/IE 6.0

2006-06-17 Thread Anthony Baker
no CSS code that would be causing this. It's the placement of the form tag itself. Cheers, Anthony __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incut

[css-d] Float Question for Ye

2006-06-17 Thread Anthony Baker
Hey Folks, Am looking for some float help here. Am trying to float a single-line form but (of course), the form is losing the background of the containing div. Doing this with images is, of course, easy because you know the width/height of the object you're floating, so you know how wide/ta

[css-d] Printing: Images + Page Breaks

2006-06-17 Thread Tom Anthony
Hi, I'm interested in adding a print style sheet to a site. The problem I am having is that any images on the page often get split over 2 pages, which defies the point of people printing it. I understand that the page breaks are browser dependant, but is there anything I can do to help them

[css-d] Font Sizing: Why Is Firefox Different?

2006-06-16 Thread Anthony Baker
to be happening here and there -- particularly in the text of the body of an article. Does anyone have a favorite method? Would love to get something that's accessible and as consistent as possible. Thanks, Anthony __ css-

Re: [css-d] fixed background over scrolling text problem

2006-06-15 Thread Tom Anthony
On 15 Jun 2006, at 00:20, Bruce Gilbert wrote: > I have a div filled with text that I am creating scrolling > functionality using DHTML. I am having a CSS issue because my > background image was scrolling along with the text, and I wanted it to > remain put (static), so I tried this: > > #col_2_s

Re: [css-d] Displaying external page in a div

2006-06-15 Thread Tom Anthony
On 15 Jun 2006, at 15:11, John Mandia wrote: > Hi all, > > Is it at all possible to display a page within a page (i.e. not > using frames > or iframe). > > i.e. the ability to set the source of a div to an external url. > > Anyone ever tried or achieved anything like this? > > Thanks, > > John

Re: [css-d] Site Check - Donovan Bond

2006-06-13 Thread Tom Anthony
On 13 Jun 2006, at 19:08, Donovan Bond wrote: > With help from css-d, I put together my first CSS site. It's been a > while and I'm rusty, but I've managed a redesign. > > Please have a look and let me know of any oddities. Works great for me on Mac OS X, in Safari 2.0.3 and 1.3.2, Firefox 1.0

[css-d] Thanks!

2006-05-11 Thread Anthony Papillion II
Just wanted to send a big thank you to all who responded to my question. I understand ID vs Class a LOT better now... Anthony __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub

[css-d] Question about ID vs Class

2006-05-11 Thread Anthony Papillion II
) while ID can be defined and used with *any* HTML element (i.e I could use then also use ). Am I interpreting this correctly or am I missing something important? Thanks! Anthony __ css-discuss [EMAIL PROTECTED] http

[css-d] What IMG Replacement Technique?

2006-04-19 Thread Anthony Baker
may really be 100% bulletproof. Thanks in advance, Anthony __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-dis

Re: [css-d] MIR Image Replacement Bug Question

2006-04-19 Thread Anthony Baker
stick with graphics, but will check out some of the other image replacement techniques. Thanks, Anthony __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.in

[css-d] MIR Image Replacement Bug Question

2006-04-19 Thread Anthony Baker
hack */ (The above items is the image replacement hack, the item below uses it.) #featured_2col h2.mir { margin: 0; width: 760px; height: 42px; background: url(/images/home/home_title_products.png) no-repeat top left; } Thanks, Anthony ___

[css-d] Fwd: Form in header: placement problems in IE win

2006-04-14 Thread Anthony L
Good idea to turn on borders it really helped me visualize where the form was and how it looked. The revised code looks like this: (the float and width attributes have been removed) #header form { /* The search form */ /*border: 3px solid #C03; */ margin-bottom: -100px; text-align

Re: [css-d] Spacing and Heading Elements

2006-04-13 Thread Anthony Baker
On Apr 13, 2006, at 1:40 PM, Els wrote: > Can you show this in an online example? I find that if I set all > margins and paddings to 0, there is no space other than the > line-height (which would be there in a div as well). Ah, I must have been on crack. I deleted and rewrote the CSS for this a

[css-d] Spacing and Heading Elements

2006-04-13 Thread Anthony Baker
her, they'll do something like this: INTRO LINE HEADLINE Body copy Thanks in advance, Anthony __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-dis

[css-d] Form in header: placement problems in IE win

2006-04-13 Thread Anthony L
Hi, I've added a search form to my header element, floated it to the right and used padding to push it into position. This seems to work fine in Safari and Firefox (both Win and OSX). IE win, is the problem... again :-( The search form seems to be hidden behind the tabbed navigation in IE6. I'm

Re: [css-d] Clearing 2 floated content areas

2006-03-29 Thread Anthony L
> > http://www.itu.dk/people/antl/Webdesign_06/vestervold148/test1/vestervold148_v2/hjem.html > > > > > > First, the white color behind the tabbed navigation does not extend > > to the far right of the page as it does in Firefox, for example. I > > thought I'd fixed this by giving the #nav div a fi

[css-d] Clearing 2 floated content areas

2006-03-28 Thread Anthony L
Hi all, I know there are a million articles on the subject, but I am stumped. On a previous incarnation of this page I sucessfully used the footer div to clear the tow opposingly floated content areas. Recently, I updated the code to center the content in the browser. This caused 2 problems in E

Re: [css-d] Body background image not displaying properly... in IE

2006-03-22 Thread Anthony L
> > In Windows IE6 however, the yellow background only displays properly > > once the page is reloaded or (oddly) when one of the secondary nav > > links, such as "item one", is moused over. > > > http://www.itu.dk/people/antl/vestervold148_help/hjem.html > > Looks like IE6 needs a 'hasLayout'[1]

Re: [css-d] Body background image not displaying properly... in IE

2006-03-22 Thread Anthony L
> Anthony L wrote: > > In Windows IE6 however, the yellow background only displays properly > > once the page is reloaded or (oddly) when one of the secondary nav > > links, such as "item one", is moused over. > > > http://www.itu.dk/people/antl/vesterv

[css-d] Body background image not displaying properly... in IE :-(

2006-03-22 Thread Anthony L
image displays properly when clicking the first 2 tabs: Bestyrelsen and Om huset. Maybe this is because the image is already loaded into the cache? Thanks in advance for any help... Anthony __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Header graphic causing excessive space above body text in Explorer

2006-02-14 Thread Anthony L
Hi Georg, Thanks :-) That worked perfectly and helped me understand some of Explorers many quirks :-) Tony Anthony L wrote: > I have a two-column liquid layout with a header and footer. The > columns are floated and defined with a 70% / 30% width. IE/win doesn't like that... :-

[css-d] Header graphic causing excessive space above body text in Explorer

2006-02-13 Thread Anthony L
Hi all, Let me start by saying I'm quite new to CSS layouts. Let me also say that I've adapted bits and pieces of CSS I've found among other place in Dan Cederholms Bulletproof web design. Although I thought I understood the workings of this code, as you'll see below there is obviously a gap in

[css-d] unwanted bottom margin caused by float-clearers

2006-02-08 Thread Anthony DiSante
l http://nodivisions.com/stuff/cssproblem/04/clearer-DIV.html The strange thing is, if you put a bottom-border on the body, it appears that this unwanted margin is actually *outside* the body. Any idea how I can achieve the float-clearing without getting that bottom margin? Thanks, -- Antho

Re: [css-d] A better Google Search page

2005-12-11 Thread Anthony Ettinger
. > -- > "Blessed is the nation whose God is the Lord."Psalm 33:12 NIV > > Team OS/2 ** Reg. Linux User #211409 > > Felix Miata *** http://members.ij.net/mrmazda/auth/ > > __ > css-discuss [EMAIL PROTECTED] > http://www.css-discuss.o

Re: [css-d] Newbie in CSS Questions

2005-11-01 Thread Anthony Ettinger
/mailman/listinfo/css-d > List wiki/FAQ -- http://css-discuss.incutio.com/ > Supported by evolt.org -- > http://www.evolt.org/help_support_evolt/ > Anthony Ettinger ph: (408) 656-2473 web: http://www.apwebdesign.com __ css-

Re: [css-d] thin line under span

2005-10-24 Thread Anthony Ettinger
] > 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/ > Anthony Ettinger ph: (408) 656-2473 web: http://www.apwebdesign.com

[css-d] site check please in IE Mac

2005-08-23 Thread anthony croshaw
Hi guys, I am having problems with the bottom image postioning on this site, but only in IE Mac. I have tried absolute positioning, have now opted to float it, need to know if there is still a problem. Cheers Anthony Site: http://www.spiralsofabundance.com/index.htm Css is as follows

Re: [css-d] extra space around a table inside a div

2005-07-14 Thread Anthony Morales
around the table and set it's left/right margins to -12px and everything else to 0, like you have below. thanks, ant On Jul 13, 2005, at 8:01 PM, Bob Easton wrote: Anthony Morales wrote: Bob, I've created a clean workpage and that shows that weird layout (I've tested Firef

Re: [css-d] extra space around a table inside a div

2005-07-12 Thread Anthony Morales
Bob, I've created a clean workpage and that shows that weird layout (I've tested Firefox and Safari on Mac 10.4 so far). http://anthonymorales.com/test.html thanks for you help! Bob Easton wrote: Can you upload an example and post a URL? __

[css-d] extra space around a table inside a div

2005-07-11 Thread Anthony Morales
Hi y'all, I've come across a most vexing problem I hope y'all have seen before. I've got a div wrapped around a table. I'd like the table to run up the borders of the div so it looks like there's a border on the table, but I'll be adding more content inside this border so I'd rather place

[css-d] w3c validation problem

2005-06-09 Thread anthony croshaw
to the tag, which (shockingly) ie supports correctly, the page validates, but netscape users are out of luck - any ideas? Cheers anthony __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] IE Bullets and Tables Collide

2005-06-05 Thread Anthony
_ > 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/ > Anthony ph: (40

Re: [css-d] clarification: IDS

2005-06-05 Thread Anthony
+.,.+' > __ > 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_e

Re: [css-d] Specificity problem

2005-06-05 Thread Anthony
what was the original link (you removed it from the thread). I'll take a look. --- Linda Dunn <[EMAIL PROTECTED]> wrote: > > > Anthony wrote: > > try putting your global style at the top, instead > of > > the bottom. It's a top-down processing. >

Re: [css-d] Specificity problem

2005-06-05 Thread Anthony
; ld > > -- > Linda Dunn > Purplegenie Design {web+graphics} > [EMAIL PROTECTED] > 252.422.9393 > __ > css-discuss [EMAIL PROTECTED] > http://www.css-discuss.org/mailman/listinfo/css-d > List wiki/FAQ -- http://css-d

[css-d] firefox bug with span inside of anchor

2005-06-02 Thread Anthony
".small:parent.a" or something like that. Any ideas? Anthony ph: (408) 656-2473 blog: http://www.chovy.com __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail

[css-d] fixed background problem in ie

2005-06-02 Thread anthony croshaw
Hi guys, I am trying to get this fixed background design, which is pretty similar to the complex spiral one in Eric's book, to work in IE. I have used the fixed javascript code available at dox desk, but no luck so far. If you view the page first in netscape 7 or firefox, it works fine, in IE somet

[css-d] conditional comments in css

2005-05-31 Thread anthony croshaw
? Thanks for your help, anthony __ 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] size of new window

2005-05-26 Thread anthony croshaw
Does anyone know of a way you can control the size of a new browser window if you open it with a link like this; Not usre if you can do it in css if you have a serpearte css file for the new page? Cheers anthony __ css

[css-d] IE 5.0 and 5.5 hacks

2005-05-25 Thread anthony croshaw
Eric, if you use divs with no borders, margins or padding, and apply the styling to the contents, you should get round most of the problems? Cheers for your help, and any good links! anthony __ css-discuss [EMAIL PROTECTED] http

[css-d] hover pseudo class

2005-05-24 Thread anthony croshaw
enough to do with javascript, but can you do it using just css? Cheers anthony __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by

[css-d] ie problem

2005-05-22 Thread anthony croshaw
and the css are listed below, any help much appreciated, it's probably a well known bug, but this is only my third css design, so forgive my ignorance! Anthony http://www.acroshaw.co.uk/index.htm http://www.acroshaw.co.uk/alp

[css-d] site check please!

2005-05-13 Thread anthony croshaw
Hi guys, well, I am onto my second site, starting to get to grips with css (I think), can you please make sure it looks ok? Particularly mac users, I have no way of checking macs, cheers Ant http://www.onceuponatimenursery.com __

Re: [css-d] alt and title on images (SEO etc.)

2005-05-07 Thread Anthony
t; On Sat, 7 May 2005 17:17:13 -0700 (PDT), "Anthony" > <[EMAIL PROTECTED]> said: > > > alt="foo"/> > > > > You can read more about seo here: > www.organicseo.org > > > > --- Francesco <[EMAIL PROTECTED]> wrot