
liverpool-phil
Members-
Content Count
7 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout liverpool-phil
-
Rank
Newbie
-
Mix of select or text on input element
liverpool-phil replied to liverpool-phil's topic in HTML/XHTML
Perfect, thank you 😀 Phil -
HI, I'm sure I've seen on a websites somewhere the ability to either select an option from a dropdown list or enter an alternative. Can anyone give me any pointers in how to achieve this? Thanks Phil
-
Passing the contents of a variable (PHP) to a modal with W3.CSS
liverpool-phil posted a topic in CSS
HI, Is there a way I can pass a variable (or contents thereof) to a modal when it is called, perhaps as part of the onclick? I was looking at the w3.CSS example below: So that, for instance I could do something like... <p>This <?PHP echo $name; ?> has registered on $site </p> Apologies if this is the wrong forum, but I'm using W3.CSS and this example is similar to what I am trying to achieve. My final modal will have a construct similar to: <container> <header> <table> <footer> Each will section wi -
Thanks again dsonesuk, this will work or what I want. I also learned several new things 😊 I hadn't use colgroup before, and I didn't know you could do {width:calc(100%-8px);} Phil
- 5 replies
-
- tables css html
- scrollbar
-
(and 1 more)
Tagged with:
-
Have tried the suggested solution but it is pretty hard to keep things in alignment. The scroll bar adds to the last column which throws the edge out with the headers table. Any suggestions on keeping things lined up? Thanks Phil
- 5 replies
-
- tables css html
- scrollbar
-
(and 1 more)
Tagged with:
-
HI dsonesuk, Thanks for the quick response. So one table for the headers and another for the data - I guess I can use the two sets of tables column widths in sync using width: x% I'll give it a try. Thanks Phil
- 5 replies
-
- tables css html
- scrollbar
-
(and 1 more)
Tagged with:
-
HI I am trying to have a table with fixed header, and scrollable data cells below. on the right hand side of the table I would like a scroll bar to allow the data cells to scroll vertically. This is the code I'm currently trying (without success) .pb-scroll { display: block; max-height: 400px; overflow: auto; } <tbody class="pb-scroll"> <tr> <td> etc. Any help greatly appreciated. Phil
- 5 replies
-
- tables css html
- scrollbar
-
(and 1 more)
Tagged with: