a tag height and width

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

a tag height and width

Post by Luke »

is there a way to specify an anchor tag's height and width without also making it display: block? because I have an inline list that displays wrong when I use block anchors...

Does that make any sense... it's late.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: a tag height and width

Post by Chris Corbyn »

The Ninja Space Goat wrote:is there a way to specify an anchor tag's height and width without also making it display: block? because I have an inline list that displays wrong when I use block anchors...

Does that make any sense... it's late.
Can't you put it in a DIV? Some browsers allow you to resize anchors but it doesn't work in most. If you give us a little more info perhaps there's a better approach? :)
User avatar
neophyte
DevNet Resident
Posts: 1537
Joined: Tue Jan 20, 2004 4:58 pm
Location: Minnesota

Post by neophyte »

Code: Select all

display: none;
??????????????
Post Reply