[css-d] Place LinkedIn, Facebook likes side-by-side?

2012-07-23 Thread Chris Morton
Please look at the bottom of www.eigen.com. How can I position the Facebook Like and LinkedIn Follow buttons side-by-side? The FB button utilizes some CSS for its positioning. Doing something similar for the LinkedIn Follow button didn't work (at least my implementation didn't.) Thanks

Re: [css-d] Place LinkedIn, Facebook likes side-by-side?

2012-07-23 Thread Chris Morton
Also, the Facebook Like is in a relative position when adjusting browser width. The LinkedIn Follow button is absolute, which poses a related problem. On Mon, Jul 23, 2012 at 3:48 PM, Chris Morton salt.mor...@gmail.com wrote: Not when rendered in Chrome, they're not. On Mon, Jul 23, 2012

Re: [css-d] ie 6/7/8

2012-04-23 Thread Chris Morton
Wouldn't Adobe Browserlab be a good quick way to check your changes? https://browserlab.adobe.com/ Excellent tip! Thanks! __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] ie 6/7/8

2012-04-23 Thread Chris Morton
opened my XP/IE8 virtual machine and Win7/IE9 virtual machine and looked at the pages, they were not broken. As of April 12, Browserlab is no longer free. I think it's $20 a month now. I'll stick with my VMs. Theresa Jennings On Apr 23, 2012, at 12:17 PM, Chris Morton wrote: Wouldn't

Re: [css-d] Big IE8 problem: broken layout

2012-02-15 Thread Chris Morton
Maybe use this line in the head? meta http-equiv=X-UA-Compatible content=IE=*EmulateIE7* On Wed, Feb 15, 2012 at 1:21 PM, Rory Bernstein r...@rorybernstein.comwrote: Hello All, I am working on a site that has a big IE8 layout problem. Here is the working prototype:

[css-d] IE sidemenu rendering problem

2012-02-08 Thread Chris Morton
Please consider the side menu http://eigen.com/about/Management.shtml. It renders fine in Chrome, but in IE there is a big gap between the right-facing arrows and the textual menu item. How can I fix this in screenIE.css? Thanks

Re: [css-d] IE sidemenu rendering problem

2012-02-08 Thread Chris Morton
OK, I've modified it as much as I dare, although the validator objects to my h1. tag. Removing it makes matters far, far worse. So... back to the original question at hand: Please consider the side menu http://eigen.com/about/**Management.shtmlhttp://eigen.com/about/Management.shtml . It

Re: [css-d] Page height trunaction

2012-02-02 Thread Chris Morton
A solution is to put your gradient in a separate block and give that element these rules: position: fixed; top: 0; left: 0; width:100%; height:100%; z-index: -999; ... and apply your gradient to that block instead of the body. I tried this, creating a

Re: [css-d] menu in separate page?

2012-02-02 Thread Chris Morton
I put my menu in a HTML page. Each of my real pages are .SHTML, indicating they are server side includes. The code within each .SHTML page looks like this: div id=top_menu_bar !--#include virtual=../_navbar.html -- /div Sample page: www.eigen.com

Re: [css-d] Page height trunaction

2012-02-01 Thread Chris Morton
% to force scrollability, as this will miss up other pages that are much shorter. Ideas? On Mon, Jan 30, 2012 at 2:18 PM, Chris Morton salt.mor...@gmail.com wrote: Thanks, Vince. That appears to have worked the magic. On Mon, Jan 30, 2012 at 1:27 PM, Ghodmode ghodm...@ghodmode.com wrote: My

Re: [css-d] Make logo GIF active in CSS

2012-01-31 Thread Chris Morton
You're terrific, Vince. Thank you! On Mon, Jan 30, 2012 at 9:56 PM, Ghodmode ghodm...@ghodmode.com wrote: On Tue, Jan 31, 2012 at 6:31 AM, Chris Morton salt.mor...@gmail.com wrote: Please consider dev.eigen.com, using Google Chrome. It used to be that a viewer could click on the company

[css-d] Page height trunaction

2012-01-30 Thread Chris Morton
Consider dev.eigen.com On a 25 LCD monitor set at 1920 x 1200, why doesn't the gradient fill come all the way to the bottom of the screen? Thanks __ css-discuss [css-d@lists.css-discuss.org]

Re: [css-d] Page height trunaction

2012-01-30 Thread Chris Morton
Using an onscreen ruler, the gradient appears to end at the 1025 (1026, whatever) mark. Yet when I search the code, there is no instance of 102 anywhere. Help! On Mon, Jan 30, 2012 at 10:48 AM, Chris Morton salt.mor...@gmail.comwrote: Consider dev.eigen.com On a 25 LCD monitor set at 1920 x

Re: [css-d] Page height trunaction

2012-01-30 Thread Chris Morton
I removed the empty clearfix div above the footer, and then applied clearfix to the #wrapper div. This did not solve the problem, however. I then removed clearfix from the wrapper div and, since it didn't appear to perform any function, have just left it out altogether. I'm still facing the same

Re: [css-d] Page height trunaction

2012-01-30 Thread Chris Morton
BTW, the problem I'm describing is as rendered in Chrome. IE 8 can't deal with the gradient fill at all. :( On Mon, Jan 30, 2012 at 12:08 PM, Chris Morton salt.mor...@gmail.comwrote: I removed the empty clearfix div above the footer, and then applied clearfix to the #wrapper div. This did

Re: [css-d] Page height trunaction

2012-01-30 Thread Chris Morton
Thanks, Vince. That appears to have worked the magic. On Mon, Jan 30, 2012 at 1:27 PM, Ghodmode ghodm...@ghodmode.com wrote: My monitor isn't that big, so I'm not really certain, but if I zoom out enough that the page fits without scrollbars, I think I see the problem. The html and body

[css-d] Make logo GIF active in CSS

2012-01-30 Thread Chris Morton
Please consider dev.eigen.com, using Google Chrome. It used to be that a viewer could click on the company logo in the upper left corner and be taken to the site's home page. Somewhere along the way this link relationship has become broken. Any ideas how to fix it within the CSS stylesheet?

Re: [css-d] Puzzling rendering difference

2011-12-13 Thread Chris Morton
: On 12/12/2011 6:32 PM, Chris Morton wrote: I'm baffled: Why does this page http://www.eigen.com/**about/partners.cfmhttp://www.eigen.com/about/partners.cfm display correctly, but this page http://www.eigen.com/**about/partners2.cfmhttp://www.eigen.com/about/partners2.cfm does

[css-d] Puzzling rendering difference

2011-12-12 Thread Chris Morton
I'm baffled: Why does this page http://www.eigen.com/about/partners.cfm display correctly, but this page http://www.eigen.com/about/partners2.cfm does not? __ css-discuss [css-d@lists.css-discuss.org]

Re: [css-d] Way to start an ol at a specific number/letter?

2011-11-16 Thread Chris Morton
http://timmychristensen.com/css-ordered-list-numbering-examples.html On Wed, Nov 16, 2011 at 3:23 PM, Angela French afre...@sbctc.edu wrote: Oh, the days of html 4.0 transitional when we could set the start number for a list right in the html! Is there a way to do this in CSS? I would need

[css-d] strong text in different color?

2011-09-07 Thread Chris Morton
Hi All, Please consider www.eigen.com. See the bold blue text (e.g., Experience Artemis in action!) in the middle column (Updates)? I need it to have the same teal color (#007F9E) as the adjacent hyperlinks. Right now the text is in a conventional text block and uses it as the style. I've been