Search

You searched for the word(s): userid:748353

Matching Posts

  • Re: CSS problem. Grid css being applied to ajax calendar.

    This here works as you have suggested thanks so much! Would never have been able to figure this out in the alloted time i have for this project. .glassGrid>tbody>tr:hover> td { background-color : #c4df9b !important ; } Thanks again for all your help. In your debt.
    Posted to Client Side Web Development (Forum) by mapper on 4/18/2008
  • Re: CSS problem. Grid css being applied to ajax calendar.

    that actualy does hightlight a whole week in my calendar control thats in the grid but doesnt hightlight the gridview row itself. then tried with< (im just trial and erroring everything didnt even know ya could do that.) this didnt work either. .glassGrid<tr:hover td { background-color : #c4df9b !important ; }
    Posted to Client Side Web Development (Forum) by mapper on 4/17/2008
  • Re: CSS problem. Grid css being applied to ajax calendar.

    I actualy had tried that too chad, tr.glassGrid :hover td { background-color : #c4df9b ; } the above isnt working. Could it be possible that i am overwritting the above code other stuff that is after/before this code? The css files here are big, and import many diff files based on what themes are used too. Basicaly let me know if you 100% sure the above works then i can invistigate the rest of the css for conflicts. Thanks for all your help so far.
    Posted to Client Side Web Development (Forum) by mapper on 4/17/2008
  • Re: CSS problem. Grid css being applied to ajax calendar.

    For the last few hours ive been trying to get this hover row to work properly now with what i have learned. The below hover works on the grid but it overwrites the hover css i have for the calendar. The calendar is inheriting my grid row hover. .glassGrid tr:hover td { background-color : #c4df9b ; } So i figured changing it to the below would work. But the grid no longer has the hover row effect. But my calendar hover works fine. tr.glassGrid tr:hover td { background-color : #c4df9b ; } or even tr
    Posted to Client Side Web Development (Forum) by mapper on 4/17/2008
  • Re: CSS problem. Grid css being applied to ajax calendar.

    yeah i actualy kept most all of what i had originaly, just changed it a bit from where i was setting the cellpadding stuff. Cause thats what was making the calendar look different and overriding me calendar style.
    Posted to Client Side Web Development (Forum) by mapper on 4/17/2008
  • Re: CSS problem. Grid css being applied to ajax calendar.

    Ahhh thanks!! didnt realize that the way i was doing it was for the all tables. when you learn from other peoples examples can miss things like this. CSS has just became a little more clear to me thanks. I really need to learn css better, its the hardest part of my move from vs6 to vs2005. Any good links to resources for getting a good handle on css? Thanks
    Posted to Client Side Web Development (Forum) by mapper on 4/17/2008
  • Re: CSS problem. Grid css being applied to ajax calendar.

    The problem is the ajax calendar control popup is a table within the grid table. Tried doing what you said but its still applying the formating to the ajax popup. See pic below for what i mean. This is some of my original grid css. /* Datagrid--------------------------------------------------------------- */ .glassGrid { z-index : 30 ; width : 100% ; border-collapse : collapse ; margin : 0 0 0.3em 0 ; padding : 0.2em 0 0.3em 0 ; font-size : 0.8em ; border-style : solid ; border-width : 1px 0 0 1px
    Posted to Client Side Web Development (Forum) by mapper on 4/17/2008
  • CSS problem. Grid css being applied to ajax calendar.

    ASPX/vb.net 2005 I have a gridview control with its own css style. When in edit mode i have my date fields as an ajax calendar control which has its own css/and look. Problem is the grid is applying its styles too the ajax calendar popup. How do i prevent it from doing this? Im new to css and whatnot so please explain as simple/best ya can. Thanks.
    Posted to Client Side Web Development (Forum) by mapper on 4/15/2008
  • Re: wouldnt this be nice...

    Implementing bad code is never a goal of mine. But if you never ask you never learn. Im not the greatest of query builder and havent worked with sql studio before, wanted to see if there is a better way. Thanks for your help.
  • Re: wouldnt this be nice...

    I have a table with like 30+ fields. Approved is either 1,0 or null in the database. But because we now have to read in approved as 0 when null i have to type out each field in the database rather then using just select *. Im just lazy thats all. Or is there a way to select all fields from the database and read in approved field null as zero? like SELECT *, isnull ( approved , 0 ) as approved from blablah. So i dont have to type out each field. Im just lazy, most developers are, no?
Page 1 of 5 (41 items) 1 2 3 4 5 Next >