Jump to content

Header And Nav Menu Stretch The Length Of A Screen.


shobhit.singh783

Recommended Posts

I want to make the header and nav menu stretch the length of a screen.Pl guys help me to do this.Post here your tips or may be some part of code.I am using html/javascript/cssSorry! I did not clear my problem.I am writing below what I want.i created table with html, i want to resize every rows and columns, like windows resizing i want to resize the rows , at every cells in the rows and columns i want the resize mouse symbol,(e-resize) then i want to drag into horizontal, these all r comes under onmousedown event then onmouseup i want to fix the width of the cell. can u please help me on this, Thanks,Shobhit

Link to comment
Share on other sites

I want to make the header and nav menu stretch the length of a screen.Pl guys help me to do this.Post here your tips or may be some part of code.I am using html/javascript/cssThanks,Shobhit
There's a bit more specification needed to fully understand you problem. The easiest way is to do one of the following:1. If it's a table simplay put <table width="100%">2. if it's more tables or images such as my nav then I would go with dividing 100 by the number of your componants and making each componant that number (<img src="smiley.gif" wisth="50%"><img src="frowny.gif" width="50%">)There are more correct ways to do this with CSS but that is the easiest/most decapitated.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...