MetroidMaster1914 Posted October 12, 2008 Share Posted October 12, 2008 I'm using a Show/Hide code that only works with <div> tags, and not table elements. Thus, I've been forced to recreate what I had in a table in <div> tags. What my problem is is this: I can't put <div> tags next to each other like what <td> tags do. Can anyone help me out in this matter? I've tried to use absolute/relative positioning, but it made a big mess (I don't think I did it right). The web page is here: http://pokedex.metroidheadquarters.com/machop/ CSS: http://pokedex.metroidheadquarters.com/style.css I'm trying to match the bottom description section to the higher on. Any and all help would be appreciated. Quote Link to comment Share on other sites More sharing options...
haku Posted October 14, 2008 Share Posted October 14, 2008 Much easier just to change your javascript to work with the tables instead of changing your tables to divs. Though on the other hand, its likely that you shouldn't be using the tables in the first place. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.