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] 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] 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] 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

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

2010-02-04 Thread Cody Sickler
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. On Fri, Feb 5, 2010 at 12:11 AM, David Laakso wrote: > David Laakso wrote: >> >> Cody Sickler wrote: >> >>> >>> Thank you for t

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

2010-02-04 Thread David Laakso
David Laakso wrote: > Cody Sickler wrote: > >> Thank you for the prompt reply, and I understand I was being vague. >> I've also noticed it's occurring in Firefox as well. I'm currently >> using IE8, but was using it to look at IE7 as well. When I set it in >> quirks mode, it "sort of" works, it

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

2010-02-04 Thread David Laakso
Cody Sickler wrote: > Thank you for the prompt reply, and I understand I was being vague. > I've also noticed it's occurring in Firefox as well. I'm currently > using IE8, but was using it to look at IE7 as well. When I set it in > quirks mode, it "sort of" works, it extends the iframe's height and

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

2010-02-04 Thread David Laakso
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%; > width: 75%; > height: 80%; } > > Am I doing anything wrong, or i

[css-d] Issues with IE and Borders

2010-02-04 Thread Cody Sickler
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%; width: 75%; height: 80%; } Am I doing anything wrong, or is this just something I can't

Re: [css-d] issues with IE< 8

2009-11-04 Thread Theresa Mesa
The HTML on your home page doesn't validate, with 26 errors. Just validating your HTML can do a world of good for your site and might clear up your problems. Among other things, "style" has been misspelled on your tag at line 70. Theresa On Nov 4, 2009, at 1:39 PM, ayman bs wrote: > He

[css-d] issues with IE< 8

2009-11-04 Thread ayman bs
Hello, I have some problems with IE7 and less in showing this webpage: http://x.xtreemhost.com/iimec/ Could anybody please explain any technical reasons to avoid such issues? Could anybody please suggest a way to fix the problem in IE7 and IE6? Thank you in advance. _

Re: [css-d] Issues in IE

2009-10-30 Thread Alan Gresley
taestrada wrote: > > From: Alan Gresley [mailto:a...@css-class.com] > > taestrada wrote: >> >> http://foundations-aba.com/index2.html >> > > Strange case, Something to do with the wide image in the page header. > Clear left on div#navigation brings IE7- into line. > > #navigation { >width

Re: [css-d] Issues in IE

2009-10-29 Thread taestrada
-Original Message- From: Alan Gresley [mailto:a...@css-class.com] Sent: Wednesday, October 28, 2009 11:50 PM To: taestrada Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] Issues in IE taestrada wrote: > My page looks perfect in Firefox, but in IE 7 the left navigation is on

Re: [css-d] Issues in IE

2009-10-28 Thread Alan Gresley
taestrada wrote: > My page looks perfect in Firefox, but in IE 7 the left navigation is on the > right side of the content. The content is also very low The more I tried to > fix it, the more I kept messing things up. Thought I had better ask fresh > eyes for help. (I have a feeling it's something

[css-d] Issues in IE

2009-10-28 Thread taestrada
My page looks perfect in Firefox, but in IE 7 the left navigation is on the right side of the content. The content is also very low The more I tried to fix it, the more I kept messing things up. Thought I had better ask fresh eyes for help. (I have a feeling it's something really basic!) http://f

Re: [css-d] Issues with iframes in IE 7

2009-09-28 Thread Jukka K. Korpela
Ellen Heitman wrote: > Anyone have an idea as to what's going on here? > http://www.williamtobrien.com/airraids.html > http://www.williamtobrien.com/letters_leaving.html > > If you view these pages in Safari and Firefox, you'll see what they > should look like. However, the iframes are all wrong i

Re: [css-d] Issues with iframes in IE 7

2009-09-28 Thread David Hucklesby
Ellen Heitman wrote: > Anyone have an idea as to what's going on here? > http://www.williamtobrien.com/airraids.html > http://www.williamtobrien.com/letters_leaving.html > > If you view these pages in Safari and Firefox, you'll see what they > should look like. However, the iframes are all wrong

[css-d] Issues with iframes in IE 7

2009-09-28 Thread Ellen Heitman
Anyone have an idea as to what's going on here? http://www.williamtobrien.com/airraids.html http://www.williamtobrien.com/letters_leaving.html If you view these pages in Safari and Firefox, you'll see what they should look like. However, the iframes are all wrong in IE. Here's my HTML code for the

Re: [css-d] Issues with a:hover

2009-01-11 Thread Matt Fielding
Oh goodness, I've certainly been at this for too long... Thank you very much! On Sun, Jan 11, 2009 at 4:20 PM, JR Heard wrote: > Hi Matt, > > On Sun, Jan 11, 2009 at 1:14 PM, Matt Fielding wrote: > > .content a:hover { > >color: #EODCDC; > > } > > Validating your markup via http://jigsaw.w

Re: [css-d] Issues with a:hover

2009-01-11 Thread L. David Baron
On Sunday 2009-01-11 16:14 -0500, Matt Fielding wrote: > .content a:hover { > color: #EODCDC; > } The character after the capital "E" is an uppercase letter "O" rather than a number "0". That's causing the declaration to be discarded, since it is syntactically incorrect. See http://jigsaw.w3

Re: [css-d] Issues with a:hover

2009-01-11 Thread David Laakso
Matt Fielding wrote: > > However, even with this code I am having an issue where the text is not > changing when the mouse hovers over the text. The active effect is working > perfectly fine, as is the normal a,a:link,a:visited effect. The HTML I have > for this section is as follows: > > Try:

Re: [css-d] Issues with a:hover

2009-01-11 Thread JR Heard
Hi Matt, On Sun, Jan 11, 2009 at 1:14 PM, Matt Fielding wrote: > .content a:hover { >color: #EODCDC; > } Validating your markup via http://jigsaw.w3.org/css-validator/ shows that the color you've used for your a:hover is invalid - looks like you're using an O instead of a 0, and there aren't

[css-d] Issues with a:hover

2009-01-11 Thread Matt Fielding
Hello everyone, I come to you with a very peculiar problem that I can't seem to find the solution to. I know that the order of appearance of pseudo-classes for doing hover effects must be :link, :visited, :hover, :active. That is the order I have them appearing, as you see in the code below: .con

[css-d] Issues in internet explorer

2007-08-10 Thread Tia Paitsel
Hi all- I am having issues with my website displaying properly in IE. The main issue is with the text on the right side. I have a callout portion (quote) that I tried to have larger, bolder and italicized so I tried creating a sub-class which solved the problem in all other browsers except IE. Al

Re: [css-d] Issues with CSS and Safari

2006-09-12 Thread Philippe Wittenbergh
On Sep 13, 2006, at 2:56 AM, Christopher Fisher wrote: > Things came out pretty horrible looking on the clients machine and > i was > wondering if anyone had any good reference links to Safari issues and > fixes for CSS. Or if anyone has any suggestions on how to fix the > sample page. > > Her

[css-d] Issues with CSS and Safari

2006-09-12 Thread Christopher Fisher
Hello, I'm new around here, but i was hoping someone could help me with some CSS problems ive been having. Ive been working with CSS for a while now but ive never done much dealing with floats and positioning. Anyway, let me get to the point :) My recent client uses Safari on a Mac, and since

Re: [css-d] issues

2006-08-30 Thread Daniel Hammond
Very good. Thank you, sir. Daniel Hammond www.objectivedesigns.com > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Bradley Wright > Sent: Wednesday, August 30, 2006 9:39 AM > To: css-d@lists.css-discuss.org > Subject

Re: [css-d] issues

2006-08-30 Thread Gunlaug Sørtun
Daniel Hammond wrote: > Can someone tell me why on www.lyteenterprises.com/services.htm, the > lists of services are moved down an extra line in FF and Opera, and > they are moved over to the right in IE? Defaults are different and used differently across browser-land. Looks like you've only dec

Re: [css-d] issues

2006-08-30 Thread Bradley Wright
Actually make that: margin: 0; Which should reset all the margins on the list. On 30/08/2006 14:37, Bradley Wright wrote: > On 30/08/2006 14:25, Daniel Hammond wrote: >> Can someone tell me why on www.lyteenterprises.com/services.htm, the >> lists of services are moved down an extra lin

Re: [css-d] issues

2006-08-30 Thread Bradley Wright
On 30/08/2006 14:25, Daniel Hammond wrote: > Can someone tell me why on www.lyteenterprises.com/services.htm, the > lists of services are moved down an extra line in FF and Opera, and > they are moved over to the right in IE? It's the margin of the . Try this: .multicolumn { float: left

[css-d] issues

2006-08-30 Thread Daniel Hammond
Can someone tell me why on www.lyteenterprises.com/services.htm, the lists of services are moved down an extra line in FF and Opera, and they are moved over to the right in IE? Daniel Hammond www.objectivedesigns.com __ css-disc

Re: [css-d] Issues with Alignment

2006-07-24 Thread Yazmin Media
David - Thank you! I don't know why I didn't think about using a negative value. :/ On 7/24/06, David O'Neill <[EMAIL PROTECTED]> wrote: > > Hey Yazmin, > > I am by far the best person to be telling you how to do this as I am a > newbie at this myself, but I just played with it for a few mins and

[css-d] Issues with Alignment

2006-07-22 Thread Yazmin Media
I'm working on a page that is supposed to look like this: http://yazminmedia.com/playground/VZN/mock1b.v3.gif However, I'm having an alignment issue with the middle text portion (New Collections and locations graphics), as follows: http://yazminmedia.com/playground/VZN/index2.htm The CSS is in

Re: [css-d] Issues with floated sidebar

2006-04-04 Thread Jeff Coleman
On 4/3/06, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > I only have a few pointers this time, and some pretty lame "fixes". > It's mostly 'hasLayout'[1] related bugs in IE/win - and a whitespace bug > to go with it. > regards > Georg > > [1]http://www.satzansatz.de/cssd/onhavinglayout.html

Re: [css-d] Issues with floated sidebar

2006-04-03 Thread Gunlaug Sørtun
I only have a few pointers this time, and some pretty lame "fixes". It's mostly 'hasLayout'[1] related bugs in IE/win - and a whitespace bug to go with it. > "Disappearing Text" http://realty.colemanation.org/weird.html Adding 'hasLayout' trigger "fixes" it... p {height: 100%;} > "Phanto

Re: [css-d] Issues with floated sidebar

2006-04-03 Thread mpecs
Hi, "Disappearing Text" http://realty.colemanation.org/weird.html In this one the text inside the DIV doesn't appear. When there are hyperlinks elsewhere on the page, mousing over them will cause this text to appear, but I've extracted just the problem areas. I'm mainly just baffled as to what

[css-d] Issues with floated sidebar

2006-04-02 Thread Jeff Coleman
Hi everyone, I'm wondering if anyone can help with some problems I'm experiencing. I've pared them down to only the relevant markup and CSS and put them on the web here. The problems in all cases are only in IE, not Firefox. "Disappearing Text" http://realty.colemanation.org/weird.html In thi

[css-d] Issues with UDM menu on Mac

2006-02-14 Thread Randal Rust
I have implemented created a layout for a client to take a look at, using Brothercake's UDM menu. It works great on various browsers on Windows. but breaks terribly on a Mac in Safari and IE 5. I'm not so worried about IE 5, but what gives with Safari? http://www.sevelltest1.com/ -- Randal Rust R