Re: [css-d] Crashin Column

2011-03-25 Thread Thomas Pauly
On Mar 25, 2011, at 7:26 PM, Claude Needham wrote: > On Fri, Mar 25, 2011 at 4:14 PM, Thomas Pauly wrote: >> The right-hand column on this page: >> http://www.theablebaker.com/archive-specials.html >> is crashing through the footer. >> >> I'm baffled by

[css-d] Crashin Column

2011-03-25 Thread Thomas Pauly
The right-hand column on this page: http://www.theablebaker.com/archive-specials.html is crashing through the footer. I'm baffled by my overly complicated layout but I wan to be able to fix it before I redesign. Any help would be greatly appreciated. Thomas Pauly 973.273.4702

[css-d] Outlines in Firefox Nav Bar

2011-03-18 Thread Thomas Pauly
Hello, I inherited a Dreamweaver/Spry Assets nav bar (which I have to keep) and I can't figure out why Firefox is showing strangely positioned outlines. http://www.smarterpaint.com/non-toxic-paints/mythic-paint-colors/aqua.html Any help would be greatly appreciated. Thanks, Thomas

Re: [css-d] Equal Height Boxes with Rounded Corners

2011-03-14 Thread Thomas Pauly
On Mar 10, 2011, at 8:54 PM, Rob Mercer wrote: > I have two side by side boxes that I want to be equal height and have rounded > corners. I don't want to set a height for the boxes. To get equal height I > have used the margin/padding trick: > > #left-box, #right-box { > width:390px;

Re: [css-d] Equal Height Boxes with Rounded Corners

2011-03-10 Thread Thomas Pauly
On Mar 10, 2011, at 8:54 PM, Rob Mercer wrote: >-webkit-border-radius: 15px; >-moz-border-radius: 15px; Are all four corners round if you manually specify all four? -webkit-border-radius: 15px 15px 15px 15px; -moz-border-radius: 15px 15px 15px 15px; __

Re: [css-d] image layout question

2010-12-29 Thread Thomas Pauly
Cake"/> http://www.tpauly.com/AB.css http://www.tpauly.com/AB.html Hope this helps. Thomas Pauly 973.273.4702 | tho...@tpauly.com > Message: 8 > Date: Tue, 28 Dec 2010 13:17:45 -0800 > From: "Matthew P. Johnson" > To: > Subject:

Re: [css-d] Strange 7px indent on Legend only in IE7

2010-07-06 Thread Alex Thomas
Hi John, *:first-child+html simply targets IE7, *html targets IE6 alone. I use an alternative way of doing conditional CSS for IE and its described very well here: [http://net.tutsplus.com/tutorials/html-css-techniques/quick-tip-how-to-target-ie6-ie7-and-ie8-uniquely-with-4-characters/] The '/*

[css-d] My Services

2010-05-19 Thread Alex Thomas
Hi I was wondering if anyone knew of any projects that require any CSS work? I would like to offer my services for a very low price, possibly free. The reason for this is i want to build up my portfolio, to start doing some paid freelance work. Any suggestions would be gratefully received. Thank

[css-d] ccc drop down menu breaks in mac

2010-04-22 Thread Thomas Buck
Hi, I'm new to css, but have managed to cobble together a web site with a drop down css only menu. It works in pc based browsers ( ie, ff, safari) but the menus will not drop down on macs. Any help or guidance would be appreciated. The site is www.bfivestudio.com Tom Buck __

[css-d] New to list and css

2010-04-22 Thread Thomas Buck
Hi all, I'm relatively new to css and am joining this list to get up to speed. Tom Buck __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com

Re: [css-d] Changing the color of a link makes another element vanish

2009-03-06 Thread Thomas Burkhart
Oh sh**, sorry about some that trivial. Too long programming C++. Problem solved, case closed Thanks Jack Tom Von: Jack Timmons [mailto:jorac...@gmail.com] Gesendet: Freitag, 6. März 2009 12:52 An: Thomas Burkhart; css-d@lists.css-discuss.org Betreff: Re: [css-d] Changing the

[css-d] Changing the color of a link makes another element vanish

2009-03-06 Thread Thomas Burkhart
sub2 a{color:#fef000}; --- In index_copy(2) - #menuKontakt .subMenu { display:block; } #menuKontakt .sub2 a{color:#fef000}; - Can you explain me what the problem is? Thanks Thomas __

Re: [css-d] Descendant selector works differently in IE and FF

2009-03-05 Thread Thomas Burkhart
Ok, found it. There were a lot of errors in my css statement and also not enough specifity. You can close this case. Thanks Tom -Ursprüngliche Nachricht- Von: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] Im Auftrag von Thomas Burkhart Gesendet

Re: [css-d] Descendant selector works differently in IE and FF

2009-03-05 Thread Thomas Burkhart
--- On Thu, 3/5/09, Thomas Burkhart wrote: > The submenu "Close Up . Test" is completely > white. And it should according > to this here be grey > > .subMenu a:link, .subMenu a:visited > { > color:#7D7D7D; > } > > Also still wrong, the second m

Re: [css-d] Descendant selector works differently in IE and FF

2009-03-05 Thread Thomas Burkhart
D; } Also still wrong, the second menu point "Test" should be highlighted in Yellow. The IE does it, FF not. Best Thomas -Ursprüngliche Nachricht- Von: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] Im Auftrag von Bobby Jack Gesendet: Donnerstag

[css-d] Descendant selector works differently in IE and FF

2009-03-05 Thread Thomas Burkhart
ink, .subMenu a:visited { color:#7D7D7D; } In the stylesheet is ignored by FF Also the #menu2 .sub2 a:link { color:#fef000; } Can you explain me what the problem is? Thanks Thomas __ css-discuss [cs...@lists.css-dis

Re: [css-d] Odd, broken design

2008-03-07 Thread Thomas Francis
On Thu, Mar 6, 2008 at 7:14 PM, Scott Sauyet <[EMAIL PROTECTED]> wrote: > Thomas Francis wrote: > > Can anybody figure out why the quote on this page overlaps the footer > near > > the bottom right-hand side? > > http://www.bris.ac.uk/news/2008/12017945171.html >

[css-d] Odd, broken design

2008-03-06 Thread Thomas Francis
Hello Can anybody figure out why the quote on this page overlaps the footer near the bottom right-hand side? http://www.bris.ac.uk/news/2008/12017945171.html It's obviously not meant to do this and doesn't occur when the screen is really wide. I'm viewing using FF 2.0.0.12. -- Regards Thom ___

Re: [css-d] Swap two elements horizontally

2008-02-13 Thread Thomas Watson
On 11/02/2008, at 22.11, Thomas Watson wrote: > You can see an example of what I would like to achieve here: > http://tws.name/resources/2008/02/tabs-with-text.png By request, I've just added an HTML/CSS example page: http://tws.name/resources/2008/02/tabs-with-text.ht

[css-d] Swap two elements horizontally

2008-02-11 Thread Thomas Watson
I have an unordered list () and a piece of text (currently wrapped in a div, but it could be a span as well) I would like the text to appear first in the HTML source and the list to appear second (due to search engine indexing, screen readers etc.) The list is rendered using CSS as a set of

[css-d] Select element not displaying correctly

2007-07-08 Thread Thomas Thomas
Hi, My Select (size 1) element in Mozilla is not displaying correctly : The box is not getting the right width according to the width of the elements inside. I can notice I have this behaviour because of this line : * { padding: 0; margin: 0; } (I cannot change this line because my interface wi

[css-d] [CSS] :active problem

2007-07-08 Thread Thomas Thomas
Hi, I have a link on which the user can click, which is actually an image (an arrow). When he clicks on the arrow, the arrowmust change color : .jcarousel-skin-tango .jcarousel-next-horizontal { [...] background: transparent url(next-horizontal-1.bmp) no-repeat 0 0; } .jcarousel-skin-tan

Re: [css-d] The Free Virtual PC IE6 Test is Dead... Now What?

2007-04-03 Thread Thomas Watson
On Apr 3, 2007, at 10:19 PM, Dave Nelson wrote: > How are you testing IE6? I've actually installed all versions of internet explorer on the same PC without any virtualization software. I've installed IE7 like normal and then all the others through a special tool. For more info se this post: h

Re: [css-d] sliding door: trouble with image

2007-04-03 Thread Thomas Watson
a code example showing it in action would help. Regards Thomas __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- h

Re: [css-d] styling ordered lists

2007-04-03 Thread Jiju Thomas Mathew
sort of overlaying > it. > > Hi Was the site http://www.saturn.in ? :) The description matches on the front page, but it is not a list.. -- Jiju Thomas Mathew http://www.php-trivandrum.org __ css-discuss [EMAIL PROTE

[css-d] Nested element with height 100% in IE6

2007-04-03 Thread Thomas Watson
#inner { height: 100%; position: absolute; top: 0; left: 0; } I hope you can help. Regards Thomas __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.

[css-d] [CSS2.1 Footer Bugs in IE, Need IE Hack]

2007-04-02 Thread Thomas Thomas
Hi all, I am hopeless on this problem and I hope I can find some help here I have a problem with my footer in IE6 In IE7 and Mozilla it works ok. I display the footer at the bottom of the *viewport* if content is less high than viewport, I display the footer at the bottom of the *content* i

Re: [css-d] positionning problem

2007-03-25 Thread Thomas Thomas
*all the hieght of its parent, also in IE the gap between the two fields is bigger than 3px, Thank u for any help __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-di

[css-d] positionning problem

2007-03-25 Thread Thomas Thomas
Hi, been the whole day I try something very basic ... I have two input fields : #login_field_user { background-color: blue; margin-bottom:3px; } #login_field_pwd { background-color:green; margin-bottom:3px; } inside a div : #login_fields { float:right; margin-right:8px;

Re: [css-d] Linked image showing style

2007-03-25 Thread Thomas Olsen
hooner.png"; alt="smith schooner" /> then it works here. - -- Med venlig hilsen / Best regards Thomas Olsen That that is is that that is not is not. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2.2 (GNU/Linux) iD8DBQFGBkqKWNiChDCP5GkRAkK+AJ4+mGVUj2EVT0QYGUoYwXu77

[css-d] Trying yet another Drop-Down Menu

2007-03-20 Thread THOMAS ROGERS
Hello again The last horizontal menu system I tried was by Tedd Sperling (http://sperling.com/examples/menuh/). Unfortunately it depends on a unique file called csshover.htc which didn't seem to do the trick for me. I even went into my apache configuration but it just doesn't seem to be worth th

Re: [css-d] Feedback needed for Drop-Down Menu

2007-03-16 Thread THOMAS ROGERS
Thanks Francky, I changed it, but it made no difference? Tom -Original Message- From: francky [mailto:[EMAIL PROTECTED] Sent: Friday, March 16, 2007 8:05 PM To: Tom Rogers Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] Feedback needed for Drop-Down Menu Yes, typo. ;-) Link is

Re: [css-d] Unwanted gap between child elements

2007-03-03 Thread Jiju Thomas Mathew
e > while not seeing the gap. Is this a known issue? Is there a recommended > way > to workaround this? Well I did throw a long shot.. not sure though, tested in both IE 6 and FF 2.0.0.1, and works.. .span_link { float: left; } Jiju Thomas Mathew http://www.php-trivandrum.org

[css-d] Looking for feedback on new drop down menu

2007-03-02 Thread THOMAS ROGERS
I've hopefully come up with a suitable and accessible drop down menu for one of my sites and would appreciate any feedback. It looks OK to me on my pc's in IE7, IE6, FireFox and Opera. This was done with OpenCube's Visual Infinite Menu tool. You may see a popup that says it's an evaluation cop

[css-d] font family : Mozilla issue

2006-12-21 Thread Thomas Thomas
Hi, I am trying to change the default font to = Lucida Sans Unicode I put this line of code in the root div container : font-family:"Lucida Sans Unicode", "Arial"; this works for IE but not for Mozilla, Thank u for any help !

[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] Can one disable a style sheet just for a menu?

2006-12-13 Thread THOMAS ROGERS
should make the switch. Can you or any other readers recommend a good dropdown menu tool that won't bust the bank, but will deliver an accessible menu? Thanks again, Tom Rogers -- -Original Message- From: francky [mailto:[EMAIL PROTECTED] Sent: Wednesday, D

[css-d] Can I disable the style sheet just for the menu?

2006-12-12 Thread THOMAS ROGERS
For a long time now I've wanted to learn how to create drop down menus. I tried many CSS based methods but never got them working, so last Friday I decided to give the Sothink dhtml menu tool a try. Using the tool as an ad in to Frontpage, I created an include page at http://www.ncmhcso.org/inc

[css-d] Can one disable a style sheet just for a menu?

2006-12-11 Thread THOMAS ROGERS
For a long time now I've wanted to learn how to create drop down menus. I tried many CSS based methods but never got them working, so last Friday I decided to give the Sothink dhtml menu tool a try. Using the tool as an ad in to Frontpage, I created an include page at http://www.ncmhcso.org/inc

[css-d] IE7 and strange 'jump' effect

2006-12-05 Thread Thomas Francis
Hello First post, so excuse any faux pas! Have looked through the archive, but cannot find anything about this. I graduated from my university a few years ago, but I often visit my alumnus website to keep up with latest events and happenings. Anyway, after I upgraded my IE to IE7 I noticed a str

[css-d] Styling for Print Question Please

2006-11-18 Thread Thomas Hall
On a website I am developing I have a link that will pop up a window intended for printing. Sort of like a "coupon" if you will. My question pertains to the formatting of that page so it prints neatly on an 8.5 x 11 piece of paper. Can someone please explain to me how to be style that pop up window

[css-d] Bizarre img margin behavior in IE7

2006-11-04 Thread Thomas Hall
Could someone peek at this page - www.atrachapter.com in IE7. When the page loads look at the margin on the main image of the page. When I move my mouse over the left hand navigation () the margin on the image disappears. I put a border on the and 's and there doesn'

[css-d] H-Scroll in IE7 - Please Help

2006-10-25 Thread Thomas Hall
Can someone please look at this page and tell me where the horizontal scroll in the browser is coming from and how to get rid of it? http://www.tmhdesign2.com/sedation-dentistry.asp Thanks. __ css-discuss [EMAIL PROTECTED]

[css-d] Vertical Align for Header Elements?

2006-09-25 Thread Thomas Hall
I am curious to now if there is such a thing as a vertical alignment for headers? I have an h5 element within which I am placing an image AFTER the text. The image is 30 pixels high and the font is sitting at the bottom of the h5 element whereas I would like it to sit at the top. Thanks. _

[css-d] Layout (in FF) Driving me Nuts

2006-08-27 Thread Thomas Hall
If someone can peek at this and tell me why I am having such an issue with this in FF would you please let me know? I sure would appreciate it. I have spent an hour turning on and off borders, adjusting margins, padding, etc. Thanks so much http://www.atramember.com/gallery2.asp?pic=187

[css-d] Image Width & Height

2006-08-27 Thread Thomas Hall
I have this working in IE but not FF, why? div.pic_div img { width:150px; height:110px; border:0; } __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE

[css-d] row disappearing when using onmouseover event in IE

2006-08-24 Thread Thomas Brown
I am having a problem in IE. I am trying to create a scrolling grid and it works just fine in Firefox, but when I use it in IE and mouseover the col5, it removes the row once I have scrolled and then mouseover the column text. Any ideas???http://www.w3.org/TR/html4/loose.dtd";>Scrolling Grid Te

[css-d] Are table-less layouts important - why?

2006-08-17 Thread Thomas Hall
I was asked this question today by a fellow designer - "Is there an advantage to the non-use of tables in SEO?" As I am not sure how to best answer this question I thought I'd solicit the opinions of you experts. Thanks for any help on this. Tom ___

[css-d] Problems with IE, position:absolute and content stretched

2006-08-10 Thread Thomas
e.css: http://www.erdeanthomas.de/wp-content/themes/thomas/style.css And here is my index.php: http://www.erdeanthomas.de/wp-content/themes/thomas/index.phps Regards, Thomas __ css-discuss [EMAIL PROTECTED] http://www.css-disc

[css-d] Help w/ Div Width Issue FF & IE

2006-08-05 Thread Thomas Hall
I have a site at this address - www.atramember.com/services.aspIf you look at the page in FF as you scroll down you will see there is about a 20px gap on the right side that is not there in IE. I have played around with the widths and paddings and margins of the div elements in question but can

[css-d] Styling text in a textarea element

2006-07-28 Thread Thomas Hall
I am trying to get a size 10px font inside a textarea but can't seem to do it. Text Here __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com

Re: [css-d] Lists and > selector

2006-07-12 Thread Thomas Peklak
> See: > <http://www.w3.org/TR/CSS21/colors.html#propdef-color> > ---> Inherited: yes. That explains a lot. Thanks for the quick responses. greets, thomas __ css-discuss [EMAIL PROTECTED] http://www.css-d

[css-d] Lists and > selector

2006-07-12 Thread Thomas Peklak
Hello! Please take a look at the following page: http://www.geos.biz/test.html I don't quite understand why this css ul#top > li {color:red;margin:10px;border:1px solid black} does effect all li children of ul#top concerning the color, but does only affect direct li-children when it comes to margi

Re: [css-d] *Weird* bug in IE

2006-06-23 Thread Thomas Smith
contain any viruses. However, > no liability can be accepted for any damage sustained as a result of such > viruses, and recipients are advised to carry out their own checks. > > > Moov2 Ltd cannot accept liability for statements made which are clearly &

[css-d] *Weird* bug in IE

2006-06-23 Thread Thomas Smith
Hi all, I have this very strange bug that only shows up in IE, and for which I can't find a rational explanation.. I've got a footer div in which are enclosed 3 text links, nothing special, just text links, everything works fine in FF but in IE, the last 3 characters of the last link are kind of

Re: [css-d] IE problem with rounded boxes and bottom margin...

2006-02-16 Thread Thomas -Balu- Walter
No one? Is it too simple or too complicated? :-/ On Wed, Feb 15, 2006 at 10:50:44PM +0100, Thomas -Balu- Walter wrote: > I am having a problem with weird IE behaviour (guessed that, huh?) when > playing with rounded corners. > > http://www.b-a-l-u.de/PG/stuff/border_problem/ >

[css-d] IE problem with rounded boxes and bottom margin...

2006-02-15 Thread Thomas -Balu- Walter
Hello everyone, I am having a problem with weird IE behaviour (guessed that, huh?) when playing with rounded corners. To do so I've created a simple piece of code as follows: Box header Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh eu

[css-d] fixed width, centered content - different coloured sidebars?

2006-02-07 Thread Thomas -Balu- Walter
Hello all, I need to create something similar to http://www.herzog-online.com/de/index.html which is best described as - fixed width centered content - fluid left border with colour 1 and - fluid right borders with colour 2 Does anyone have a hint how to solve something like this nicely? I

Re: [css-d] IE column shift problem

2006-02-01 Thread Thomas Shebest
the clearing element if the images were not given dimensions. I am still trying to work through a bunch of different test cases I have put together to try and track down the exact cause but I at least have somewhat of a fix now. - Thomas Shebest -- http

[css-d] To table or not to table...

2006-01-23 Thread Thomas Hall
That is the question I poised in my online college Web Programming HTML course at the Univ. of Phoenix. I raised some issues with the demo web site the school uses to teach beginning html to students. It relies solely on tables and nested tables for its layout. I initiated a discussion thread as to

[css-d] Positioning Help Please

2006-01-16 Thread Thomas Hall
Please look at this layout - http://webhost.bridgew.edu/etribou/layouts/3col_footer/archives/3col_footer_ 02 This is about what I am after except I'd like to be able to absolutely position elements inside the header, footer, and columns. It seems that when I attempt this though the elements I s

Re: [css-d] Suckerfish validation issues

2006-01-16 Thread Thomas Peklak
ill does not work after fixing all this problems (108 errors), you can make a repost to the list. It is hard for us to give any advice, as long as your page does not contain valid code. Greets, Thomas __ css-discuss [EMAIL PRO

Re: [css-d] won't auto center in

2006-01-12 Thread Thomas Peklak
Maybe you should tell it, to do so? > greets, thomas __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- h

[css-d] won't auto center in

2006-01-12 Thread Thomas Hall
Maybe a stupid question but why won't this center in the page: Test __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by

[css-d] IE column shift problem

2006-01-09 Thread Thomas Shebest
occur randomly and without and explanation and is fixed on a refresh of the page. This page is the most recent offender, any help would be appreciated. http://www.hostmysite.com/dedicated/colocation/ - Thomas Shebest -- http://www.hostmysite.com

[css-d] Layout Consultation/Analysis

2006-01-05 Thread Thomas Hall
Group, I have been asked to recode an existing site for seo purposes - http://www.bestlubrication.com As you can see in the code it is not properly structured using a plethora of tables and inline styling. After poking around the site a bit you can see it is a

Re: [css-d] Extra browzer space to the right

2006-01-04 Thread Thomas Peklak
gif,thejourney2.gif,thestory2.gif,...) You positioned the menu absolutly 250px from the left and gave it a width of 95% ( what is 760px on a 800x600 screen). That's why the #menu is wider than the screen. greets, thomas __ css

Re: [css-d] suckerfish - howto expand hoverarea of submenuenties in IE

2006-01-02 Thread Thomas Peklak
lick able. (try out "svg andso/Interactive with the mouse" there is lots of space to the right) The only thing i can think of is to find out the width of the with java script and set the width of the , so that it fits exactly into it. But i hoped that i w

Re: [css-d] Image repeat, what a mess

2006-01-02 Thread Thomas Peklak
This is an easy one, I think: change background-image: url(./images/leftbar.gif);repeat-y; to background-image: url(./images/leftbar.gif); background-repeat:repeat-y; greets, thomas __ css-discuss [EMAIL PROTECTED] http

[css-d] P float:left; makes P jump out of containing Div in Firefox

2005-12-31 Thread Thomas Hall
http://www.thomashall.com/real-estate-listings.asp?county=Sonoma Look at this page in Firfox. If I put the float:left on the paragraph of description it causes the p to jump out of the containing div altogether, might someone please explain, it looks ok in IE. _

[css-d] LI Padding IE & Firefox

2005-12-31 Thread Thomas Hall
No matter what I try I can't get this list to look the same on IE and Firefox. Any help would be appreciated. (I really messed this project up as I designed in IE but should have done so in Firefox. I am in the process of going page by page fixing little bugs like this. Lesson learned. http:/

Re: [css-d] alt tags

2005-12-30 Thread Thomas Peklak
can personally change it in your display settings. Additionally I might mention that the Alt-attribute is only shown in IE as a tooltip. If you want to have a tooltip in all browsers, you have to use the title-attribute. greets, tho

Re: [css-d] suckerfish - howto expand hoverarea of submenuenties in IE

2005-12-28 Thread Thomas Peklak
of the container has to be. But still thanks for the suggestion. Thomas __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Re: [css-d] Form display too wide in Mozilla, OK in IE6!

2005-12-21 Thread Steve Thomas
Thanks! That fixed it. Steve Ingo Chao wrote: > Stephen Thomas wrote: > >> ... while everything works really nicely in IE6, in Mozilla >> (Firefox) some >> of the forms - those containing some explanatory text - display too >> wide, >> overwriting the

[css-d] Form display too wide in Mozilla, OK in IE6!

2005-12-20 Thread Stephen Thomas
If anyone has a fix, I'm desperate - supposed to go live right now! You can see the page at http://www.adelaide.edu.au/library/ Thanks! Stephen Thomas, Senior Systems Analyst, University of Adelaide Library UNIVERSITY OF ADELAIDE SA 5005 AUSTRALIA Phone: +61 8 830 35190 F

Re: [css-d] and styling of td's

2005-12-19 Thread Thomas Peklak
[style and col] What about trying to use "!important"? Did you try this? This should overrule styles in child elements. e.g.: col #activecol { border:1px solid red !important } Best regards, Thomas __ css-disc

Re: [css-d] CSS QA

2005-12-02 Thread Thomas Jespersen
Arthur Cundy wrote: > Hello everyone, > > I've just completed this website using divs and I wanted to run it by you > guys to see if you can spot any issues. This is my second attempt at a > table-less design and my first attempt at using shtml includes. The website > is http://www.cafe-

[css-d] Pipe Dream?

2005-11-22 Thread Tod Thomas
Is their a nice CSS IDE that maintains the W3C standards, has drag and drop type of functionality, all of the nifty things you'd expect from an CSS editor? I was thinking along the lines of a Jedit, or Eclipse plugin. I'm partial to open source but commercial recommendations are welcome. I'm

Re: [css-d] layout does not work the same in NS and IE

2005-11-10 Thread Thomas French
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Davis Sent: Wednesday, November 09, 2005 10:35 PM To: Thomas French Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] layout does not work the same in NS and IE Thomas, The to fix the IE double margin bug, in your block_1 div change display

[css-d] layout does not work the same in NS and IE

2005-11-09 Thread Thomas French
I am new to CSS and am having trouble getting css to work consistently in different browsers. The page is real close to what I want, but when the display's width is reduced in IE(v6) the area around the table creates a large gap. This does not happen in NS(v8). A lesser question i

Re: [css-d] Footer not sticking to bottom

2005-11-08 Thread Thomas Bukowski
http://www.themaninblue.com/writing/perspective/2005/08/29/ This involves you knowing exactly how high your footer is. Basically, you absolutely position your footer just below the bottom of the page, then use a negative margin to make it visible. thomas. Shawn Ferguson wrote: >Using this mo

[css-d] PIE's One True Layout - scrolling bug

2005-11-08 Thread Thomas Bukowski
owser window small enough so that the content doesn't fit in the available height; then, you can still select-drag down to scroll up and 'lose' the content. Platform: Windows XP SP2, Firefox 1.0.7 I haven't be

[css-d] LI's Line Up in IE but not FF

2005-10-07 Thread Thomas Hall
with the margins and paddings on the list-items but to not success. Thanks for any help at all. Thomas M. Hall __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

[css-d] Site Check - http://www.dolphincoveinn.com

2005-09-20 Thread Thomas Hall
If anyone has a spare moment please look at http://www.dolphincoveinn.com <http://www.dolphincoveinn.com/> and let me know if I missed anything. Thanks so much Thomas M. Hall __ css-discuss [EMAIL PROTECTED

[css-d] Site Check - www.fargerkave.com

2005-09-14 Thread Thomas Hall
Please see if I missed anything, thanks. www.fargerkave.com <http://www.fargerkave.com/> (English Version please) Thomas M. Hall __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo

[css-d] Nav Bar - From Table to Horizontal List - Please Help

2005-08-14 Thread Thomas Hall
, the first link contains the table formatted navigation. The second contains the early beginnings of my attempt to accomplish this. Thanks for any help www.atra.com/~bullfrog (tables) http://design.tmhdesign.com/atra_template/default.asp (my attempt) Thomas M. Hall

[css-d] bg great in Firefox - but not in IE ???

2005-08-11 Thread Thomas Hall
I have a page that uses a list to display spa treatments - http://design.tmhdesign.com/szidonia/beauty-wellness-spa-e.asp?spa=9 If you look at it in Firefiox, you will see all have the background color of red, but in IE, only half of them do??? Thomas M. Hall

[css-d] Element won't move up in IE, fine in Firefox...

2005-08-09 Thread Thomas Hall
Please look at this page - http://design.tmhdesign.com/szidonia/hungary-map-e.asp The header element and the map won't move up regardless of what I set the margins to, but it looks and works fine in Firefox. Thomas M.

[css-d] HUGE gap tween DIVS in Firefox, not in IE???

2005-07-29 Thread Thomas Hall
Please help - http://design.tmhdesign.com/szidonia This page looks as it should in IE, but not in Firefox. I validated it and also viewed the block level outlines in Firefox but am clueless as to why the div is not butting up in Firefox as it does in IE. Thanks in advance. Thomas M. Hall

[css-d] Site Check Please - www.fragsburg.com

2005-07-25 Thread Thomas Hall
If some of you have time, please peek at this latest effort - http://www.fragsburg.com <http://www.fragsburg.com/> Thomas M. Hall __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-

[css-d] Filling with an

2005-07-20 Thread Thomas Hall
, not just the link text, that it is a hyperlink. How do I "fill" up the so to speak. I don't want to put the images directly in the as I want them to be backgrounds for seo purposes. Thanks in advance. Thomas M. Hall __

[css-d] Forgot Link for "Div "jumping" in FF

2005-07-10 Thread Thomas Hall
quite sure why that is, I looked in Firefox using the outline for the block elements but it just isn't clear to me what is going on. The overall layout is a modified version of a css template I located online. Thanks for any

[css-d] Div "jumping up" in Firefox...

2005-07-10 Thread Thomas Hall
me what is going on. The overall layout is a modified version of a css template I located online. Thanks for any tips. Thomas M. Hall __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d Li

[css-d] Vertical Text for Castle Hotel Menu (Italy)

2005-07-09 Thread Thomas Hall
and print it so it can fold neatly in half and display the wine list on one half, the menu on the other. If so, how would I do this? If anyone would help, I would be s grateful. Thomas M. Hall __ css-discuss [EMAIL

FW: [css-d] Help with overlap background image in IE

2005-07-08 Thread Thomas W. Bickle
Is anyone able to identify this problem, or recommend a solution? I really could use the help... Thanks, Tom -Original Message- All, ...this design is showing the "middle's" background peeking out from under the bottom in IE. See this link in IE for what I mean. http://www2.ulink.n

[css-d] Help with overlap background image in IE

2005-07-06 Thread Thomas W. Bickle
All, I am working on a site design with rounded corners. I am using a simple but imperfect approach to get my rounded corner graphics. I set a DIV to have a repeating background, and then add (one at the top and one at the bottom) a div tag that contains the rounded corners. I've used this befo

[css-d] Site Check - http://www.appesbach.com

2005-06-13 Thread Thomas Hall
ck. If you pick this up in a German speaking country, you will need to start here http://www.appesbach.com/accommodations.php Thanks for your feedback, good or bad. ;-) I put a lot of effort into this site and I hope it pays off for my client. (Look at the guestbook, it is kind of "cute"

RE: [css-d] Flow problem in IE6

2005-06-10 Thread Thomas W. Bickle
money. And I will look into those HTML errors. Apparently, I am a lazy slop-artist, and didn't know it. Thanks again. Tom -Original Message- From: David Laakso [mailto:[EMAIL PROTECTED] Sent: Friday, June 10, 2005 12:46 PM To: css-d@lists.css-discuss.org Cc: Thomas W. Bickle Subjec

Re: [css-d] Flow problem in IE6

2005-06-10 Thread Thomas W. Bickle
(Replying to myself - I'm weird like that)... I stripped out all style parameters in my content column's code. The problem seems related to the: ...tag. Being the absolute thing I took out, it made the difference. I'll add parameters back in, tying them to CSS again, and see how it goes... T

[css-d] Flow problem in IE6

2005-06-10 Thread Thomas W. Bickle
Hello. I have been wrestling with this problem in IE, and am now considering another career. Before I go, can anyone enlighten me as to what is going on with this page? http://tombickle.com/files/test/contact.html My problem is that in the middle column, the "content" div, much of the content

  1   2   >