[css-d] Navigation button spacing

2006-12-20 Thread Suzanne Bernard
The navigation buttons on my website (http://www.nycss.org) are styled on http://www.nycss.org/stylesmain.css, under the class "navbuttons." So they should look the same on every page, right? But in IE6 on http://www.nycss.org/join.html, they're spaced further apart than on the other pages (ex

Re: [css-d] Printing problem

2006-12-20 Thread francky
Russ Peters wrote: >[...] >https://www.redcanoecu.com/applications/data/Peters5935.htm (example) >https://www.redcanoecu.com/applications/loan.asp (initial form) >https://www.redcanoecu.com/applications/loansubmit.asp >[...] > > Hi Russ, All of the 3 pages are giving a 404 at this moment... Is

Re: [css-d] ff2/3 opera padding issue

2006-12-20 Thread Philippe Wittenbergh
On Dec 20, 2006, at 7:16 PM, Ido Dekkers wrote: > i have an issue when floating divs. > in ff2 all looks well, but when i check in opera(latest) or the > alpha of > ff3 the padding is wrong. > i imagine that opera / ff3 show the way it should be, but how do i > overcome this obstacle ? For th

Re: [css-d] nav wont appear in IE6

2006-12-20 Thread Adam Helweh
I finally got this issue solved after every conceivable knob turn here and there. Just FYI for all who don’t know, IE does not like classes that are referring to link style to use full pseudo classes. Look below: I previously had (IE would not see it): #nav_1 a:link { background-image:

[css-d] Printing problem

2006-12-20 Thread Russ Peters
Want to know if someone would take a look at this. What I'm doing is writing an html file to the web server after a form is submitted. Then an email is generated that contains just a secure link to the page that was written to the server. The page looks fine when viewed on the screen but if yo

Re: [css-d] IE7 background change on hover and zoom

2006-12-20 Thread Brett Merkey
Susanne Jäger wrote: | Ok. It really seems to be a general problem with the positioning of | inline-elements and IE7s page zoom. The position of text-content is not | in all cases the same as the element borders. The problem gets visible | with quite a few style-properties, there seems to be a very

Re: [css-d] tag issues - values passed

2006-12-20 Thread Stephan Wehner
On 12/20/06, Les Mizzell <[EMAIL PROTECTED]> wrote: > I'm using the tag to submit a form as I have text formatting > using CS that needs to be done inside the button: > > type="submit" > id="submit1" > value="action1"> > Button textlike this > > > > Here's the problem

[css-d] tag issues - values passed

2006-12-20 Thread Les Mizzell
I'm using the tag to submit a form as I have text formatting using CS that needs to be done inside the button: Button textlike this Here's the problem - IE and Firefox see DIFFERENT values passed when the button is clicked! When the form is submitted using the button above "action1" is pas

Re: [css-d] Style Sheet use in Blackboard Vista4

2006-12-20 Thread Sasha Gerrand
On 21/12/06, Zoe M. Gillenwater <[EMAIL PROTECTED]> wrote: > I'm confused, because Vista is an OS, not a browser. Do > you mean it happens in IE7 in Vista? Side note: I'm assuming that Gary referred to an educational product, called Blackboard[1]. [1] http://www.blackboard.com/products/Academic_S

Re: [css-d] [Beginner] some basics

2006-12-20 Thread Sasha Gerrand
On 21/12/06, Thomas Thomas <[EMAIL PROTECTED]> wrote: > What do u mean by tile an image ? Repeat the background image.[1] http://www.w3.org/TR/CSS2/colors.html#background-properties -- Cheers, Sasha __ css-discuss [EMAIL PROTECT

Re: [css-d] [Beginner] some basics

2006-12-20 Thread Sasha Gerrand
On 21/12/06, Thomas Thomas <[EMAIL PROTECTED]> wrote: > The first three rectangles need to be in a row, and centered to the page. > and the last rectangle must adapt his width to the three above : start from > the first to third above it. You could refer to this article on 'A List Apart' (there ar

Re: [css-d] [Beginner] some basics

2006-12-20 Thread Sasha Gerrand
On 21/12/06, Thomas Thomas <[EMAIL PROTECTED]> wrote: > I want to display three rectangles (div elements or image background) in a > row, > separated with a blank space and each rectangle will have content (that will > be generated dynamically). > And I want to add one rectangle under the three rec

[css-d] [Beginner] some basics

2006-12-20 Thread Thomas Thomas
Hi, I want to display three rectangles (div elements or image background) in a row, separated with a blank space and each rectangle will have content (that will be generated dynamically). And I want to add one rectangle under the three rectangles (will be large one because it's width will under th

Re: [css-d] Rearranging Items in UL

2006-12-20 Thread Gunlaug Sørtun
Chris Pallé wrote: > http://www.shuttersbeachstyle.weblobby.com/beach.asp I think you're attacking the problem backwards. It is more reliable to absolute-position the image, and let the rest stay in the natural flow. That way it'll self-adjust and take font-resizing quite well. There's generally

Re: [css-d] ff2/3 opera padding issue

2006-12-20 Thread Zoe M. Gillenwater
Ido Dekkers wrote: > i have an issue when floating divs. > in ff2 all looks well, but when i check in opera(latest) or the alpha of > ff3 the padding is wrong. > i imagine that opera / ff3 show the way it should be, but how do i > overcome this obstacle ? > Ido, We'll need to see a page to

Re: [css-d] Style Sheet use in Blackboard Vista4

2006-12-20 Thread Zoe M. Gillenwater
Gary Williamson wrote: > Generator Microsoft Word 11 (filtered medium) Style Sheet use in Blackboard > Vista4 > I'm trying to center some text in a Vista content section using a link to an > external Style sheet. Style Sheet text: .center {text-align: center;} HTML > code used: please center me

Re: [css-d] background colour showing around image

2006-12-20 Thread Zoe M. Gillenwater
Ian Geddes wrote: > Hi > page link is http://www.mappleboroughgreenparishcouncil.org.uk/ > CSS link is > http://www.mappleboroughgreenparishcouncil.org.uk/stylesheets/main-style.css > > If you view this page in IE6 and IE7 you will see that the image placed under > the nav links on the LH side sh

[css-d] CSS Celebrating 10 years with Style

2006-12-20 Thread Bob Easton
CSS, as a technology, reached its tenth birthday a few days ago. To celebrate, Bert Bos and Håkon Lie, founding fathers and still the core of the CSS Working Group, put together an anniversary web site. Enjoy it at: http://www.w3.org/Style/CSS10/ -- Bob Easton Accessibility Matters: http://ac

Re: [css-d] CSS Layouts - footer problems

2006-12-20 Thread Diona Kidd
Just curious, why does the #localnav need to be positioned absolutely? If you remove the absolute positioning it appears as expected here (FF Mac OS X). Diona On Dec 20, 2006, at 9:29 AM, Ian Vaughan wrote: > "http://www.w3.org/TR/html4/loose.dtd";> > > > > Untitled Document > > #wrapp

Re: [css-d] CSS Layouts - footer problems

2006-12-20 Thread Ian Vaughan
I have removed the position: absolute from the localnav DIV, but the footer is still in the same position, and it has increased in vertical height ?? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 20 December 2006 16:07 To: css-d

Re: [css-d] Why does IE < 7 render div margin wrongly?

2006-12-20 Thread Bradley Wright
On 20/12/2006 16:56, Jeroen wrote: > you'll see what i mean with rendering incorrectly; the DIV is placed > too far to the right, it looks like IE doubles the margin-left: value, > which should actually be 35px. > It does double the margin in the direction an element is floated: http://www.posit

[css-d] stil not displaying in IE6

2006-12-20 Thread Adam Helweh
Hello, For some reason the navigational elements will not display at all in IE 6. I tried an earlier suggestion of replacing text-align: center; But it did not seem to help. Any other suggestions? Page is posted here: http://www.secretsushi.com/circarta/ CSS document is

[css-d] Why does IE < 7 render div margin wrongly?

2006-12-20 Thread Jeroen
I've been learning CSS for a while and am now translating a photoshop/illustrator design to CSS. It renders correctly in Firefox/Opera/IE 7 but does not in IE < 7 without having a dirty fix. (* html trick). Example: http://www.home.intellit.nl/np/test Although i have it fixed, and it works now. I

Re: [css-d] CSS Layouts - footer problems

2006-12-20 Thread neal
> I have removed the position: absolute from the localnav DIV, but the > footer is still in the same position, and it has increased in vertical > height ?? > Looks liek the has-layout problem in IE - ( give the footer a height: 1%; - or just give

Re: [css-d] CSS Layouts - footer problems

2006-12-20 Thread neal
> In my code below, the footer doesn't clear at the bottom of the localnav > and content DIVS ? Instead the footer is displaying behind the localnav > DIV. your nav is position: absolute; which will take it out of doc flow - take that away and work from there (leave it as float: left; only) ~n __

[css-d] CSS Layouts - footer problems

2006-12-20 Thread Ian Vaughan
In my code below, the footer doesn't clear at the bottom of the localnav and content DIVS ? Instead the footer is displaying behind the localnav DIV. Can anybody help ? Code http://www.w3.org/TR/html4/loose.dtd";> Untitled Document #wrapper{ position: relative; background-color: #FF;

Re: [css-d] nav wont appear in IE6

2006-12-20 Thread Chris Pallé
I don't have my PC in front of me, but it could be the margin left and right: autos. I think IE prefers text-align:center. FYI, you can combine those to margin: 0px auto; you also might want to consider " Text" instead of " 1. Text" for more semantic code in your body. hope that helps. c

[css-d] Rearranging Items in UL

2006-12-20 Thread Chris Pallé
I've searched the archives and didn't find anything useful. I have a heading and a unordered list. I'm trying to make it so the heading correctly precedes the , but visually in the broswer, I'd like the heading to show up in between two s in the . I can do it using absolute positioning and and

[css-d] background colour showing around image

2006-12-20 Thread Ian Geddes
Hi page link is http://www.mappleboroughgreenparishcouncil.org.uk/ CSS link is http://www.mappleboroughgreenparishcouncil.org.uk/stylesheets/main-style.css If you view this page in IE6 and IE7 you will see that the image placed under the nav links on the LH side shows the nav div background colo

Re: [css-d] IE7 background change on hover and zoom

2006-12-20 Thread Susanne Jäger
Am 20.12.2006 13:29 schrieb Susanne Jäger: > Part of the problem is already visible without any dynamic changes. The > "clickable" area of an inline Link with a background-color doesn't > exactly fit to the position of the text in the zoom-state. Changing the > color on user-Interaction just makes

Re: [css-d] IE7 background change on hover and zoom

2006-12-20 Thread Susanne Jäger
Hallo Ingo, Ingo Chao wrote, On 20.12.2006 05:53: > Susanne Jäger wrote: >> >> >> It's just simple text with some inline links, that are inverted on >> :hover, :focus, :active. When the page is zoomed those links get shifted >> to the right on :hover.

[css-d] nav wont appear in IE6

2006-12-20 Thread Adam Helweh
Hello, I coded up this very basic layout and for some reason the navigational elements will not display at all in IE 6. Any ideas why? I made adjustments to widths and heights trying to find it to no avail. Page is posted here: http://www.secretsushi.com/circarta/ CSS document is here:

Re: [css-d] IE7 background change on hover and zoom

2006-12-20 Thread Susanne Jäger
Hi David, ~davidLaakso wrote, On 20.12.2006 02:34: >> I run into a very annoying problem with the pagezoom in IE7. A very >> simplistic testcase (ignore the German text, its just a placeholder - >> styles inline): > If it is what I think it is, ie/7s pa

Re: [css-d] Pitfalls of overflow

2006-12-20 Thread Barney Carroll
Rafael Holt wrote: > Hi, > > I'm not sure exactly what you mean by nails in both feet, but I have a > ul within a div with overflow:hidden on a photo gallery I'm in the > middle of making. Go here > and change the number of thumbs to something small

[css-d] ff2/3 opera padding issue

2006-12-20 Thread Ido Dekkers
hello i have an issue when floating divs. in ff2 all looks well, but when i check in opera(latest) or the alpha of ff3 the padding is wrong. i imagine that opera / ff3 show the way it should be, but how do i overcome this obstacle ? Thanks Ido _

[css-d] Style Sheet use in Blackboard Vista4

2006-12-20 Thread Gary Williamson
Generator Microsoft Word 11 (filtered medium) Style Sheet use in Blackboard Vista4 I'm trying to center some text in a Vista content section using a link to an external Style sheet. Style Sheet text: .center {text-align: center;} HTML code used: please center me This doesn' t seem to work in V