User Profile
Collapse
-
Hi, I feel a bit like I'm asking a stupid question but what actually is your problem? -
Hi, in fact whilst trying to break my doc down to a simplified version (to excuse you from getting a lot of pointless markup) I managed to solve the problem:
I could've sworn I'd already tried this but in the end all I did was insert an extra <div> wrapping the two cells and styled it as table-row. Still it is curious that the <option> children of a <select> should force the next cell down a line...
Here's...Leave a comment:
-
Hi,
I'm not sure if I understand you exactly but I think you want one of these CSS pseudo-classes:
a:visited { color: "Your-Colour"; }a:active { color: "Your-Colour"; }a:focus { color: "Your-Colour"; }
Look hereLeave a comment:
-
Strange CSS behaviour with display:table-cell for <select>
Hello to those who read this, this is my first ever post!
I am currently getting very confused trying to put a <form> in a table-cell:
Firstly I have a <div> styled with display:table -this forms the "footer" box on my page.
Next I have two nested <div>s styled with display:table-cell that I want to appear side-by-side. I can put a little <p> inside each one with some...
No activity results to display
Show More
Leave a comment: