Re: [WSG] Styling Fieldset and Legend Elements

2006-03-07 Thread Al Kendall
Lachlan, The attached pic is a screen shoot from IE 6. Firefox 1.5 was fine...CheersAlOn 3/7/06, Lachlan Hunt 
[EMAIL PROTECTED] wrote:Philippe Wittenbergh wrote: 
http://lachy.id.au/dev/2006/03/fieldset On OS X 10.4.5 Firefox 1.5, Camino - latest nightly trunk build, iCab 3.0, Safari 2.03 and WebKit nightly build, Opera 9 tp2,all look the same.
 and so does Konqueror/KDE 3.5 running on top of OS X .Great!But I still need a solution to fix it in IE6. IE 5.2 Mac has a small 1pxwhite border around the legend, barely visible given your light background-color. There is also some
 white-space under the legend (padding on fieldset, you won't get rid of it).That's acceptable, IE/Mac is obsolete now anyway, so as long as the pageis readable, I'm not concerned.--
Lachlan Hunthttp://lachy.id.au/**The discussion list forhttp://webstandardsgroup.org/
 See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list  getting help**
-- Cheers!Al Kendall


Untitled-2.png
Description: PNG image


Re: [WSG] problem with border-bottom in mozilla/netscape

2006-03-03 Thread Al Kendall
Soeren, In Firefox/1.5.0.1 it has a bottom border [1], although it apears to be missing the left and right borders [2].[1] first.png[2] second.png (with mouse over)
On 3/3/06, Soeren Mordhorst [EMAIL PROTECTED] wrote:
Mozilla and Netscape do not display border-bottom: 1px solid #bbb; inthe navigation-list in the 'li': Forums (first right box).Does anybody know why ?Link:
http://www.webnauts.net/redesignBesides,Konqueror positions the legend-element too much to the left. For examplehe displays 'Training Academy' in the right box incorrect.I would also appreciate if you could have a look with some browsers and
please let me know if you see any otherproblems on our page :)Thank you very much in advance !All the best,Soeren**The discussion list for
http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list  getting help
**-- Cheers!Al Kendall


first.png
Description: PNG image


second.png
Description: PNG image


[WSG] HELP

2006-03-01 Thread Al Kendall
Can anyone point me in the right direction  not out the door please :)  to finding a good PHP Menu / Navigation script?-- Thanks!Al Kendall


Re: [WSG] Semantic image gallery software

2006-01-08 Thread Al Kendall
Josh, Is it possible to leave the thumbnails with the main pic instead of having to go back the the thumbnails each time?CheersAlOn 1/8/06, 
Joshua Street [EMAIL PROTECTED] wrote:
Hi all,An open-source (GPL, PHP-based) project I'm involved in, cat-scan (http://cat-scan.net/ ) reached version 1.0 last week, which isessentially a(nother) gallery application, the defining differences
being that it uses flat files for everything (so no databasesrequired), and delivers semantic markup right out of the box. It alsobuilds friendly URIs and a bunch of other cool stuff, like Atom andRSS feeds.
I'd be interested to hear people's comments on it from a web-standardsperspective (and possibly from other perspectives too, off-list).LINKS-Website: http://cat-scan.net/
Features list: http://cat-scan.net/features.htmlBlog: http://blog.cat-scan.net/Demo: 
http://demo.cat-scan.net/Kind regards,Joshua Streethttp://joahua.com/+61 (0) 425 808 469**The discussion list for
http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list  getting help
**-- Cheers!Al Kendall


[WSG] CSS in IE Help needed.

2005-12-14 Thread Al Kendall



  
  

Can anyone please tell me how to fix the following script to get the
div the stay in the center of the page in IE. It works fine in
Firefox, but stay left in IE.


body {
 margin: 0px;
padding: 0px;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
line-height: 22px;
color: black;
background-color: #ccc;

}
 .innerBox {
padding: 10px;
margin: 10px 0px 5px 0px;
border: 1px solid #000;

}
 #content {
padding: 10px;
margin-top: 5px;
margin-bottom: 5px;
margin-right: auto;
margin-left: auto;
background-color: #fff;
border: 1px solid #000;
width: 70%;

}


body
div id=content
  Lorem ipsum dolor sit amet,consectetuer adipiscing
elit,sed diam
nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat
volutpat.
div class=innerBox
  Ut wisi enim ad minim veniam,quis nostrud
exercitation ulliam corper
suscipit lobortis nisl ut aliquip ex ea commodo consequat.
  
/div

Duis autem veleum iriure dolor in hendrerit in vulputate velit esse
molestie consequat,vel willum lunombro dolore eu feugiat nulla
facilisis at vero eros et accumsan et iusto odio dignissim qui blandit
praesent luptatum zzril delenit augue duis dolore te feugait nulla
facilisi.
  
/div

/body

-- Cheers!Al Kendall