[css-d] is this workable in less than 100hrs?

2005-10-10 Thread Colin
I'm not really a 'css guy', but I've been reading, following, listening, and playing around for some time. I've completed a many tabled projects, without the time to give the whole 'tableless' css thing a real fair shake. At the present I feel stuck with one meun that could be fixed with tables

[css-d] CSS code for custom tags not working with Firefox

2005-10-10 Thread praveen vejandla
Dear All, I am using custom tags/namespace feature inside HTML document and then CSS for styling the custom tags. I am attaching the HTML file with style code. The style code works fine in IE but not with Firefox. t\:contents { display: none; width: 50%; font-size: 10px; } Anything needs

[css-d] Fonts and Site Check Please

2005-10-10 Thread Richard Brown
Hi Guys I done a redesign on a site: http://www.swmug.co.uk/ The css is embeded. Please could you check that it works in all Windows and Linux browsers. Thanks. Additionally, I have used Papyrus as a font but I believe it is exclusively Mac. Is there a Windows equivalent please? I can't

Re: [css-d] is this workable in less than 100hrs?

2005-10-10 Thread Martin Heiden
Colin, on Monday, October 10, 2005 at 08:41 Colin wrote: The reason I'd like to keep the li's so high is I'd like to 'heighten them' on a:hover. I think that you can do it with css in an easy way, if you don't want to let it resizable: Make the cloudy dreampower img without the tabs the

Re: [css-d] CSS code for custom tags not working with Firefox

2005-10-10 Thread David Dorward
On 10 Oct 2005 08:05:32 -, praveen vejandla [EMAIL PROTECTED] wrote: I am using custom tags/namespace feature inside HTML document There is no such feature of HTML. If you add extra tags then it isn't HTML any more. If you want to use another namespace then you should be using XHTML along

[css-d] layout problem - bit of a CSS beginner

2005-10-10 Thread John Spurgin
Hi Everyone, I hope you are all well. Sorry about the long post, just trying to add as much detail as possible. I have finally decided to bite the bullet and stop laying out with tables and now I am struggling to get a layout CSS correct. I am trying to achieve the following...

Re: [css-d] CSS code for custom tags not working with Firefox

2005-10-10 Thread Rob Cochrane
praveen vejandla wrote: Dear All, I am using custom tags/namespace feature inside HTML document and then CSS for styling the custom tags. I am attaching the HTML file with style code. The style code works fine in IE but not with Firefox. t\:contents { display: none; width: 50%; font-size:

[css-d] Stacking layers

2005-10-10 Thread Arno @ Raketnet
Here I am again with a problem! I'm using the son of suckerfish menu. First problem, of transparency background in the menu was solved thanks to some good advise from the list (never mind that IE doesn't seem to support png-24 format). The menu functions ok, but now that I added content and the

[css-d] google maps and dropdown menu

2005-10-10 Thread ross
http://www.blue-fly.co.uk/test/contact/index3.php My google map obscures my dropdown menu..any ideas how to resolve this? The CSS for the map div div id=map style=width: 200px; height: 200px; float:left; margin-top:50px; background-color: #3366FF;/div and the javascript script

Re: [css-d] Fonts and Site Check Please

2005-10-10 Thread Gunlaug Sørtun
Richard Brown wrote: http://www.swmug.co.uk/ The css is embeded. Please could you check that it works in all Windows and Linux browsers. Opera 8.5 and IE6 need: .square .boxcontent {padding-top: 1px;} ...or you'll have to zero out margin-top on form. Menu doesn't tolerate any

Re: [css-d] layout problem - bit of a CSS beginner

2005-10-10 Thread Gunlaug Sørtun
John Spurgin wrote: http://www.itsecureportal.com/layout/example18.html That example will work if you apply this method: http://www.alistapart.com/articles/negativemargins regards Georg -- http://www.gunlaug.no __

[css-d] Style sheet problem

2005-10-10 Thread trevor boult
Hi Everyone, I seem to have develped a problem with my 3dmodelling portfolio pages http://www.tboult.co.uk/3dmodelling_portfolio.html not displaying in Firefox 1.0.7 I know it worked before and as far as I know nothing has changed Here's my style sheets

[css-d] Sorted style sheet problem

2005-10-10 Thread trevor boult
Seems my class file .3dportmids needed to be changed to not have a digit at the front, removing the '3d' enbaled the thumb to be displayed. Cheers Trevor http://www.tboult.co.uk __ css-discuss [EMAIL PROTECTED]

[css-d] IE problem -- Floats, maybe?

2005-10-10 Thread Barbara Dozetos
Hello all, I've been working on a slight change to our home page and have it pretty much the way I want it, but IE is breaking it. the two images in the center section don't show up in IE -- at least they don't show properly. If I make my window large enough, I get just to bottom edge of

Re: [css-d] Fonts and Site Check Please

2005-10-10 Thread imprimerie-print
Richard Brown a écrit : Hi Guys I done a redesign on a site: http://www.swmug.co.uk/ The css is embeded. Please could you check that it works in all Windows and Linux browsers. Thanks. Additionally, I have used Papyrus as a font but I believe it is exclusively Mac. Is there a Windows

RE: [css-d] layout problem - bit of a CSS beginner

2005-10-10 Thread John Spurgin
Thanks Georg, That has done the trick. http://www.itsecureportal.com/layout/example18.html Much appreciated. John -Original Message- From: Gunlaug Sørtun [mailto:[EMAIL PROTECTED] Sent: 10 October 2005 13:43 To: John Spurgin Cc: css-d@lists.css-discuss.org Subject: Re: [css-d]

Re: [css-d] Fonts and Site Check Please

2005-10-10 Thread David Laakso
Richard Brown wrote: I done a redesign on a site: http://www.swmug.co.uk/ The css is embeded. Please could you check that it works in all Windows and Linux browsers. Thanks. Additionally, I have used Papyrus as a font but I believe it is exclusively Mac. Is there a Windows equivalent please?

Re: [css-d] IE problem -- Floats, maybe?

2005-10-10 Thread Gunlaug Sørtun
Barbara Dozetos wrote: http://www.pcc.com/welcometest.html img.pedspecific, img.supportemma {position: relative; } ...will make them visible in IE/win Georg -- http://www.gunlaug.no __ css-discuss [EMAIL PROTECTED]

[css-d] background-image doesn't show

2005-10-10 Thread Marian
Hi everybody, I have a problem with displaying image into a web page. Take a look at : www.tanase.it The content has an id div#content Now, I need to put into this grey box on the bottom-right an image who represent something like a curl page. I need to position exactly ! My style for #content

Re: [css-d] IE problem -- Floats, maybe?

2005-10-10 Thread Barbara Dozetos
That's the ticket! Thanks a million. Barb Gunlaug Sørtun wrote: img.pedspecific, img.supportemma {position: relative; } ...will make them visible in IE/win Georg -- Barbara Dozetos ~ Marketing Communications Designer Physician's Computer Company * (p)802-846-5532 1 Main St., #7

RE: [css-d] background-image doesn't show

2005-10-10 Thread Dennis Bixler
Try it with background-position: right bottom;} at least it worked in a local test Dennis Bixler -Original Message- From: Marian [mailto:[EMAIL PROTECTED] Sent: Monday, October 10, 2005 11:04 AM To: css-d@lists.css-discuss.org Subject: [css-d] background-image doesn't show Hi

[css-d] peekaboo bug? and other oddities

2005-10-10 Thread Jason Yamada-Hanff
hey all, i've been trying to work out some IE bugs for my css for a while now and I can't quite figure out how to fix it. I expect that the problem is the peekaboo bug, but I haven't been able to get the holly hack to work. i am using roger johansson's js custom boxes script to add drop

[css-d] EM's larger in Safari-how to fix?

2005-10-10 Thread cFA
Hey everyone, Ive been using owen briggs em technique http://www.thenoodleincident.com/tutorials/typography/template.html for quite a while now with great success, the only problem is safari (v1.3.1 os10.3.9 here) where the default size using body { font-size: 76%; } is MUCH larger than every

Re: [css-d] background-image doesn't show

2005-10-10 Thread Tom Livingston
On Mon, 10 Oct 2005 11:03:39 -0400, Marian [EMAIL PROTECTED] wrote: www.tanase.it Off the top of my head, make sure the image path is in relation to the stylesheet not the page. This has caught me a couple times... -- Tom Livingston Senior Multimedia Artist Media Logic www.mlinc.com

Re: [css-d] layout problem - bit of a CSS beginner

2005-10-10 Thread Thierry Koblentz
Gunlaug Sørtun wrote: John Spurgin wrote: http://www.itsecureportal.com/layout/example18.html That example will work if you apply this method: http://www.alistapart.com/articles/negativemargins I think this one has better browsers support: http://www.tjkdesign.com/articles/3cols.asp /plug

Re: [css-d] background-image doesn't show

2005-10-10 Thread Gunlaug Sørtun
Marian wrote: www.tanase.it Just a minor file-name/type error: I find: background-image: url(../images/curl.htm); ... in your stylesheet. Correct it to: background-image: url(../images/curl.jpg); ... and make sure the image is present with that name/type. The other styles are fine, but you

Re: [css-d] Stacking layers

2005-10-10 Thread Derek de Jong
Arno @ Raketnet wrote: Here I am again with a problem! I'm using the son of suckerfish menu. First problem, of transparency background in the menu was solved thanks to some good advise from the list (never mind that IE doesn't seem to support png-24 format). I couldn't tell from the above

Re: [css-d] Stacking layers

2005-10-10 Thread Scott Glasgow
Arno @ Raketnet wrote: Here I am again with a problem! I'm using the son of suckerfish menu. First problem, of transparency background in the menu was solved thanks to some good advise from the list (never mind that IE doesn't seem to support png-24 format). The menu functions ok, but now that

[css-d] Page printing problem

2005-10-10 Thread Fred Boulton
I have just finished my first all CSS site - no tables - not even a br! My client says that he can't print the site, it crashes his computer - WINXP/IE6 http://2ktours.com.au/ is the URL. It validates o.k., both XHTML CSS It prints fine for me on 2 different computers and works for the

RE: [css-d] IE wierdness + sitecheck

2005-10-10 Thread Edith Karnitsch @ Terranetwork
Rick - I've checked in Firefox 1.0.6 and IE 6 (both Win). Problems I've seen: * Update Details page - Width of container in IE much smaller (only uses around 2/3 of width), which results in e.g. the phone number and eScrip ID entry box being wrapped into second line * Update Details page - FF

Re: [css-d] Page printing problem

2005-10-10 Thread Gunlaug Sørtun
Fred Boulton wrote: My client says that he can't print the site, it crashes his computer - WINXP/IE6 http://2ktours.com.au/ Observation: It freezes my IE6 on win2K on print-preview. Seems to depend on which page I'm on. Anyone have any suggestions? Only to comment out parts of the

Re: [css-d] Page printing problem

2005-10-10 Thread Nanda Sunu dasa
Its also frozen my IE on print preview. I'm using XP sp2 IE6 Bala Clark Chris Akers wrote: My client says that he can't print the site, it crashes his computer - WINXP/IE6 It froze my IE when I did a print preview. Had to end task. XPsp2 IE6

[css-d] Re: background-image doesn't show

2005-10-10 Thread Marian
Thank Tom, That was the solution. Image path was not in relation with my stylesheet ! 10 Points !!! :D Off the top of my head, make sure the image path is in relation to the stylesheet not the page. This has caught me a couple times... -- Tom Livingston Senior Multimedia Artist Media

Re: [css-d] Page printing problem

2005-10-10 Thread [EMAIL PROTECTED]
http://meyerweb.com/eric/thoughts/2005/08/26/when-printing-kills/ Eric Meyer recently wrote of a similar situation with IE. It seems there are certain keywords that cannot be used as the value for id in html. I looked at your html and it doesn't seem to have any strange values for ids. But

[css-d] ie5 and ie5.5 bugs

2005-10-10 Thread Thierry Koblentz
I just ran into these 2 (in WinXP): IE 5.5: The comment in there makes IE 5.5 ignore the rule (IE 5.1 is OK) #menu a:hover,#menu a:focus, /* comment */ .current #current {some declarations} IE 5: Long list of anchors in list items. li {float:left;list-style:none;padding:2px 0} a

[css-d] Float and border - unexpected behaviour

2005-10-10 Thread Ian Sweeney
I have two div elements The first is floated left The second should have a left border acting a delimited between the two div elements However, the border is being displayed to the left of the first element! The problem can be seen at www.iansweeney.me.uk/p5 -- No virus found in

Re: [css-d] Float and border - unexpected behaviour

2005-10-10 Thread Gunlaug Sørtun
Ian Sweeney wrote: www.iansweeney.me.uk/p5 Solution: div#box2{ border-left: 5px dotted red; display: table; } * html div#box2{ height: 0;} The details can be seen at http://www.gunlaug.no/contents/wd_example_01_01.html regards Georg -- http://www.gunlaug.no

[css-d] Images and Divs

2005-10-10 Thread Robbert van Andel
I'm working on a web redesign and am hoping to avoid using tables as much as possible but so far no luck. I'm designing so that my page will work in IE and Firefox since those are two browsers I have readily available. The page can be found at http://oms.swimwebs.com http://oms.swimwebs.com/

Re: [css-d] Images and Divs

2005-10-10 Thread Thierry Koblentz
Robbert van Andel wrote: I'm working on a web redesign and am hoping to avoid using tables as much as possible but so far no luck. I'm designing so that my page will work in IE and Firefox since those are two browsers I have readily available. The page can be found at http://oms.swimwebs.com

RE: [css-d] Images and Divs

2005-10-10 Thread Robbert van Andel
Bingo, that did the trick. Thanks. -Original Message- From: Thierry Koblentz [mailto:[EMAIL PROTECTED] Sent: Monday, October 10, 2005 9:57 PM To: Robbert van Andel; css-d@lists.css-discuss.org Subject: Re: [css-d] Images and Divs Robbert van Andel wrote: I'm working on a web redesign

[css-d] Oversized footer div (IE) and displaced div (FF)

2005-10-10 Thread Marie
Hello there! I have a problem with a footer div being displayed faulty in IE; and another div that is surrounded by two floating divs. You can see it all here: http://www.likwit.co.uk/icebaby/. The footer div has the id #footer, a defined height of 12 pixels and a background image (no-repeat)