Jump to content

gordonisnz

Members
  • Posts

    51
  • Joined

  • Last visited

Everything posted by gordonisnz

  1. Hello. I want to do something in W3CSS / CSS to do a scrollable table, but default to the current time, though I'm not sure what the process is called. Can someone advise the name of a process (if it exists), or any tutorials on how to do it? I've got a table of 3-4 columns. The first column is the time - in 5-minute blocks.. and then the other columns (in the row) contain information regarding the specified time. What I can do, is create a table with all the times - from midnight to midnight the next day.. However - Is there a way for the table to "scroll" up / down - Keeping the top/header row? But start with the current time - the user can still scroll up to see earlier times, but when the page starts/loads, the time for the current time is at the top of the table. Hopefully, that makes sense. Example: If someone views the site at 5:15 PM - all events from 5:15 pm will be displayed at the top, but the user can still scroll up/down to see earlier/later events.
  2. https://www.w3schools.com/w3css/w3css_responsive.asp Hi, I'm starting off with the responsive class in W3CSS. looks good. HOWEVER, if my 2nd column has a lot of text, it has a bigger height difference - the left menu is shorter than the right. (I've got a background color on the 1st / left column to verify). is there a way for the left column to go the same height as the right (or vice-versa)? both columns should have the same height, but NOT a *SPECIFIC* height - variable. How can this be achieved in W3css?
  3. Hello. I'm wondering if it's possible to combine the CCS into one code. For example: w3-yellow is here .w3-text-yellow,.w3-hover-text-yellow:hover{color:#d2be0e!important} I'm wondering if I can do my own code = I've tried this, but doesn't work. .w3-mynewcode{w3-yellow, w3-center} so using one new code will activate 2 or more existing codes. Or will I need to find the 'full' code of each thing, and insert them all into one code? .w3-mynewcode:hover{color:#d2be0e!important, center} etc.. ?
  4. Hello. I'm using W3css on my site. - https://www.w3schools.com/w3css/default.asp I have copied this line, and changed the wording, saved it to a new CSS file containing only this line- so far. .w3-NEW-container,.w3-panel{padding:5px 16px}.w3-nzscr-panel{margin-top:10px;margin-bottom:10px} ive included referenced this new CCS file in my HEAD and changed my html output to use the new class. Ive refreshed the page multiple tmes, but nothing happens. The ORIGINAL line in the existing CSS file is here: w3-container,.w3-panel{padding:0.01em 16px}.w3-panel{margin-top:16px;margin-bottom:16px} ive changed the 0.01em to 5px (or 10Pc, or 1 PX - and I've reduced the 16px to 8px. but nothing happens when i use the new container.. WHAT I WANT:- I'm wanting to reduce the white-space at the top/bottom of the containers. can someone advise which CSS things i need to change.. is something else also affecting the white-space ? ALSO, Can i reduce the size of the text / wording - i'm looking, but cant see (yet) which affects the size. (I know bout H1 / H2 etc. but i want to reduce the size of "normal" text - w3css makes the text a bit bigger than I'll want. EDIT: ive worked out the text size - font is covered by different tags, So I'll have to modify each tag separately. still looking for the Padding at the top/bottom of CONTAINERs
  5. Hi, I'm using PHP smarty (template system). I know how to use w3css MODAL, by including all the modal HTML in the original page. is there a way to open up a separate page, LOOKING like a modal. but a seperate HTML file.. IE, press button 1, open page one.html (as a model - look alike) press button 2, open page two.html (as a model - look alike) press button 3, open page three.html (as a model - look alike) - and a 'close' routine - to update a database (I can do), and close the opened window after button pressed. is this possible?
  6. hello. I have a html form designed using W3CSS. There is a SELECT field which I have used an ONCHANGE command, & this submits the form when the select is changed. HOWEVER, the button, does not submit the form. It just moves the page to the DIV anchor. At the top of the page I have the current time - hh:mm:ss. When I press the w3blue button, (select animal) the page moves, so the 'menu' div is at the top of the visible page, However the clock/time at the top doesn't change. <form class="w3-container" action="/animals/#menu"> <select class="w3-select" name="viewpet" onchange="this.form.submit()"> <option value="">Select Animal</option> <option value="220000001" selected="selected">220000001, cat, Jerry, (m) scottish_fold</option> <option value="220000002" >220000002, cat, Jerry, (f) toyger</option> </select> <button class="w3-btn w3-blue">Select Animal</button> </form> I'm going to add a few extra input values/fields in, But what do I do to fix the form so the blue button actually submits the page & refreshes it..? i am following this website. https://www.w3schools.com/w3css/w3css_input.asp (Half the examples don't even have a submit button to test...) EDIT: ive got a 2nd form on the same page, the submit button is exactly the same (very similar) - Both forms have no ID's etc - no names.. It just submits "this form". I'm not sure why 1 form works & one form doesn't. (the div ID is above both the forns - To see part of the visible page I want folk directed to.. BOTH forms go to the sane page/div ID. )
  7. Hello. i know I posted something here a while ago, but i cant find it. How can i search / find all of MY questions/answers ?
  8. SOLVED - the w3-select class had forced 100% width, I created a new class using the same values but without the width part/restriction.
  9. https://www.w3schools.com/w3css/w3css_input.asp Hi, I'm using w3css and have a problem with a select field. Ive got a form (obviously) with a big TABLE - rows/columns. in one of the TD fields Ive got a bit of text, and then a SELECT field. The options within the select field are January, Feb, mar etc.. December Now - The select field is appearing BELOW the text i want - even thougfh the width of the TD field can obviously contain both the text & select fields in one line. i'm trying [CODE]<select class="w3-select" style='display: inline-block; float: left;' name="MYNAME" onchange="this.form.submit()">[/CODE] However i cant get the select field to be the same line as the proceeding text . any advice ? EDIT: the SELECT field fills the whole width of the TD field. So i can see that the words & select could easily fit on 1 line
  10. Client side ? Dont you mean server side ? - HOW ? (javascript ?)
  11. Hello. I have a table in W3CSS. Ive got 4-5 lines / sections, and in each section I have one line of SELECT fields (along with other information). i am wondering I have 4-5 SELECT fields in a table line/row, and one TEXT field. Is there a way that if a person a) keeps all values blank (nothing selected) - no messages come up. b) when they select one value in that row, or adds a number in the text field (I guess i'll use classes), a script checks all values in that row & gives a warning if any value is blank.
  12. Hello. The colspan command is being depreciated and i am wondering waht is the valid / new way to do a colspan using css (Validated on an html validator) I have a site with multiple lines of data ( 20-30+ ) in a table format & i want the information in one row to align vertically with the line below HOWEVER its getting too wide, so i want to move some information into the line below each row, and use colspan - to make it take up the whole row, EXAMPLE :- ROW1 - DATA1. ROW1 - DATA2. ROW1 - DATA3. ROW1A - LONG TEXT COVERNG WHOLE ROW ROW2 - DATA1. ROW2 - DATA2. ROW2 - DATA3. ROW2A - LONG TEXT COVERNG WHOLE ROW ROW3 - DATA1. ROW3 - DATA2. ROW3 - DATA3. ROW3A - LONG TEXT COVERNG WHOLE ROW
  13. SOLVED - clear: both; (though still not sure why the error occured )
  14. Hello, I hope everyone is having a good new year so far. Ive got a strange issue which I cant figure out how to resolve. In October, I added a newsletter to our site. Everything looks Ok & works. (I used the W3 validation tool https://validator.w3.org - Everything checks out & its valid - except for 3rd-party website information). Last night / today I added a 2nd newsletter. the problem is, the "footer" that should appear at the bottom of the page, now sits on the right-side of the screen where (vertically) the text of the newsletter starts off. I also validated this page & everything checks out (except the third-party HTML code). with the validations - there are no errors with open/closed DIV tags, everything as it should be. Ive made a check & the "text" of the newsletter only contain BR tags (self closing). I cannot see why the 'footer' isnt at the bottom of the page. Ive even (now) added the BLOCK command - To force it to the next line. But no, no changes. div id="footer" style="display: block" http://animals.kwister.com/newsletters/2020_10 - October 2020 is Ok (on my screen), but the January 2021 version is showing the problem.
  15. Hi, I'm wondering about advice regarding rotating adverts / messages. Ive not had adverts etc on my site before so this is the first (but I do have rotating one-liner messages in various places using carousel.) https://www.w3schools.com/w3css/w3css_slideshow.asp I am wondering - about creating "one" advert containing 2 words/phrases that rotate in themselves.. But then when a 2nd rotation is complete, The ad changes to a "second" advert which may contain picture or more HTML. example :- A ) Advert one, first screen/message B ) Advert one, second screen/message C ) Advert two, only one screen/text I can probably figure out how to rotate A & B - as individual ads.. but What I'm after is to show A, then B - rotate them a few times "as one ad", and then move onto C. What i'm not after is to show B, then C and back to B again - as 3 separate / distinct ads. has anyone got advice on how to achieve this ? Or even understand how im explaining it ?
  16. Took out the w3-margin command & its now working
  17. .w3-table-center{margin-left:auto;margin-right:auto} .w3-table-70{width:70%} Hello. I'm trying to follow W3 standards (with a few additions above to the standard CSS) So far, I have this :- <div class="container w3-center"> <div class="container w3-panel w3-margin w3-center w3-table-half w3-table-center w3-yellow"> TEXT </div> </div> basically i want the 'panel' to be 60% or 70% the width of the screen - i CAN do this However it is still flushed to the left side of the screen - but taking 60/70% of my screen - depening on how i adjust the code.. I even tried o add an outer div with center command - but thats still flushed ' to the left.. i CAN do this with a TABLE. does anyone know how i do it with a div / panel / container ? make it centered, & not take over the whole width of the screen.
  18. FACEPALM !! - sorry... spend hours looking at a problem & its such i minor mistake
  19. FURTHER - Ive made changes - removed VALUE from the textarea - it now posts as GET (even though the form is set as POST).
  20. Hello. I have a bit of a problem with W3CSS and INPUTS (textarea) https://www.w3schools.com/w3css/w3css_input.asp Textarea is not referenced with the above page. Here is my HTACCESS :- RewriteRule ^([0-9]+)?$ /PATHNAME/yours_description.php?entity=$1 [nc,l,QSA] if i go in the URL - path/67 my script activates and the vaklue of $entity is retrieved. HOWEVER - PROBLEM. I want a TEXTAREA to be sent as a POST value. But no matter what I do in w3css, the textarea comes out as blank. (my php script also has print_r for $_GET and $_POST - the $description value isnt passed at all.) Here is my template <form class="w3-container w3-light-grey" action="/yours/description/{$entity}" type="POST"> <label>Your Business description</label> <textarea class="w3-input w3-border-0" name="description" rows="6" cols="45" value="{$description}"></textarea> <button class="w3-btn w3-brown">Update</button></p> </form> Is it possible to use a combination of GET and POST ? I'll rather use GET so a person can easily switch entities. But the rest of the form elements need to be in POST.
  21. gordonisnz

    W3css CSS file

    Hi, who or where do we contact to make improvements to W3css ? https://www.w3schools.com/w3css/4/w3.css Im using the above CSS - however ive added my own, which may be useful to the wider community. .w3-table-center{margin-left:auto;margin-right:auto} .w3-table-half{width:49.99999%} .w3-table-5{width:5%} .w3-table-10{width:10%} .w3-table-15{width:15%} .w3-table-20{width:20%} .w3-table-25{width:25%} .w3-table-30{width:30%} .w3-table-35{width:35%} .w3-table-40{width:40%} .w3-table-45{width:45%} .w3-table-50{width:50%} .w3-table-55{width:55%} .w3-table-60{width:60%} .w3-table-65{width:65%} .w3-table-70{width:70%} .w3-table-75{width:75%} .w3-table-80{width:80%} .w3-table-85{width:85%} .w3-table-90{width:90%} .w3-table-95{width:95%}
  22. http://www-db.deis.unibo.it/courses/TW/DOCS/w3schools/w3css/w3css_tooltips.asp.html Hello. i'm looking at the W3css system, and I'm wondering if there is a hover process to REPLACE text. The above tooltip is waht im after but it INSERTS text instead of replaces it. Is there a way to hover, and replace the text with an A HREF tag / link ? PS Ive actually changed my PC & lost the URL for the w3-css tutorials. The one im familiar with is very similar to the above URL. however it looks better presented / display.
  23. Hello. Ive used icons before - with no problems. However today ive added a new page which includes the w3-css Icon of a facebook logo. i class="fa fa-facebook-official w3-blue" Its at the bottom of the page (footer) - able.kwister.com the problem is that 1) it has a blue line above/below the F character for facebook. 2) when i add the &amp; after the I element, I also get a black underline between the facebook logo & the next image. The more AMP i add - the bigger the lines. Is there something simple i'm missing ? I just want the F logo/circle - & i'll adjust the colour to match Facebooks logo.. without any lines above or below... EDIT - Ive fixed the underline between the icon & the next graphic. I had the closing A tag after the AMP tags instead of before.. but the other problem remains.
  24. Never mind - Fixed. i mis-spelt the word stye
×
×
  • Create New...