Re: [css-d] Floating content problem

2011-08-15 Thread Chetan Crasta
Modify the rule in your stylesheet as below: .brazil { margin: -12% 10% 0 1070px; width: 236px; } Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] Is there a way of styling anchor tags within the body?

2011-08-15 Thread Ms2ger
On 08/14/2011 10:38 PM, Geoff Lane wrote: On Sunday, August 14, 2011, 8:53:58 PM, Jukka K. Korpela wrote: For some time I've been under the impression that you could only use... in the head. The impression is correct as far as HTML specifications are considered. However, browsers generally

Re: [css-d] DIVs referring to each other, and absolute positioning

2011-08-15 Thread Chetan Crasta
I have made many changes to your code to fix the problems you mentioned, see: http://roughtech.com/t/tft.html . Also, make sure you check your code with the w3.org css validator http://jigsaw.w3.org/css-validator/ and html validator http://validator.w3.org/ Regards, Chetan Crasta

Re: [css-d] DIVs referring to each other, and absolute positioning

2011-08-15 Thread David Laakso
On 8/15/11 2:17 AM, Keith Purtell wrote: I've removed most of the ugly blankness of my splash page, but two technical problems remain. - Keith Purtell It was not ugly because it was blank-- it was just a little morbid and did not go with anything else in your site as you now have it. Bt

Re: [css-d] DIVs referring to each other, and absolute positioning

2011-08-15 Thread Philip TAYLOR (Webmaster, Ret'd)
Keith Purtell wrote: > I've removed most of the ugly blankness of my splash page, but two > technical problems remain. ... > http://www.keithpurtell.com/kthings/ Keith, do you have any idea why the "T" is so badly (over)kerned in "CONTACT" ? It is very tight in "OTHER" and "AUTHORS", but just

Re: [css-d] DIVs referring to each other, and absolute positioning

2011-08-15 Thread Philip TAYLOR (Webmaster, Ret'd)
For those wondering how Keith is intended to know about what I am talking, there was a screenshot attachment that has quietly been jettisoned by the list server with no warning to replace it ... What Part 1.2 (--000605080503080102090309 Content-Type: text/plain; charset="us-ascii" Con

Re: [css-d] DIVs referring to each other, and absolute positioning

2011-08-15 Thread Jukka K. Korpela
15.8.2011 15:13, Philip TAYLOR (Webmaster, Ret'd) wrote: http://www.keithpurtell.com/kthings/ Keith, do you have any idea why the "T" is so badly (over)kerned in "CONTACT" ? This is rather odd. It happens on Firefox 5 but not Internet Explorer 9. On Firefox, it happens even if I add * {tex

[css-d] css sprites

2011-08-15 Thread Tindle, Terri
Hello all. Css sprites mystify me. I feel like I understand them in theory but still am not able to get them to work. Here's the link I'm working with: http://ago.mo.gov/index3.php I am trying to add a new button below "Consumer Complaints" but I'm not sure what to put for the y value. The

Re: [css-d] css sprites

2011-08-15 Thread Tom Livingston
On Mon, Aug 15, 2011 at 9:06 AM, Tindle, Terri wrote: > Hello all. > > Css sprites mystify me.  I feel like I understand them in theory but still am > not able to get them to work.  Here's the link I'm working with: > > http://ago.mo.gov/index3.php > > I am trying to add a new button below "Consu

Re: [css-d] css sprites

2011-08-15 Thread Tom Livingston
On Mon, Aug 15, 2011 at 9:06 AM, Tindle, Terri wrote: > Hello all. > > Css sprites mystify me.  I feel like I understand them in theory but still am > not able to get them to work.  Here's the link I'm working with: > > http://ago.mo.gov/index3.php > > I am trying to add a new button below "Consu

Re: [css-d] css sprites

2011-08-15 Thread Tindle, Terri
It finally clicked for me. Thanks. The last piece of the puzzle is getting the div to stop right below the Check A Charity button instead of showing part of the next button. I played around with the margin-bottom element of the div but that doesn't seem to work. Thanks. -Original Mess

Re: [css-d] css sprites

2011-08-15 Thread Tindle, Terri
I finally got it. Turns out you need to shift all the images down so any buttons you don't want to show go below the div. I still don't understand why the div didn't end after the last but it works. Thanks for everyones' help. -Original Message- From: Tindle, Terri Sent: Monday, Aug

Re: [css-d] Floating content problem

2011-08-15 Thread Ghodmode
On Mon, Aug 15, 2011 at 1:36 PM, Kashif Sami wrote: > ... > Also, this might sound pretty silly but what's the difference between screen > size & screen resolution? That may depend on the context of your question. Strictly speaking, size is the physical size of the monitor. It would be somethin

Re: [css-d] trouble using attribute select to display document file type icon on link

2011-08-15 Thread Angela French
Yucca, the padding-left is to put a bit of space between the last letter of the link and the document icon. The issue with the icon appear to the far right is, in this case, because my links are list items. Angela French 13.8.2011 2:30, Angela French wrote: > I'm trying to find a way to disp

Re: [css-d] trouble using attribute select to display document file type icon on link

2011-08-15 Thread Jukka K. Korpela
15.8.2011 21:15, Angela French wrote: Yucca, the padding-left is to put a bit of space between the last letter > of the link and the document icon. I don't see why left padding would do that, when the icon is placed on the right of the link. The issue with the icon appear to the far right

[css-d] Centering an entire page in the available window.

2011-08-15 Thread bruce . somers
I expected body {     margin: auto;     text-align: center; } To center the entire content on a page. I am obviously wrong. The page is at  http://www.carlos-nunez.de/ It must be very simple. Thanks for any assistance. Bruce

Re: [css-d] Centering an entire page in the available window.

2011-08-15 Thread Tim Climis
> I expected > > body { > margin: auto; > text-align: center; > } > > To center the entire content on a page. I am obviously wrong. > > The page is at http://www.carlos-nunez.de/ > > It must be very simple. > You're almost there. First, you don't need text-align: center. That's ext

Re: [css-d] Centering an entire page in the available window.

2011-08-15 Thread Ted Rolle Jr.
> > You're almost there. First, you don't need text-align: center. That's > extra. But you do need a width on the body. By default, it's 100% of the > browser, but looking at the stuff inside, it only needs to be 885px. Once > you give the body a width, it'll center itself up. > > body { > ma

Re: [css-d] DIVs referring to each other, and absolute positioning

2011-08-15 Thread Keith Purtell
On 8/15/2011 7:13 AM, Philip TAYLOR (Webmaster, Ret'd) wrote: > > > Keith Purtell wrote: > >> I've removed most of the ugly blankness of my splash page, but two >> technical problems remain. > ... >> http://www.keithpurtell.com/kthings/ > > Keith, do you have any idea why the "T" is so badly >

Re: [css-d] DIVs referring to each other, and absolute positioning

2011-08-15 Thread Keith Purtell
On 8/15/2011 3:22 AM, Chetan Crasta wrote: > I have made many changes to your code to fix the problems you mentioned, > see: http://roughtech.com/t/tft.html . > > Also, make sure you check your code with the w3.org css > validator http://jigsaw.w3.org/css-validator/ and html > vali

Re: [css-d] Centering an entire page in the available window.

2011-08-15 Thread Tim Climis
On Monday, August 15, 2011 8:52:49 pm Ted Rolle Jr. wrote: > > You're almost there. First, you don't need text-align: center. That's > > extra. But you do need a width on the body. By default, it's 100% of > > the browser, but looking at the stuff inside, it only needs to be > > 885px. Once yo

Re: [css-d] Centering an entire page in the available window.

2011-08-15 Thread Mark Henderson
On 16 August 2011 10:02, Tim Climis wrote: > You're almost there.  First, you don't need text-align: center.  That's extra. Extra *unless* you plan on supporting earlier versions of IE. -- /*Mark __ css-discuss [css-d@lists.css-d

Re: [css-d] DIVs referring to each other, and absolute positioning

2011-08-15 Thread Jukka K. Korpela
16.8.2011 3:58, Keith Purtell wrote: I was under the impression that reasonable kerning was built into most typefaces. Well, most good typefaces at least. But web browsers haven't traditionally applied kerning. Firefox now applies some kerning in some situations. By default, it does so for

Re: [css-d] trouble using attribute select to display document file type icon on link

2011-08-15 Thread Ghodmode
On Tue, Aug 16, 2011 at 2:15 AM, Angela French wrote: > Yucca, the padding-left is to put a bit of space between the last letter of > the link and the document icon.  The issue with the icon appear to the far > right is, in this case, because my links are list items. That space between the imag