| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | #2 (permalink) | ||||
| NamePros Member Join Date: May 2007
Posts: 60
![]() | Hi, I am not sure what the exact issue is because you didnt describe problem. If it is the graphics problem and the bottom of the boxes then it should be a simple fix. Give me more details about the problem you are having and I might have the answer for you. Regards Dave
| ||||
| |
| | #4 (permalink) |
| NamePros Regular Join Date: Jan 2006 Location: San Diego, CA
Posts: 735
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Use a list: Replace div class = "tabs" div with this: <ul class="tabs"> <li><a class="this" href="http://www.sumodelaranja.com/flickdrop/viewvideo.html#">Videos</a></li> ????: NamePros.com http://www.namepros.com/showthread.php?t=331959 <li><a href="http://www.sumodelaranja.com/flickdrop/viewvideo.html#">Photos</a></li> <li><a href="http://www.sumodelaranja.com/flickdrop/viewvideo.html#">Audio</a></li> <li><a href="http://www.sumodelaranja.com/flickdrop/viewvideo.html#">Channels</a></li> <li><a href="http://www.sumodelaranja.com/flickdrop/viewvideo.html#">Community</a></li> </ul> replace your tabs styles with: .tabs{list-style:none; position:absolute; right:10px; bottom:0;} .tabs li { float:left; width:100px; margin-left:5px; height:1%; } .tabs li a { float:left;width:100px;height:31px;color:#fff;back ground-image:url(http://www.sumodelaranja.com/flickdr.../tab_greyb.gif);background-repeat:no-repeat;font-size:16px;text-decoration:none;padding-top:4px;text-align:center;} .tabs .this, .tabs a:hover{ background:url(http://www.sumodelaranja.com/flickdr...tab_greenb.gif) no-repeat; } and lastly, add this to header { } position:relative; Should work cross-browser. |
| |