HighDots Forums  

impossible to remove border? (CSS problem)

alt.html alt.html


Discuss impossible to remove border? (CSS problem) in the alt.html forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Mohawk Mawk
 
Posts: n/a

Default impossible to remove border? (CSS problem) - 05-16-2007 , 01:10 PM






hello,
I am currently working on
http://bjorntoday.com/
in specific the part

<div id="underban">
<table>
<tr>
<td><a href="main.php?page=Home&lang=E">Photo Blog</a></td>
<td><a href="main.php?page=Gallery&lang=E">Photo Archive</a></td>

<td><a href="main.php?page=Hardware&lang=E">Gear</a></td>
<td><a href="main.php?page=Bio&lang=E">About Me</a></td>
<td><a href="main.php?page=GuestBook&lang=E">Guestbook</a><br /
Quote:
br /></td
/tr></table
</div>

thats the navigation under the banner

ass you see when moving the cursor over the cells the background
changes via hover, but theres a 1 px border around them I cant get
away.
you can move the cursor between the buttons and no hover effect will
happen.
+ i want the image to attach to the red border on the top

heres my desperate attempt to get rid of that tiny border

#underban{
height:26px;
background-color: #000000;
margin:0px;padding:0px;

}
#underban table {
margin:0px;
padding:0px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
#underban td {height:26px; font-size:13px;text-align:center;width:
145px;vertical-align:top;margin:0px; }
#underban td:hover {background-image: url(images/butt.png);}

and its still there...
anybody have a solution?
thanks
mawk



Reply With Quote
  #2  
Old   
Ben C
 
Posts: n/a

Default Re: impossible to remove border? (CSS problem) - 05-16-2007 , 01:36 PM






On 2007-05-16, Mohawk Mawk <blessblessbless (AT) gmail (DOT) com> wrote:
Quote:
hello,
I am currently working on
http://bjorntoday.com/
in specific the part

div id="underban"
table
tr
td><a href="main.php?page=Home&lang=E">Photo Blog</a></td
td><a href="main.php?page=Gallery&lang=E">Photo Archive</a></td

td><a href="main.php?page=Hardware&lang=E">Gear</a></td
td><a href="main.php?page=Bio&lang=E">About Me</a></td
td><a href="main.php?page=GuestBook&lang=E">Guestbook</a><br /
br /></td
/tr></table
/div

thats the navigation under the banner

ass you see when moving the cursor over the cells the background
changes via hover, but theres a 1 px border around them I cant get
away.
you can move the cursor between the buttons and no hover effect will
happen.
+ i want the image to attach to the red border on the top

heres my desperate attempt to get rid of that tiny border
[...]
and its still there...
anybody have a solution?
Change <table> to <table cellspacing="0">


Reply With Quote
  #3  
Old   
Mohawk Mawk
 
Posts: n/a

Default Re: impossible to remove border? (CSS problem) - 05-17-2007 , 01:27 AM



thank you, that worked like a charm


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.