Re: [css-d] Datagrid class

2006-12-05 Thread Highpowered
Jachin Sheehy wrote: > CssClass is the attribute to use. ASP.NET will convert this to a class > attribute when it renders the HTML. > > Jachin Sheehy > http://strangepants.com > > On 12/2/06, Pk <[EMAIL PROTECTED]> wrote: > >> I wish to use the same style for all my datagrids. I think I need to

[css-d] Moving stuff to the right ?

2006-12-05 Thread Jan Erik Moström
I'm trying to create a page header that should look like this -- | Page Header| Main | About | Blog | ... | -- But I always end up w

Re: [css-d] Moving stuff to the right ?

2006-12-05 Thread Rick den Haan
J.E., > I'm trying to create a page header that should look like this > > [...] > > In other words I don't understand how to get the menu to move to > the right. The HTML code looks like this: > > > > Page header > > Main >

Re: [css-d] Moving stuff to the right ?

2006-12-05 Thread Paul Novitski
At 12/5/2006 01:13 AM, Jan Erik Moström wrote: >I'm trying to create a page header that should look like this > >-- >| Page Header| Main | About | Blog | >... | >

Re: [css-d] Moving stuff to the right ?

2006-12-05 Thread Jan Erik Moström
Thanks to both of you, now it works. I used H1 for the page title and set a suitable style, moved the list above the menu and floated it to the right. The problem with the "mess" was solved by setting margin to 0 for the menu. I don't know if this is the best way to solve this but now it looks

[css-d] Firefox Win vs Firefox Mac

2006-12-05 Thread Barney Carroll
Does anyone know of any major (of course in the proper sense there are none, but relatively speaking...) differences between the two? Significantly, this code is fine across the PC board, but FF Mac puts the background image far too low. Edit your profile a.draftlink { display: block;

Re: [css-d] IE7 rendering problem (OK in 5/6)

2006-12-05 Thread Office @ GraphicsPlus
On 04/12/06, Devon Miller <[EMAIL PROTECTED]> wrote: > Try adding this: > html* #main-nav ul { height: 1%; } That did the trick! Thank you :-) __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7

[css-d] Applying CSS to forms

2006-12-05 Thread Steve Craig
Hi In an effort to get rid of some more tables and streamline my code a bit I took a look at this page on styling forms... http://www.webcredible.co.uk/user-friendly-resources/css/css-forms.shtml ...and everything went well until I tried to put a couple of input fields side by side instead of

Re: [css-d] menu li id bg images disappear in firefox / different li id width in browsers

2006-12-05 Thread Ingo Chao
Beate De Nijs wrote: > Hello, > > I do encounter some strange probs with my navigation... > testpage URL > p1_1_sun_angelika_1.html> > css URLs: > plus for each subsection I needed an further tiny

Re: [css-d] menu li id bg images disappear in firefox / different li id width in browsers

2006-12-05 Thread Beate De Nijs
Am 05.12.2006 um 12:38 schrieb Ingo Chao: > Beate De Nijs wrote: >> Hello, >> I do encounter some strange probs with my navigation... >> testpage URL >> > p1_1_sun_angelika_1.html> >> css URLs: >

[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] Accessibility and changing Font size

2006-12-05 Thread Ian Young
To assist with accessibility, I want to have option of changing fonts by clicking on buttons. Found a JavaScript thing that doesn't work unless it has a pop up. There has to be a css solution. Any one point me in the right direction? Regards Ian **

Re: [css-d] Accessibility and changing Font size

2006-12-05 Thread Dave Goodchild
Javascript style switchers work for me. Check out www.alistapart.com/articles/alternate/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE

Re: [css-d] Firefox Win vs Firefox Mac

2006-12-05 Thread Philippe Wittenbergh
On Dec 5, 2006, at 6:59 PM, Barney Carroll wrote: > Does anyone know of any major (of course in the proper sense there are > none, but relatively speaking...) differences between the two? > > Significantly, this code is fine across the PC board, but FF Mac puts > the background image far too low.

Re: [css-d] IE7 - [SOLVED] no bold text in unordered list

2006-12-05 Thread Michael Stevens
I don't know about the "algorithms" they use but having the prepress background that I do I can tell how many other programs behave. I regularly have to take Word files and make them press ready. I convert it to a format I can open in Illustrator and when I do what I see is multiple instances of th

[css-d] Links at bottom ... 3 col

2006-12-05 Thread css-dan
Notice link1 / link 2 / link 3 at bottom all lining up with variable text above it … I can use faux column, and i can “cheat” and just break all … then put three more columns which looks perfectly visibly … but if you think of the link as “more info on head 1” ... it won’t flow nicely enough fo

[css-d] IE Thumbnail Link rectangles different than FF

2006-12-05 Thread Clarence Reber III
Hey first post here I've created a very simple, PHP based, photo gallery for one of my customers. By using the a:link, a:visited, and a:hover attributes in my CSS file, the thumbnail pics each have a 2-3 pixel selection rectangle that behaves exactly as I'd expect in Firefox. However in I

Re: [css-d] Headers and Footers

2006-12-05 Thread George L Smyth
--- Brett Merkey <[EMAIL PROTECTED]> wrote: > George L Smyth wrote: > | I have put together a table to display information and my co-worker wants > | to be able to print it out. No problem, I've used print style sheets to > | take care of that. > | > | Now he wants each page to have a header and

[css-d] Image cut off in IE6

2006-12-05 Thread Mark Wheeler
Hi, On to my next learning lesson with css. I have an image that is cut off on the top in IE6. IE7, FF and Safari are all fine, but not IE6. It uses a negative margin of -5px to move the image (.title_image) slightly out of it's container div (#main_content). I looked through the IE6 bugs

[css-d] Scrollbar attributes vs Valid CSS

2006-12-05 Thread Robert Lane
A group I am in asked me to look at some web stuff they are doing with an eye to cleaning up the CSS. One of the key individuals that worked on this likes to customize the scrollbar colors and has used the following in the CSS file: scrollbar-base-color:#B7D9FF; scrollbar-track-color:#B7D9FF; s

[css-d] Div mostly disappears when adding a span tag in IE7

2006-12-05 Thread Mark Wheeler
Hi, I have a problem in IE7. Believe it or not, IE6 is fine on this one. :) Here's the problem. I have a floated (right) div and then text on the left (not floated). I've surrounded the text in a single span tag (.names) so as to set everything in the text to italic. Works great except in I

Re: [css-d] Impossible CSS layout? 3 Columns: Fixed center, Fluid left/right

2006-12-05 Thread Gunlaug Sørtun
> In its simplest form you can have this... > ...but I think the > source-order is wrong in that one, so it's better to create an > 'all-float with negative margins' from scratch and place the main > content first. ...and since I couldn't find a

Re: [css-d] Image cut off in IE6

2006-12-05 Thread Gunlaug Sørtun
Mark Wheeler wrote: > On to my next learning lesson with css. I have an image that is cut > off on the top in IE6. > Site: http://ncp.tonedeafstudios.com/ Old IE doesn't get the stacking right over the edge of a container. Add... .title_image {position: relative;} ...to fix that old bugger. r

Re: [css-d] form doesn't show well on Linux platform

2006-12-05 Thread Richard Grevers
On 12/5/06, Henk Cortier <[EMAIL PROTECTED]> wrote: > Hi, > > I created a simple form with the labels with fixed width: > form label.fixedwidth { > clear: both > display: block; > width: 140px; > float: left; > } > > it shows ok in Safari and PC/IE but on Linux it's

[css-d] Floating picture to bottom ...

2006-12-05 Thread Miles Thompson
I used the layout created by "ClevaTreva"'s page generator for this site, a two-column job with menu on the left: http://allnovascotia.com/test/bill/index.php?pgget=1 I'm trying to get the image to nestle down to the bottom of the blue area, and I've tried variations of bottom:0px, bott

Re: [css-d] Floating picture to bottom ...

2006-12-05 Thread Michael Stevens
How about using it as a background-image positioned to the bottom? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Miles Thompson Sent: Tuesday, December 05, 2006 11:23 AM To: css-d@lists.css-discuss.org Subject: [css-d] Floating picture to bottom ... I

Re: [css-d] Applying CSS to forms

2006-12-05 Thread Scott Povlot
The simplest solution seems to be to remove the "float:right" and "display:block" from the label. label { width: 100px; text-align: right; margin-right: 10px; } Generally, I would suggest working with the base styles as much as possible before using floats to change the layout. By setting th

Re: [css-d] Image cut off in IE6

2006-12-05 Thread Mark Wheeler
On Dec 5, 2006, at 9:33 AM, Gunlaug Sørtun wrote: > Old IE doesn't get the stacking right over the edge of a container. > > Add... > .title_image {position: relative;} > ...to fix that old bugger. > > regards > Georg Hi Georg, That fixed it. Thanks very much. Is there a specific IE bug I

[css-d] Help Please - Problem with float:right on IE6

2006-12-05 Thread Kevin Leebroderick
I am having problems getting my div #rightSide to float:right in IE6. The page works great in compliant browsers such as FireFox and Mozilla and IE7. I have validated the xhtml and css and they come out fine. I have a wrapper div with a width of 740px that wrap around a content div that is float:le

[css-d] IE7 ignoring bulleted list

2006-12-05 Thread David Weatherston
IE7 is ignoring the indent to my bulleted lists. They work as they should in Safari, Firefox Mac/Win and IE6. The HTML and the CSS have all passed validation. http://homepage.mac.com/dweatherston/sbd/index.html with CSS at: http://homepage.mac.com/dweatherston/sbd/styles/sbd.css There's a collect

[css-d] hover state, background-image discrepancy

2006-12-05 Thread Mark Kamian
Hi, I'm having a heck of a time determining why when hovering over the non-active nav-menu buttons, the background image is displaying slightly different shades. It's the same image, so perhaps it's something else I'm not seeing... http://www.idxsolutions.com/default3.asp http://www.idxsolu

[css-d] Layout not quite Working in Opera

2006-12-05 Thread Lori Lay
Hello all, I have a three column layout with a fixed header and left column and a footer that sits at the bottom of the view port or content, whichever is longer. I have managed to get this working in most browsers - we don't have to worry about IE 5.x, fortunately. However in Opera 9 on Mac

Re: [css-d] form doesn't show well on Linux platform

2006-12-05 Thread Henk Cortier
thanks Richard, I'm testing the site through browsershots.org on many different Linux browsers (there are so many!). It's a game of float, clear and using different div's, tricky sometimes. Let's hope one day all browsers will interpret css the same (good) way. bye Henk Henk Cortier zaakvoer

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

2006-12-05 Thread Ingo Chao
Thomas Francis wrote: > ... after I > upgraded my IE to IE7 I noticed a strange, but quite subtle thing, happening > on the website homepage. If I moved my cursor (usually in the top right-hand > corner, but I think this happens on most of the page) I noticed an odd > 'jumping effect'. It's quite h

Re: [css-d] Headers and Footers

2006-12-05 Thread Brett Merkey
George L Smyth wrote: || || Here is a simple example: || Non-Scrolling Header and Footer; Printing Repeated Headers and Footers || http://web.tampabay.rr.com/bmerkey/examples/nonscroll-table-header.html | | Thanks for the link, this works fairly well. | | The only negative is that putting multiple

[css-d] word wrapping in FF/Opera

2006-12-05 Thread Ian Young
Have a list of items which generates numbers of the products on online shop. In Firefox and Opera, the number drops a line in IE7 it is on same line. I have been trying to sort this all night. Test page to show problem at: http://www.iyesolutions.co.uk/templates/css/test.htm Any suggestion grate

[css-d] Would like some advice - creating a theme for different sub-domains

2006-12-05 Thread Jan Erik Moström
I'm trying to create a basic theme for different sub-domains (just a private site), each sub-domains will have a variation of the theme: + One will have a three column fixed width layout + One will have a fixed width left column with a variable width right column (actually a minimum wi

Re: [css-d] word wrapping in FF/Opera

2006-12-05 Thread Chris Williams
Well, for starters, the way you're doing this seems really strange... You have: whateversomething whateversomething whateversomething I think you want: whateversomething whateversomething whateversomething That is, you have one unordered list (ul) with a bunch of list items (li). Not a whole

[css-d] hi im confused

2006-12-05 Thread sandy .
i'd like to ask a question to the community. i am new. i am kind of confused about the interface. Do i email my questions to here? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 informatio

Re: [css-d] hi im confused

2006-12-05 Thread Lori Lay
Yup, you found us. You may have to wait a bit for a reply though, depending on timezones and people's schedules... The contact info is displayed at the bottom of every message, with the main list id being the first address. Lori sandy. wrote: > i'd like to ask a question to the community. i

[css-d] position: relative problem in IE

2006-12-05 Thread sandy .
Hi i am new and never been on a mailing list before, so i apoligize for the previous retarded email ;B Anyway, i have a problem with position: relative in IE(im using version 6) . This is my site: http://rh-v2.cpdev.sudjam.com/plans.php?type=advanced The "order now" and credit card images are bo

Re: [css-d] position: relative problem in IE

2006-12-05 Thread Gunlaug Sørtun
sandy. wrote: > http://rh-v2.cpdev.sudjam.com/plans.php?type=advanced > > The "order now" and credit card images are both in their own divs > positioned relatively. They are both wrapped in a div that is > display:block. A div is 'display: block' by default, so no need to declare it. > In Mo

[css-d] Fwd: Site check please

2006-12-05 Thread Tim Gossett
I will soon be launching http://maritimecompliance.com, and I'd love to have other eyes on my design before I do so. Right now, only certain IP blocks are allowed to get past the "under construction" page because we don't want someone to stumble upon the site and buy something before we're ready to

[css-d] CSS Conditional Statements

2006-12-05 Thread Diona Kidd
Is anyone using conditional statements in their CSS? Today I attempted the technique described in Bruce Lawson's blog post but was unable to get it working. Just curious if anyone else has had success with conditional statements and what the known support is... [1] - http://www.brucelawson.c

Re: [css-d] CSS Conditional Statements

2006-12-05 Thread Shelly
>>Is anyone using conditional statements in their CSS?<< I use conditional comments all the time. This is an older article, i think - I remember reading it before - but this is the method I use when I use CC's. I have no problem whatsoever with them. As for "what the known support" is - anyt

Re: [css-d] CSS Conditional Statements

2006-12-05 Thread Diona Kidd
Thanks Shelly and Andy. :) Shelly, that was a misnomer or mis-type. I followed the article and added the stylesheets to the head of the document after the global stylesheet. I have also seen conditionals in css, although I can't find the link at the moment. I just wasn't sure which is the mo

[css-d] One True Layout & anchors

2006-12-05 Thread Diona Kidd
Btw, has anyone implemented the One True Layout [1] and anchor links? I thought there might be a javascript or css solution for this short- coming but didn't have an idea on it. Thanks, Diona [1] - http://positioniseverything.net/articles/onetruelayout/ ___

[css-d] Fwd: CSS Conditional Statements

2006-12-05 Thread Diona Kidd
Begin forwarded message: > From: Diona Kidd <[EMAIL PROTECTED]> > Date: December 5, 2006 11:47:01 PM EST > To: "Andy Pemberton" <[EMAIL PROTECTED]> > Subject: Re: [css-d] CSS Conditional Statements > > Thanks. I really appreciate the the info. That answers my biggest > question. I'll be sure t

Re: [css-d] CSS Conditional Statements

2006-12-05 Thread Scott Bicknell
On Tuesday 05 December 2006 8:23 pm, Diona Kidd wrote: > Thanks Shelly and Andy. :) > > Shelly, that was a misnomer or mis-type. I followed the > article and added the stylesheets to the head of the document > after the global stylesheet. I have also seen conditionals in > css, although I can't fi

[css-d] Broken in IE6 - Fixed Ruthsarian layout - Ideas?

2006-12-05 Thread Tom Lancaster
Hi, I've been a bad web designer and apparently not tested my site on IE6 for donkey's years. I looked at this page today http://www.newhanoian.com/details.php/venueid/184 and something's obviously gone awry while I was napping. This is dramatically screwy in IE6, while behaving quite well in new

Re: [css-d] Fwd: Site check please

2006-12-05 Thread Gunlaug Sørtun
Tim Gossett wrote: > I will soon be launching http://maritimecompliance.com, and I'd love > to have other eyes on my design before I do so. Right now, only > certain IP blocks are allowed to get past the "under construction" > page because we don't want someone to stumble upon the site and buy