[css-d] Navigation

2007-05-25 Thread trevor bayliss
Hello everyone I am new! I am having problems with the last tab on a navigation bar. For some reason I can´t make it fit with the light blue line above it and I am stuck as to how to do it. Also the navigation bar doesn´t show up in Netscape 4.78 (no Flash) with Windows 2000 Professional and

[css-d] How to view someone else's CSS source?

2007-05-25 Thread Forafo San
I'm new to CSS, but enjoying the CSS paradigm tremendously. While it's easy to view the HTML source behind any webpage, how does one view the CSS markup in external style sheets that renders the page? If there are no built-in tools in browsers that allow you to view the CSS source, what about,

Re: [css-d] How to view someone else's CSS source?

2007-05-25 Thread Rory Fitzpatrick
On 25/05/07, Jukka K. Korpela [EMAIL PROTECTED] wrote: On Thu, 24 May 2007, Forafo San wrote: I'm new to CSS, but enjoying the CSS paradigm tremendously. While it's easy to view the HTML source behind any webpage, how does one view the CSS markup in external style sheets that renders the

Re: [css-d] Centering a floating list.

2007-05-25 Thread Melianor
Hi, sorry i see now what you are trying to do, by wanting to center the list itself as well. !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN http://www.w3.org/TR/html4/loose.dtd; html head meta http-equiv=Content-Type content=text/html; charset=iso-8859-1 titleUntitled Document/title

Re: [css-d] How to view someone else's CSS source?

2007-05-25 Thread Jukka K. Korpela
On Thu, 24 May 2007, Forafo San wrote: I'm new to CSS, but enjoying the CSS paradigm tremendously. While it's easy to view the HTML source behind any webpage, how does one view the CSS markup in external style sheets that renders the page? You could view the HTML source, find the referring

[css-d] Styling OL

2007-05-25 Thread Joanne
I have an ordered list, and I want to style the numbers differently to the text. Is this possible? Ie: I want the numbers large and blue, and the text to be small and black. Joanne __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Styling OL

2007-05-25 Thread Jukka K. Korpela
On Fri, 25 May 2007, Joanne wrote: I have an ordered list, and I want to style the numbers differently to the text. Is this possible? Ie: I want the numbers large and blue, and the text to be small and black. I'm afraid there is no direct way to achieve that, since the numbers are

Re: [css-d] Conditional Statement

2007-05-25 Thread James Gadrow
Ingo Chao wrote: david wrote: James Gadrow wrote: david wrote: Vicki Stebbins wrote: ... !--[if lt IE 7] Hmmm, that's saying If you're IE version LESS THAN 7, pay attention to this style. So IE6, IE5.5, IE5 are all seeing that style -

[css-d] Got It! - png fix

2007-05-25 Thread Kirsten Rourke
I found a website with an easy version of the IS png fix http://bjorkoy.com/past/2007/4/8/the_easiest_way_to_png/ - an easy interpretation That site sent me to the originators site... http://www.twinhelix.com/css/iepngfix/ ..and I used one of the versions he suggested (below). The only other

Re: [css-d] Centering a floating list.

2007-05-25 Thread Jon Hughes
I'm not sure if we still have a misunderstanding or if you pasted the wrong code, but that didn't work :) Basically, the numbers should be centered to the | which is in Center | Center Right now, it's shifted way over to the left, in FF and IE7. -Original Message- From: Melianor

[css-d] Overflow bug?

2007-05-25 Thread Martin Paton
Hi I've got a flash movie as a header in my three column container layout which I want to set overflow:hidden when the page is resized so it doesn't blow out of the side of the page. I've set overflow:hidden on all containers that the flash movie would push past - it works superbly in all IE

[css-d] How to center the entire page

2007-05-25 Thread jana coyle
I am looking to have my page evenly centered on the screen. It is currently on the left side of the screen. Here is the link to my site http://www.precisemessenger.com/private/help1.html I would like it to have two even spaces on both sides of the page, here is an example

Re: [css-d] Different ways of doing the same thing

2007-05-25 Thread James Gadrow
Les Mizzell wrote: It's always interesting to look at other folks stuff. I just inherited a site, and in looking at their CSS, the main div is listed thusly: #pageWrapper { width:760px; position:absolute; left:50%; margin-left:-380px; } Where I would have just done:

Re: [css-d] How to view someone else's CSS source?

2007-05-25 Thread Andy Hey
I'm new to CSS, but enjoying the CSS paradigm tremendously. While it's easy to view the HTML source behind any webpage, how does one view the CSS markup in external style sheets that renders the page? If there are no built-in tools in browsers that allow you to view the CSS source, what

[css-d] Different ways of doing the same thing

2007-05-25 Thread Les Mizzell
It's always interesting to look at other folks stuff. I just inherited a site, and in looking at their CSS, the main div is listed thusly: #pageWrapper { width:760px; position:absolute; left:50%; margin-left:-380px; } Where I would have just done: #pageWrapper { width:760px;

Re: [css-d] Different ways of doing the same thing

2007-05-25 Thread Craig Cook
#pageWrapper { width:760px; position:absolute; left:50%; margin-left:-380px; } Where I would have just done: #pageWrapper { width:760px; margin: 0 auto 0 auto; } Without seeing the rest of the page or style sheet, my first guess would be they were attempting to

Re: [css-d] How to center the entire page

2007-05-25 Thread James Gadrow
jana coyle wrote: I am looking to have my page evenly centered on the screen. It is currently on the left side of the screen. Here is the link to my site http://www.precisemessenger.com/private/help1.html I would like it to have two even spaces on both sides of the page, here is an

[css-d] Column Alignment in IE6

2007-05-25 Thread Ian Young
Hi List TGIF. Hope your week has been better than mine. This page which has three columns (original design is different on every page). Aligns on FF and IE7 vertically with the grey spacer at the top right but on IE6 it is aligned about 10px to the left. In addition, in FF the aboutr div is

[css-d] IE7 changes size of div

2007-05-25 Thread Stephan Schindler
I have a problem with IE7 rendering the code below differently. Please take a look at image files illustrating the issue at http://www.flickr.com/groups/[EMAIL PROTECTED]/ Here is my CSS form input.submit { padding:3px 8px; border:1px dotted #787860; vertical-align:middle;

[css-d] Background image in IE 7 and IE 6 not displaying.

2007-05-25 Thread David Merwin
I am having the hardest time getting a background image to display in a project I am working on. The image in question is a gray divider line to the right of the left sidebar. I have tried everything I can think of and I have searched everywhere to try and find a solution to the issue. I

Re: [css-d] Different ways of doing the same thing

2007-05-25 Thread Ernie Finlay
Hi Liz, I think the code you looked at centers the wrapper...,I'm not sure that your code does that. Ernie. From: Les Mizzell [EMAIL PROTECTED] To: css-d@lists.css-discuss.org Subject: [css-d] Different ways of doing the same thing Date: Fri, 25 May 2007 11:30:13 -0400 It's always