Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to give structure and css to this html page.

  • This topic is empty.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #45151

    I have to create a Html sample page like this image linked here.

    [reference](http://postimg.org/image/yzbymduhp/full/ “sample image”)
    Can any just give me hint for “how html structure would be aligned” ?

    Calendar drop out , simple input box can be assume.

    How should i create placeholder like given in image here.

    #137327
    unasAquila
    Participant

    here is a [pen](http://codepen.io/unasAquila/pen/oizEx) outlining what i believe you are askingt

    #137324

    I have to write a code which can run on ie7+ brower .
    how should i write code for placeholder which is given in sample page .
    [reference is here](http://postimg.org/image/yzbymduhp/full/ “reference is here”)
    Do i canvas rendering or something else ?

    #137325

    ..

    #137329
    Paulie_D
    Member

    >How do i apply css and css3 on given elements ?

    I’m sorry but this is such a basic question I’m surprised that you are even being asked to work on this project.

    #137385
    unasAquila
    Participant

    This is a really quick and dirty [replication](http://codepen.io/unasAquila/pen/KiBvI) several issues you will face if you want ie7/8/9 support

    #137406

    pen : http://codepen.io/seraphzz/pen/tDFJy

    Some of things , I am unable to do like :

    1.There should be no gap in between ‘today’ and ‘Tommorow’ button also both there is no gap between textbox of “data of journey” , i.e they both attached to text box.

    2.How I can make a vertical border to touch the search_icon(or there is no gap b/w search_icon and border) image.

    #137412
    jimmy
    Participant

    As Paulie_D said before – asking about such basic things won’t get you anywhere.

    If you really want to make this project work, you need to understand this, not just use The Copy-Pasteā„¢ method.

    http://www.learnlayout.com

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘CSS’ is closed to new topics and replies.