Re: [css-d] Issues with IE and Borders

2010-02-05 Thread David Laakso
Cody Sickler wrote: >> >> > > What I was trying to do was have the frame fill a certain percentage > of the screen. It works fine when I set the height as a percentage in > Chrome and Opera, however in other browsers it seems to not work > correctly. Right now I've just settling on setting a p

Re: [css-d] How to replace this table row in CSS-only ???

2010-02-05 Thread Mike Schleif
Very interesting. I fail to understand HOW it works? What keeps the left-text-baseline at the same position as right-text-baseline? When I manipulate font sizes, the baselines move ??? Best Regards, Mike Chris F.A. Johnson wrote: > On Fri, 5 Feb 2010, Mike Schleif wrote: > >> OK, I have two

Re: [css-d] abs positioned element getting pushed down by sibling's margins?

2010-02-05 Thread Philippe Wittenbergh
On Feb 6, 2010, at 7:35 AM, Yoink Boink wrote: > Ah yes, thanks, margin collapsing makes sense. > I just never thought the body would get 'pushed down' as well + assumed the > abs positioning starts at top leftmost point always of the parent div + > avoiding margins (doh, wronngg)... At the top

Re: [css-d] Bottom align images

2010-02-05 Thread Sean O' Shea
On Jan 28, 2010, at 12:32 PM, David Hucklesby wrote: > On 1/28/10 11:01 AM, Sean O' Shea wrote: >> Hi all, >> >> I had a quick question regarding bottom aligning some images. >> >> The page in question looks like this: >> http://whatsthepointeh.appspot.com/bottom-align/eyefi/tests/widget/robot/D

Re: [css-d] Issues with IE and Borders

2010-02-05 Thread Cody Sickler
> What are you trying to do? > > On 05.02.2010 05:41, Cody Sickler wrote: >> >> Hello, I seem to be having trouble with styling an iframe in Internet >> Explorer. The CSS I'm using it to style is: >>  #emailBody { >>        border-left: 3px dashed #003c6a; >>        padding-left: 2%; >>        widt

Re: [css-d] How to replace this table row in CSS-only ???

2010-02-05 Thread Mike Schleif
OK But, as I said, the LEFT text must be much larger than right; and with this, the baselines right and left do NOT coincide ... Best Regards, Mike Pi Dizayn wrote: > > > > > > Biographical Info > Abe Lincoln > > > On 06.02.2010 02:26, Mike S

Re: [css-d] How to replace this table row in CSS-only ???

2010-02-05 Thread Pi Dizayn
Biographical Info Abe Lincoln On 06.02.2010 02:26, Mike Schleif wrote: > No > > I've also tried font-size > > Best Regards, > > Mike > > Pi Dizayn wrote: > >> On 06.02.2010 01:09, Mike Schleif wrote: >> >>> OK, I have two (2) elements sitting o

Re: [css-d] How to replace this table row in CSS-only ???

2010-02-05 Thread Chris F.A. Johnson
On Fri, 5 Feb 2010, Mike Schleif wrote: > OK, I have two (2) elements sitting on an , one left justified and > the other right justified: > > Abe Lincoln Biographical Info > - > > NOTE: The left tex

Re: [css-d] background image missing in IE6

2010-02-05 Thread Tim Duffy
> > I have a div that holds a navigation bar.  There is supposed to be a > background image uner the nav bar, but it doesn't show up in IE6.  Here is > the page:  http://www.depts.ttu.edu/agriculturalsciences/Test/academics.php > > I have the following styles.  I've included everything that I can

Re: [css-d] How to replace this table row in CSS-only ???

2010-02-05 Thread Mike Schleif
I googled this; but, 2 problems: [1] the 2 texts right and left were aligned to TOP not baseline [2] couldn't get the to display beneath both texts Best Regards, Mike David Laakso wrote: > Mike Schleif wrote: >> OK, I have two (2) elements sitting on an , one left justified and >> the other ri

Re: [css-d] How to replace this table row in CSS-only ???

2010-02-05 Thread Mike Schleif
No I've also tried font-size Best Regards, Mike Pi Dizayn wrote: > On 06.02.2010 01:09, Mike Schleif wrote: >> OK, I have two (2) elements sitting on an, one left justified and >> the other right justified: >> >> Abe Lincoln Biographical Info >>

Re: [css-d] How to replace this table row in CSS-only ???

2010-02-05 Thread Pi Dizayn
On 06.02.2010 01:09, Mike Schleif wrote: > OK, I have two (2) elements sitting on an, one left justified and > the other right justified: > > Abe Lincoln Biographical Info > - > > NOTE: The left text i

Re: [css-d] How to replace this table row in CSS-only ???

2010-02-05 Thread David Laakso
Mike Schleif wrote: > OK, I have two (2) elements sitting on an , one left justified and > the other right justified: > > Abe Lincoln Biographical Info > - > > NOTE: The left text is larger (e.g., ) th

[css-d] How to replace this table row in CSS-only ???

2010-02-05 Thread Mike Schleif
OK, I have two (2) elements sitting on an , one left justified and the other right justified: Abe Lincoln Biographical Info - NOTE: The left text is larger (e.g., ) than right text; but, BOTH must

Re: [css-d] abs positioned element getting pushed down by sibling's margins?

2010-02-05 Thread Yoink Boink
Ah yes, thanks, margin collapsing makes sense. I just never thought the body would get 'pushed down' as well + assumed the abs positioning starts at top leftmost point always of the parent div + avoiding margins (doh, wronngg)... Curious after i adding 1px padding ( or of course borders, or new b

[css-d] background image missing in IE6

2010-02-05 Thread A.K. Allen
I have a div that holds a navigation bar. There is supposed to be a background image uner the nav bar, but it doesn't show up in IE6. Here is the page: http://www.depts.ttu.edu/agriculturalsciences/Test/academics.php I have the following styles. I've included everything that I can think of t

Re: [css-d] Issues with IE and Borders

2010-02-05 Thread David Laakso
Cody Sickler wrote: > On Fri, Feb 5, 2010 at 3:23 AM, David Laakso > wrote: > >> Cody Sickler wrote: >> >>> I'm not sure if works on the Mac version of Safari, but the Windows >>> version it works as I intended it to, and it also works on Google >>> Chrome. I haven't tested Opera yet. >>>

Re: [css-d] Issues with IE and Borders

2010-02-05 Thread Cody Sickler
On Fri, Feb 5, 2010 at 3:23 AM, David Laakso wrote: > Cody Sickler wrote: >> >> I'm not sure if works on the Mac version of Safari, but the Windows >> version it works as I intended it to, and it also works on Google >> Chrome. I haven't tested Opera yet. >> >> > > re:

Re: [css-d] Issues with padding

2010-02-05 Thread Jason Arnold
On Fri, Feb 5, 2010 at 8:56 AM, WILSON, BECKY wrote: > I am having trouble with padding around the text body, see: > http://www.sc.edu/aes/index.shtml > > > > Here is the CSS I'm using: > > #mainContentPad { > >        padding-top: 15px; > >        padding-right: 15px; > >        padding-bottom: 1

Re: [css-d] Issues with padding

2010-02-05 Thread Climis, Tim
Take a look at your page with the Firebug extension for Firefox, and you'll see what's up. What you think is mainContentPad and what actually is, are two entirely different things. Fixing it will take some mark up changes, which means that I can't just test it quite as easily as CSS. But I th

[css-d] Issues with padding

2010-02-05 Thread WILSON, BECKY
I am having trouble with padding around the text body, see: http://www.sc.edu/aes/index.shtml Here is the CSS I'm using: #mainContentPad { padding-top: 15px; padding-right: 15px; padding-bottom: 15px; padding-left: 15px; } Thanks so much __

Re: [css-d] positioning text in a table cell

2010-02-05 Thread Bobby Jack
--- On Fri, 2/5/10, Cyril Motsch wrote: > > Have you tried absolute positioning? > > I have tried that, with "position: absolute; bottom: 0pt", (Don't forget that, strictly speaking, "0pt" is invalid because a value of "0" doesn't need a unit) > but both Safari 4.0.4 and Firefox 3.5.6 for Mac

Re: [css-d] positioning text in a table cell

2010-02-05 Thread Cyril Motsch
> (Don't forget that, strictly speaking, "0pt" is invalid because a > value of "0" doesn't need a unit) OK >> but both Safari 4.0.4 and Firefox 3.5.6 for Mac understand that to >> be relative to the whole table, not to the individual cell. > > Generally speaking, an absolutely-positioned eleme

Re: [css-d] positioning text in a table cell

2010-02-05 Thread Cyril Motsch
> Have you tried absolute positioning? Mind you, I don't know how > well AP > works with table cells. In 7 years I have used very few tables... > I have tried that, with "position: absolute; bottom: 0pt", but both Safari 4.0.4 and Firefox 3.5.6 for Mac understand that to be relative to the

Re: [css-d] abs positioned element getting pushed down by sibling's margins?

2010-02-05 Thread Philippe Wittenbergh
On Feb 5, 2010, at 7:07 AM, Ari Army wrote: > So I had a repeating background on the body tag. > and had 2 child divs. The 1st one must be positioned absolutely to match the > repeating background on body tag... > so i put a 'position: relative' on the body tag, > and a 'position: absolute' on th

Re: [css-d] Issues with IE and Borders

2010-02-05 Thread David Laakso
Cody Sickler wrote: > I'm not sure if works on the Mac version of Safari, but the Windows > version it works as I intended it to, and it also works on Google > Chrome. I haven't tested Opera yet. > > re: Opera and SeaMonkey don't get either. Try setting the hei