Page is a not externally linkable
esso82 - 7:57 pm on Jan 27, 2012 (gmt 0)
Hi guys ... I need a small advice about div tag ... I used to format page layout using tables ...but I`ve decided to move with the age and start formating using divs.
So ... now I have small problem ... what I need to do is fill the gap between left and right div. Why do I need to do that? I need to create a menu ... where each individual link will be displayed one after one from left side with variable number of links depending on user privileges and then one menu link on right side which will allways be there. I have one div which is filled by grey bg color and I`putting menu links with black bg color from left side ... where starting from second link is 1px margin ... and that creates sort of grey devider ... and then after last menu link from left side I need to fill the gap to the right menu link ...
So basicaly ... I need something like this:
[div1 | div2 | div3 | div4 .........and I need to fill this gap until here ....... divx]
as I said there is allways unknown number of divs from left and one div from the right which have properties float:left resp. right and I need to fill the gap between them
can you help me please?