Re: [css-d] Need help with space between nav bar and content

2012-02-26 Thread Markus Ernst
Am 27.02.2012 06:25 schrieb Theresa Jennings: Here's a sample of the interior pages (the home page is handled a little differently): http://mdh-test.com/HealthySkin/Healthy_Skin_Story.shtml Style sheets, so you don't have to look for them: mdh-test.com/HealthySkin/main.css mdh-test.com/Health

[css-d] Need help with space between nav bar and content

2012-02-26 Thread Theresa Jennings
Here's a sample of the interior pages (the home page is handled a little differently): http://mdh-test.com/HealthySkin/Healthy_Skin_Story.shtml Style sheets, so you don't have to look for them: mdh-test.com/HealthySkin/main.css mdh-test.com/HealthySkin/ddsmoothmenu.css In Safari and Chrome (Wi

Re: [css-d] need a little help with links

2012-02-26 Thread Ghodmode
On Sat, Feb 25, 2012 at 4:28 AM, Melinda Odom wrote: > Hi, > > I have the middle links on this page setup and working when you click on one > of the links and it goes to that page that link stays a changed color. > http://www.designhosting.biz/design.html > > I am trying to do the same thing for

Re: [css-d] Object height and width issues

2012-02-26 Thread David Laakso
On Sun, Feb 26, 2012 at 2:58 AM, David Thorp wrote: Greetings all... I'm relatively new to both CSS, and this list, but I've had some very positive experiences on other lists for other programming tools, so I'm hoping this list will be similar :) Welcome to the list, David. Start here:

Re: [css-d] Cross Browser Font Rendering Issues

2012-02-26 Thread Felix Miata
On 2012/02/27 10:42 (GMT+0800) Ghodmode composed: You're using the generic font family "sans-serif", so you're letting the OS/browser decide what font to use. It's more likely that they're different Actually you're letting the user decide, since the default is presumptively what the user eit

Re: [css-d] Cross Browser Font Rendering Issues

2012-02-26 Thread Ghodmode
On Sat, Feb 25, 2012 at 4:50 AM, Matthew Willis wrote: > Hi CSS-heads, > > I'm working on a site map, using background images with lines connecting the > various site pages. The problem I'm having is that fonts render differently > over different operating systems and browser. I thought that by

Re: [css-d] Make drop down third level links always remain up top

2012-02-26 Thread Ghodmode
On Fri, Feb 24, 2012 at 8:48 AM, Neal Watkins wrote: > on the link belowhttp://constructweb.com/test/index.html > > hover on the nav - "discover san diego" > on the third level links that show up on hover is there a way to make them > all have show up  the same horizontally ( just under the header

Re: [css-d] Object height and width issues

2012-02-26 Thread David Hucklesby
On 2/25/12 11:58 PM, David Thorp wrote: [...] I have a number of objects arranged in various positions: 1. A toolbar across the top that is the full width of the window (width:100%) and 30px in height. 2. A sidebar down the left hand side, that starts under the toolbar (so the top border of i

Re: [css-d] Object height and width issues

2012-02-26 Thread Philip TAYLOR
John D wrote: You mean something like this: This forces a vertical scroll bar in Seamonkey 2.7.2 at 1152 x 862. Philip Taylor __ css-discuss [css-d@lists.css-discuss.or

Re: [css-d] Object height and width issues

2012-02-26 Thread John D
You mean something like this: If not then please post a link to your test page. Good luck. > Greetings all... > > I'm relatively new to both CSS, and this list, but I've had some very > positive experiences on other lists for other pro