Re: [css-d] conditional css for Opera?

2009-11-17 Thread Philippe Wittenbergh
On Nov 17, 2009, at 3:55 PM, Philippe Wittenbergh wrote: > > On Nov 17, 2009, at 3:14 AM, Angela French wrote: > >> I have some foreign language text on my page (Cambodian) which I >> have rendered in html. Opera, IE, and FF all render the text in >> different sizes. I have tried em, pt, px, %.

Re: [css-d] conditional css for Opera?

2009-11-17 Thread Angela French
Thank you for all the opinions on this subject. I created a test page with no applied CSS. It can be seen at: http://checkoutacollege.com/testForeign.html . If you try it in different browsers, you will see that in IE7 and Opera 9.62 (that's all I've tested in so far), the last list item (Camb

Re: [css-d] conditional css for Opera?

2009-11-17 Thread Angela French
I just got into the preferences on Opera. Tools > Preferences > International Fonts (button). Here I have the ability to select which system font is used to display Khmer. If I switch it to Khmer OS, then the font rendering is comparable in size to what FF renders. Very interesting. IE has t

[css-d] object vs iframe

2009-11-17 Thread Peter Bradley
I need to embed one html page in another. I've done this using the element: http://www.peredur.net/miami-beach-suites/individual-properties-main.html (current test site version) Now I find that it doesn't display in any current version of IE. Does that mean I have to use an iframe? Or is the

[css-d] IE7 stretching floated div

2009-11-17 Thread jeffrey morin
Hey Everyone I am finding an IE bug that seems odd. I have a div with two inputs inside of it. the div is floating right and one of the inputs is floating left and the other right to create some space. here's what it looks like This works fine everywhere but in IE. It stretches the containin

[css-d] IE8 Doctype problems

2009-11-17 Thread Michael Bruel
Hello All, We¹ve been having problems with our HTML page when using IE8 and certain doctypes. When we attempted a style.position = ³absolute² (and subsequent manipulation of the div) with the following doctypes, it worked fine: Worked fine: * No doctype * * However, when using t

Re: [css-d] IE7 stretching floated div

2009-11-17 Thread Mark Henderson
> Hey Everyone > > I am finding an IE bug that seems odd. I have a div with two inputs inside > of it. the div is floating right and one of the inputs is floating left and > the other right to create some space. here's what it looks like > > > > > > > This works fine everywhere but in IE. It

Re: [css-d] IE7 stretching floated div

2009-11-17 Thread jeffrey morin
On Tue, Nov 17, 2009 at 3:21 PM, Mark Henderson wrote: > > Hey Everyone > > > > I am finding an IE bug that seems odd. I have a div with two inputs > inside > > of it. the div is floating right and one of the inputs is floating > left and > > the other right to create some space. here's what it l

[css-d] floated list item not lining up horizontally

2009-11-17 Thread Chris Kavinsky
I created an unordered list where the background image displays in place of text. For some reason, the list is staggering down a few pixels from each other as you move to the right and I can't figure out why. Here the link: http://associationdatabase.com/aws/OHPCO/pt/sp/home_page Here's the CSS c

Re: [css-d] IE7 stretching floated div

2009-11-17 Thread jeffrey morin
On Tue, Nov 17, 2009 at 3:49 PM, Mark Henderson wrote: > >Hey Marc, > > >Thanks for getting back to me. I can't really send out the page > >because it's the section to edit your profile on the site I am working > >on. I don't want to ask anyone to sign up for something. > > >This is the Doctype t

Re: [css-d] IE7 stretching floated div

2009-11-17 Thread Mark Henderson
>Hey Marc, >Thanks for getting back to me. I can't really send out the page >because it's the section to edit your profile on the site I am working >on. I don't want to ask anyone to sign up for something. >This is the Doctype that is in place though. It looks ok. > "http://www.w3.org/TR/xhtml1

[css-d] Help w/ slideshow nav

2009-11-17 Thread Greg Wilker
if you go to http://www.apparelnews.net/fashion/slideshows/single?fashion_slideshow_id=15 84 and click on one of the images, you'll get a pop-up slideshow. The "previous" and "next" buttons are supposed to be underneath the respective photos and the photos side by side. Recently, the images chan

[css-d] IE8 Doctype problems

2009-11-17 Thread Michael Bruel
Hello All, We¹ve been having problems with our HTML page when using IE8 and certain doctypes. When we attempted a style.position = ³absolute² (and subsequent manipulation of the div) with the following doctypes, it worked fine: Worked fine: * No doctype * * However, when using t

Re: [css-d] Links not adhering to style sheet in IE 7/8

2009-11-17 Thread Jay Tanna
You need to give us an example of which link seems to be dodgy in IE7/8 and not in FF/Safari. I had a quick look at your site but found it ok in IE7. --- On Mon, 11/16/09, Jason Lander wrote: > Two firsts for me today - This is my > first email to this group and I put my > first website up t

Re: [css-d] IE7 stretching floated div

2009-11-17 Thread Jay Tanna
You haven't said which DIV is causing the problem. You have only one div in your snippet so it is difficult to comment. Generally, floated elements are relatively positioned within one another. Therefore, a non floated DIV will stretch 100% while floated DIV will be positioned relatively and

[css-d] fixed width horizontal list

2009-11-17 Thread Jack Bates
I want to style an so it looks similar to the main links on this page, http://artefactual.com/ - horizontal - right justified - fixed width Here's my first attempt, http://www.sfu.ca/~jdbates/tmp/css/200911170/ It *is* horizontal and right justified, but it's not fixed width I guess this is be

Re: [css-d] fixed width horizontal list

2009-11-17 Thread Jay Tanna
First change your code to this: Home Consulting ICA-AtoM Clients About Contact Then change your css to this: #centeredmenu { float:left; width:100%; background:#fff; border-bottom:4px solid #000; overflow:hidden; position:relative; } #cente

Re: [css-d] fixed width horizontal list

2009-11-17 Thread David Laakso
Jack Bates wrote: > > Now it's horizontal, right justified, and fixed width - but the links > are out of order : ( > > Can anyone suggest how to style this so it's horizontal, right > justified, fixed width, and in the correct order? (Without reordering > the ) > ol { background: blue; f

Re: [css-d] fixed width horizontal list

2009-11-17 Thread bill scheider
On Tue, Nov 17, 2009 at 3:44 PM, Jack Bates wrote: > I want to style an so it looks similar to the main links on this > page, http://artefactual.com/ > > So I tried adding display: block; float: right; > http://www.sfu.ca/~jdbates/tmp/css/200911171/

Re: [css-d] IE8 Doctype problems

2009-11-17 Thread David Hucklesby
Michael Bruel wrote: > Hello All, > > We¹ve been having problems with our HTML page when using IE8 and certain > doctypes. > > When we attempted a style.position = ³absolute² (and subsequent manipulation > of the div) with the following doctypes, it worked fine: > > Worked fine: > > * No d

Re: [css-d] floated list item not lining up horizontally

2009-11-17 Thread David Hucklesby
Chris Kavinsky wrote: > I created an unordered list where the background image displays in > place of text. For some reason, the list is staggering down a few > pixels from each other as you move to the right and I can't figure > out why. Here the link: > > http://associationdatabase.com/aws/OHP

[css-d] Floating divs in IE6

2009-11-17 Thread Kerrin Hardy
Hi I am customising a Zen Cart site and have it working how I expect in the browsers I've checked other than IE 6. The div for the tagline is supposed to expand underneath the logo but it doesn't in IE6. Can someone help me with what I am missing here. http://demo.kerrinhardy.com/ Thanks,

Re: [css-d] IE7 stretching floated div

2009-11-17 Thread Mark Henderson
Jay Tanna wrote on 18 November 2009 at 12:27 > > You haven't said which DIV is causing the problem. You have only one div in your > snippet so it is difficult to comment. I think that's probably because the OP doesn't really know where the problem lies, hence their post to this list (and that's

Re: [css-d] IE7 stretching floated div

2009-11-17 Thread Alan Gresley
jeffrey morin wrote: > Hey Everyone > > I am finding an IE bug that seems odd. I have a div with two inputs inside > of it. the div is floating right and one of the inputs is floating left and > the other right to create some space. here's what it looks like > > > > > > > This works fine eve

Re: [css-d] IE7 stretching floated div

2009-11-17 Thread Mark Henderson
Alan Gresley wrote on 18 November 2009 at 16:45 [..] > I have no specific test case for IE7- but is this your bug. > > > Ah ha! Well that does seem to fit with his earlier code snippet, good spotting. > > BTW, please s

Re: [css-d] IE7 stretching floated div

2009-11-17 Thread jeffrey morin
On Tue, Nov 17, 2009 at 10:56 PM, Mark Henderson wrote: > Alan Gresley wrote on 18 November 2009 at 16:45 > [..] > > I have no specific test case for IE7- but is this your bug. > > > > > m> > > > > Ah ha! Well that does se

Re: [css-d] Floating divs in IE6

2009-11-17 Thread David Laakso
Kerrin Hardy wrote: > Hi > > I am customising a Zen Cart site and have it working how I expect in the > browsers I've checked other than IE 6. The div for the tagline is supposed > to expand underneath the logo but it doesn't in IE6. Can someone help me > with what I am missing here. > Va

Re: [css-d] Floating divs in IE6

2009-11-17 Thread Kerrin Hardy
Thank you so much David! With a bit of tweaking I think it's there now. I'll test on other browsers now. It was validating but now that I've added a community mod it's no longer validating so that's on my to-do list too. Thanks again for your help, Kerrin > Date: Wed, 18 Nov 2009 00:03:47 -