[css-d] datetimepicker

2016-02-06 Thread D Mark Weiss
format: 'MM/DD/', }); }); DO NOT SEND BRIAN BELLAND ANY ATTACHMENTS!! DO NOT SEND ATTACHMENTS WITH STUDENT DATA! EVER! D. Mark Weiss PhD Student Research Assistant - Dr. Brian Belland Instructional Technology and Learning Sciences Utah State U

[css-d] .active

2015-09-20 Thread D Mark Weiss
How do I use JavaScript to change the status of a bootstrap button to .active. I'm happy to read a link. I haven't found one. Mark Weiss Mobile-435.363.6363 To reach a goal you have never before attained you must do things you have never before done&quo

[css-d] rotating divs and text within a wrapper div

2015-01-28 Thread D Mark Weiss
I have tried numerous ways to create a wrapper div and rotate a series of divs containing text so that the rotated text always lines up on the bottom of the wrapper div. Whenever I do this, the entire wrapper div rotates too. In this example. I it works except the boxes are not next to one anot

[css-d] Floating Window

2014-03-28 Thread D Mark Weiss
I have a tabbed page and on some of them, I want to have the user click an edit link and have a a dialog or window open up on top of the tabs, kind of like floating, and have the edit stuff in that floating window. The after the edit, click the save button, and then have the window close and we

[css-d] Scrolling Within a DIV tag

2012-08-25 Thread Mark Weiss
I am just stumped. I have a page lay out with 3 columns that I am messing with that I downloaded. I want each column to scroll independent of the other I have tried overflow:auto, and scroll and about everything else. All I can get the Safari and Firefox browser to do is scroll the entire pag

[css-d] Another Centering Challenge

2012-07-12 Thread Mark Weiss
CSS for Moodle can be challenging. I have run into another challenge. On the log in page of our Moodle site (http://sionline.mrooms.net) , we have this: /*Here is where two columns are defined*/ Returning to this web site?

Re: [css-d] Removing text

2012-07-10 Thread Mark Weiss
Jukka K. Korpela had it right for us. Thank you so much. What ended up working perfectly was: .signuppanel h2:first-child { display: none; } Thank you again. Mark __ css-discuss [css-d@lists.css-discuss.org] http://www.css-di

[css-d] Removing text

2012-07-09 Thread Mark Weiss
The code below is in our Moodle site. the Is this your first time here? somehow is placed on the page automatically. I need to know how to remove it using HTML. Is this possible? Thanks Is this your first time here? Log-in https://xxx.x.xxx/auth/saml/"; title="SAML"> Superviso

[css-d] image before text

2012-06-21 Thread Mark Weiss
In the css below, there is a class "box response correct". Under that div is a paragraph what I want to do is point to an image that inserts itself just before the word "Right!". I have tried a number of things that apparently don't work. .box .response .correct { background: url("Refer

Re: [css-d] centering a form inside multiple divs

2012-06-12 Thread Mark Weiss
Thanks to all for suggestions. I was able to get something working. Very very helpful. Mark __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incu

[css-d] centering a form inside multiple divs

2012-06-12 Thread Mark Weiss
I need to center this inside multiple divs I have tried setting the margins I have tried doing them auto and setting the widths and feel like I am just casting about. Can someone help me figure this out? I have tried: .loginpanel { text-align: center; margin-left: 10em; margin-r

[css-d] Redefine All Images

2012-05-11 Thread D Mark Weiss
In our site, we want every image to assume this CSS { float:right; padding-left:15px; } Is there a way to make every image  put into the site to assume this definition by redefining the tag like  .img { float:right; padding-left:15px; } That doesn't seem to work.  Thanks Mark dadwe...@me

[css-d] Simple Question

2008-04-13 Thread Mark Weiss
absolute positioning proper way to set them up? Thanks for any help you can offer a new guy. Mark Weiss __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

[css-d] Loading CSS background images

2007-08-09 Thread Mark Weiss
Let's say a style sheet for an entire web site has 22 background images it references. However on one of the pages in the web site it only uses 5 of those background images. So does the site make 22 http requests to download all of those background images from the style sheet or does it only make