Click to See Complete Forum and Search --> : [RESOLVED] Links problem with DIV in Firefox


corrado100
08-20-2008, 03:45 AM
Hi I need help, I have a problem with the following div but cannot see an alternative to make this work.. -
<div class="NewsBox" style="display:block; width:502px; POSITION: relative; top:-3PX;">
basically when i add the code above it stops all links in Firefox (above code adds the thin vertical lines to each end of the thin boxes) http://www.mobiletoday.co.uk/data_trends.aspx -

<div style="display:block; clear:both;"><img src="boximg/widetop.jpg" width="524" height="14" /></div>

<div class="NewsBox" style="display:block; width:502px; POSITION: relative; top:-3PX;">

<table>content</table>

</div>

<div style="display:block; position:relative; top:-3px;"><img src="boximg/widebot.jpg" width="524" height="14" /></div>

the class -

.NewsBox {
display:block;
float:left;
border-left: #B7B7B7 1px solid;
border-right: #B7B7B7 1px solid;
padding:0px 10px 0px 10px;
}

corrado100
08-20-2008, 07:05 AM
Got it sorted, collegue re-created the css.