- This topic is empty.
-
AuthorPosts
-
March 28, 2015 at 4:38 pm #199189
knowledgenotebook
ParticipantHi,
I have 3 elements in a row, namely, an input box, one text formatting function and one navigation aid. For the last two I’d like them Right-aligned in the order of ‘formatting function’ (named indent), a white space, and then the ‘navigation aid’ (named expand).
Please see the following codepen for what I mean:
http://codepen.io/knowledgenotebook/pen/RNdLgGHow to fix it?
Many thanks.March 28, 2015 at 5:54 pm #199190Senff
ParticipantFor starters, take away the widths of the buttons an give them some left/right margins.
Then give the wrapping element (in your case, TD) a specific width in pixels. 600 or so.
March 28, 2015 at 9:07 pm #199191knowledgenotebook
ParticipantThanks for the idea. However, problem remains. In the meantime, I reverse the order the last two elements to temporarily get what I need, and yet, it’s not a desirable solution. And I prefer not to set a fixed width for the TD since this screen/panel may expand to cover the 95% of the user’s entire window. Hmm, something still isn’t right.
March 29, 2015 at 4:33 am #199193Senff
ParticipantYou need to be more clear what you exactly want then.
March 29, 2015 at 5:24 am #199194Paulie_D
MemberI see you’re still posting Codepen’s with inline CSS….this really isn’t helpful.
I’m inclined to help but you keep making me work for it…you’re going about it the wrong way.
March 29, 2015 at 9:35 am #199202knowledgenotebook
Participant@Paulie_D, fair enough. I’ve separated the CSS code from HTML now. And I have two images files in the same location as the HTML file, however, the two image icons are not being referenced. Why not?
Thanks.
March 29, 2015 at 9:49 am #199203Shikkediel
ParticipantThe path in your CSS would need to be absolute, like
url(http://www.yoursite.com/imagefolder/indent.png)
.March 29, 2015 at 10:17 am #199205Paulie_D
MemberSo…what are our options…can we change the HTML?
Can we use Javascript?
Doubtful if CSS is the solution here.
March 29, 2015 at 11:06 am #199210knowledgenotebook
Participant@Shikkediel, I’ve made the change for the URL reference, still no go. Hmm…
March 29, 2015 at 11:07 am #199211knowledgenotebook
Participant“can we change the HTML?”, sure, what needs to be changed for the HTML? tks.
March 29, 2015 at 11:26 am #199215Paulie_D
MemberRemove all the extraneous margins & stuff…throw a span around the two elements you need on the right and float that right.
March 29, 2015 at 11:59 am #199216Shikkediel
ParticipantMarch 30, 2015 at 8:56 pm #199306knowledgenotebook
Participant“Remove all the extraneous margins & stuff…throw a span around the two elements you need on the right and float that right.”, yes, I did, but the images were not showing up. The text icon is not cool at all. Thanks tho.
March 30, 2015 at 8:57 pm #199307knowledgenotebook
Participant@Shikkediel, No, I don’t need button for this.
March 30, 2015 at 11:23 pm #199311Paulie_D
Member“Remove all the extraneous margins & stuff…throw a span around the two elements you need on the right and float that right.”, yes, I did, but the images were not showing up. The text icon is not cool at all. Thanks tho.
What does that mean?
Your original question was about layout. Is that solved?
The images not showing up is an entirely separate issue.
-
AuthorPosts
- The forum ‘CSS’ is closed to new topics and replies.