Re: [css-d] multiple similar pages with same navigation bar

2007-06-05 Thread Trevor Richens
Hi, Strictly speaking this is really an off-list topic but here's my solution. I generate my pages that require this using PHP. I create the basic template page in XHTML and then break down each section into separate files. I then add the PHP tags so that the page gets recreated correctly using

Re: [css-d] Is there a Safari float doctor in the house?

2007-06-05 Thread david
Bruce MacKay wrote: Hello folks, I'm having a float problem on http://www.plantdocs.biz/testme2.htm with Safari which I cannot duplicate in Opera, FF (PC/Mac) or IE7. Essentially, the rhs float is sliding down past the lhs float - a behaviour exactly as one would expect if the width of

[css-d] Unwanted space at the bottom of container in IE7

2007-06-05 Thread jana coyle
Everything works great in Mozilla. IE7 adds extra unwanted space at the bottom of the container. Not sure how to fix this. Any help would be great. Here is a link and code also. http://www.precisemessenger.com/private/placeorder.html Thanks, Kevin !DOCTYPE html PUBLIC -//W3C//DTD HTML

[css-d] Text Wrapping

2007-06-05 Thread trystano
Text wrapping around Have the following CSS and markup... span.label { margin: 0; padding: 0; width: 40%; border-top: solid 1px #DD; border-right: solid 1px #AA; text-align: right; } span.value { margin: 0; padding: 0; font-size: 80%; border: 1px solid #BB;} div class=data-block  

[css-d] [ADMIN - PHP IS OFF TOPIC] Re: multiple similar pages with same navigation bar

2007-06-05 Thread Alex Robinson
At 06:36 + 5/6/07, Trevor Richens wrote: Hi, Strictly speaking this is really an off-list topic but here's my solution. I generate my pages that require this using PHP. I create the basic template page in XHTML and then break down each section into separate files. I then add the PHP tags so

Re: [css-d] Text Wrapping

2007-06-05 Thread Jukka K. Korpela
On Tue, 5 Jun 2007, [EMAIL PROTECTED] wrote: span.label { margin: 0; padding: 0; width: 40%; border-top: solid 1px #DD; border-right: solid 1px #AA; text-align: right; } The width property does not apply to inline elements, and span elements are inline by default. Some browsers get

Re: [css-d] Text inline with graphic

2007-06-05 Thread Jukka K. Korpela
On Mon, 4 Jun 2007, jana coyle wrote: It works great in Firefox but IE puts an additional extra blank line after the graphic. So it seems, but this behavior is independent of the effect of the vertical-align setting that seems to fix the problem you described. A way to get rid of the extra

[css-d] Reset margins, padding and a gap at the top

2007-06-05 Thread viri bruk
Hello, recently I've started to learn HTMl and CSS again, and noticed an interesting feature. Say, an HTML page is coded like that: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN http://www.w3.org/TR/html4/strict.dtd; html head meta http-equiv=Content-Type

[css-d] Keeping a div positioned in Viewport

2007-06-05 Thread Sam Carter
I have an application with vertical scrolling. I'd like to keep a div positioned in the viewport. Before I resort to beating it up with JavaScript, is there a CSS technique, maybe with minor JavaScript, which works well across browsers? Sam

Re: [css-d] Reset margins, padding and a gap at the top

2007-06-05 Thread css-d
Viri, The whitespace you're seeing is caused by the default margin on the h1 element. Setting * { margin: 0; padding: 0; } works because the * selects every element on the page (effectively setting h1 { margin: 0; padding: 0; }). Hope this helps, Rob -- Rob Wilmshurst [EMAIL PROTECTED]

Re: [css-d] Reset margins, padding and a gap at the top

2007-06-05 Thread Philippe Wittenbergh
On Jun 5, 2007, at 9:56 PM, viri bruk wrote: Say, an HTML page is coded like that: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN http://www.w3.org/TR/html4/strict.dtd; [] body { margin:0; padding:0;

Re: [css-d] Reset margins, padding and a gap at the top

2007-06-05 Thread viri bruk
Thank you a lot for your fast answer, it worked. Next time I should be really more attentive... Viri __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information --

[css-d] background-image (ISSUES)

2007-06-05 Thread Jason Ogle
Howdy folks, I'm trying to use my background-image and keep my body properties within my external stylesheet. The problem is, the only way I can get it to appear is if I put it inline in my .html page. Check out: http://www.jasonogle.com/samples Anybody else ever run into this? I've tried

[css-d] Width ignored in IE6 | Sub-menus disappear | Cross compatibility

2007-06-05 Thread Renae Willis
I've been squirreled away in my house for a few days trying to learn web design, trading sunlight and sleep for recreation of a poorly coded existing website. The objective: valid code and css menus. This while retaining the table produced look for visual consistency so that we may switch out

Re: [css-d] Born again CSS

2007-06-05 Thread Sarah Atkinson
It looks fine here. What size monitor are you using? Maybe you need to resize some things I'm using a very large and wide monitor. But if I size the window down a little then the image with the truck jumps to the next line. Also you might want to play around with your margins and paddings a

Re: [css-d] background-image (ISSUES)

2007-06-05 Thread Audra Coldiron
Jason Ogle wrote: Howdy folks, I'm trying to use my background-image and keep my body properties within my external stylesheet. The problem is, the only way I can get it to appear is if I put it inline in my .html page. Check out: http://www.jasonogle.com/samples Anybody else ever

Re: [css-d] table class

2007-06-05 Thread Richard Grevers
On 6/5/07, Michael Stevens [EMAIL PROTECTED] wrote: Well, I understand you are right, and did from the start because I've experienced it myself (even though my argument's logic failed), but I still say it's an inconsistency. :) border= in HTML should equal border: in CSS. I understand they

Re: [css-d] Star Rating System

2007-06-05 Thread Diego Muñiz
It works if i do that, but it doesn't validate in xhtml 1.0 On 6/4/07, Lori Lay [EMAIL PROTECTED] wrote: Diego Muñiz wrote: I' ve done this star rating system: http://www.punisha.com/test/estrellas/ I have uploaded the new verion. It works in FF, IE and Opera, but in internet

Re: [css-d] Problem making the width of div tags equal

2007-06-05 Thread Lori Lay
Farid Jamea wrote: Thank you so much for your help. That problem seems to be fixed. (or at least looks much better now). The other problem is that as you can see in Firefox (cateringbyingrid.com/temp) the suckertreemenu is separated from both header and content. In IE, the lower separation

Re: [css-d] padding and margins

2007-06-05 Thread Sandy
hey David Thank you SO MUCH for looking at this! The div class=photo in http://sandyfeldman.com/test/smale/portfolio1/port111.html seems to have just a little padding on the right, compared to the same thing in http://sandyfeldman.com/test/smale/portfolio1/port110.html I am not seeing this

Re: [css-d] Born again CSS

2007-06-05 Thread Luc
Good evening Glen, It was foretold that on 4/6/2007 @ 17:35:44 GMT-0700 (which was 21:35:44 where I live) Glen Lipka would write: snipped a bit Oh, good. oops... forgot the link http://www.dzinelabs.com/projects/MP/Pages/test2 Css embedded -- Best regards, Luc

[css-d] li stairstepping in IE6 Win

2007-06-05 Thread Raymond Rodriguez
Hi guys, I've got this very unusual issue going on with an unordered list that I've just made. This is the first time I've made a navigation list with single image buttons (three states) and it works fine except for in Explorer 6. I thought it might've had something to do with the display:

Re: [css-d] Born again CSS

2007-06-05 Thread Luc
Good evening Glen, It was foretold that on 4/6/2007 @ 17:35:44 GMT-0700 (which was 21:35:44 where I live) Glen Lipka would write: snipped a bit Oh, good. Well, it seems i was a bit to hastyunfortunately the div called #round goes to pieces when i resize the viewport: it looses the

Re: [css-d] Born again CSS

2007-06-05 Thread Luc
Good evening Sarah, It was foretold that on 5/6/2007 @ 10:04:46 GMT-0400 (which was 11:04:46 where I live) Sarah Atkinson would write: snipped a bit What size monitor are you using? I'm using 1440 x 900. But thanks to Glen, things are falling into place, except the round div: that

Re: [css-d] li stairstepping in IE6 Win

2007-06-05 Thread Dan Dorman
On 6/5/07, Raymond Rodriguez [EMAIL PROTECTED] wrote: Hi guys, I've got this very unusual issue going on with an unordered list that I've just made. Argh! I ran into this same issue with that miserable browser whilst implementing a star rating system. In my case, I solved the problem by

Re: [css-d] padding and margins

2007-06-05 Thread Lori Lay
Sandy wrote: hey David Thank you SO MUCH for looking at this! The div class=photo in http://sandyfeldman.com/test/smale/portfolio1/port111.html seems to have just a little padding on the right, compared to the same thing in http://sandyfeldman.com/test/smale/portfolio1/port110.html

Re: [css-d] Star Rating System

2007-06-05 Thread Lori Lay
Diego Muñiz wrote: It works if i do that, but it doesn't validate in xhtml 1.0 On 6/4/07, Lori Lay [EMAIL PROTECTED] wrote: Diego Muñiz wrote: I' ve done this star rating system: http://www.punisha.com/test/estrellas/ I have uploaded the new verion. It works in FF,

Re: [css-d] padding and margins

2007-06-05 Thread Sandy
Lori I think it's the border around the images. The big ones with the border total 702px wide and you have alloted 700px. YES!!! That fixed it. Thank you very much. I see that one too. That's weird! IE can't count? I'm afraid I don't have a clue... Oh boy. I can't think what it might

[css-d] div in absolute center of screen

2007-06-05 Thread Joanne
I have an image sitting inside of a div that I would like to be the dead center of the screen (this div is the only element of the page like http://www.sunnygirl.com.au/) Is there a way to do this in css rather than the javascript option used on the page above? I know you can center the x-axis

Re: [css-d] Born again CSS

2007-06-05 Thread Luc
Good evening Glen, It was foretold that on 4/6/2007 @ 17:35:44 GMT-0700 (which was 21:35:44 where I live) Glen Lipka would write: snipped a bit Oh, good. Well, i made some progress: adding the following code to the #round made the left side behave as it should behave, i.o.w. the round

Re: [css-d] div in absolute center of screen

2007-06-05 Thread Luc
Good evening Joanne, It was foretold that on 5/6/2007 @ 10:16:20 GMT+1000 (which was 21:16:20 where I live) Joanne would write: snipped a bit I have an image sitting inside of a div that I would like to be the dead center of the screen (this div is the only element of the page like

[css-d] font size when page first opens

2007-06-05 Thread kdavis
I'm not sure how to phrase this question, but here goes: when a page opens in a browser the first time during a session, what governs the size of the font displayed--the style sheet specification or the browser font setting or some combination of both?

Re: [css-d] font size when page first opens

2007-06-05 Thread Joanne
I'm not sure how to phrase this question, but here goes: when a page opens in a browser the first time during a session, what governs the size of the font displayed--the style sheet specification or the browser font setting or some combination of both? - I'm going to hazard an

Re: [css-d] font size when page first opens

2007-06-05 Thread Felix Miata
On 2007/06/05 21:20 (GMT-0500) [EMAIL PROTECTED] apparently typed: I'm not sure how to phrase this question, but here goes: when a page opens in a browser the first time during a session, what governs the size of the font displayed--the style sheet specification or the browser font setting

Re: [css-d] font size when page first opens

2007-06-05 Thread kdavis
I'm going to hazard an educated guess here and say: 1) Your stylesheet 2) If your stylesheet has percentages for font-size, the browser then comes in to play. good point about the percentages, thanks! __ css-discuss [EMAIL

Re: [css-d] div in absolute center of screen

2007-06-05 Thread ron zisman
On Jun 5, 2007, at 8:16 PM, Joanne wrote: I know you can center the x-axis with margin: 0 auto;, but I don't know how to center the y-axis CSS for compliant browsers - expressions for IE/win... http://www.gunlaug.no/tos/moa_15a.html ... and a few more demos. Description...

Re: [css-d] font size when page first opens

2007-06-05 Thread ron zisman
On Jun 5, 2007, at 10:20 PM, [EMAIL PROTECTED] wrote: I'm not sure how to phrase this question, but here goes: when a page opens in a browser the first time during a session, what governs the size of the font displayed--the style sheet specification or the browser font setting or some

[css-d] Right column misplaced in IE6

2007-06-05 Thread Erik Olivier Lancelot
Hello, This page validates and looks right in FF, O and NN but not in IE6: http://www.jester-records.com/index-div.php. Can anyone see why this is happening and what I can do to fix it? Thanks a lot! Erik __ css-discuss