erikportin
-
Css positioning
Roggers: do you mean something like this? http://jsfiddle.net/NBYt4/. If you want to make it flexible/responsive use percentage instead of px for widths
-
Isnt there another way?!!
@joshuanhibbert thank you for a mind opener. Never thought about how I use floats and this made be think about it.
-
diagonal line
I have the same problem and haven't really come up with any good solution. The best I could do without javascript was this http://jsfiddle.net/AWGHu/ and it really doesn't look good and it's not very flexible. It kind of looks good on…
-
Flexible horizontal navigation with equal distance between nav elements
Thanks springlab. It's almost a good solution but the gaps between the actual words are different. In this case especially the gap between the first and the second element is much larger than the others as you can see here http://jsfiddle.net/3…
-
Flexible horizontal navigation with equal distance between nav elements
Yes you're right Paulie_D but there's a comment to the answer that links to cross-browser safe solution.
-
Flexible horizontal navigation with equal distance between nav elements
Also posted this on stack overflow and got a solution
-
Flexible horizontal navigation with equal distance between nav elements
Thanks Paulie_D. Yes javascript would be an option and not too difficult to implement. But I try not to use javascript for responsiveness and flexibility. It's the "awful lot of stress on EXACT requirements" that makes this to a chal…