December 8, 201213 yr I code using Chrome to preview my changes. If you go to http://mylzh.net/content.php?196 in chrome, you see it's all ordered. However, if you visit the same link in Firefox, the sideways grey boxes are all on top of each other and I have no idea why. I understand in some cases that you need to add certain codes to make firefox behave, but the only codes I've used in this is position, padding, margin, all those simple ones. I don't understand why firefox wouldn't recognise that.
December 8, 201213 yr Hi, I opened Firebug (I LOVE THAT !) and I set .sideway-drop{ position : relative : } and problem almost solved and new this side way came next to name_pic DIVs but the first DIV is not next to the first name_pic it is at the end and you should handle this in some way.
December 8, 201213 yr Author I am using Firefox 17.0.1 on Windows and it looks fine to me. Doesn't look like this? http://i.imgur.com/FNUOb.jpg Hi, I opened Firebug (I LOVE THAT !) and I set .sideway-drop{ position : relative : } and problem almost solved and new this side way came next to name_pic DIVs but the first DIV is not next to the first name_pic it is at the end and you should handle this in some way. Needs to be absolute positioning.
December 8, 201213 yr Add a class to your td's containg the sideways div <tbody> <tr><td class="tester"><div class="name_pic"><a href="http://mylzh.net/content.php?1271"><img width="125" height="85" class="stream_profile2" src="http://static-cdn.jtvnw.net/previews/live_user_datmodz-150x113.jpg"></a><div class="drop-box2"></div><p><a href="http://mylzh.net/content.php?1271">datmodz</a></p></div><div class="sideways-drop" id="1"></div></td><td><iframe style="max-width: 50px; border: 0px; position: relative; max-height: 40px;padding-left: 20px;top: 3px;" src="http://mylzh.net/stream/viewers.php?stream=datmodz"></iframe></td> <td>Diablo III</td><td>Lzuruha</td><td><img src="http://mylzh.net/stream/stream.php?stream=datmodz" class="stream_status2"></td></tr> <tr><td class="tester"><div class="name_pic"><a href="http://mylzh.net/content.php?1272"><img width="125" height="85" class="stream_profile2" src="http://static-cdn.jtvnw.net/previews/live_user_elvinemod-150x113.jpg"></a><div class="drop-box2"></div><p><a href="http://mylzh.net/content.php?1272">ElvineMod</a></p></div><div class="sideways-drop" id="2"></div></td><td><iframe style="max-width: 50px; border: 0px; position: relative; max-height: 40px;padding-left: 20px;top: 3px;" src="http://mylzh.net/stream/viewers.php?stream=elvinemod"></iframe></td> <td>World of WarCraft</td><td>Lzuruha</td><td><img src="http://mylzh.net/stream/stream.php?stream=elvinemod" class="stream_status2"></td></tr> <tr><td class="tester"><div class="name_pic"><a href="http://mylzh.net/content.php?1270"><img width="125" height="85" class="stream_profile2" src="http://static-cdn.jtvnw.net/previews/live_user_thoranar-150x113.jpg"></a><div class="drop-box2"></div><p><a href="http://mylzh.net/content.php?1270">Thoranar</a></p></div><div class="sideways-drop" id="3"></div></td><td><iframe style="max-width: 50px; border: 0px; position: relative; max-height: 40px;padding-left: 20px;top: 3px;" src="http://mylzh.net/stream/viewers.php?stream=thoranar"></iframe></td> <td>World of WarCraft</td><td>Lzuruha</td><td><img src="http://mylzh.net/stream/stream.php?stream=thoranar" class="stream_status2"></td></tr> <tr><td class="tester"><div class="name_pic"><a href="http://mylzh.net/content.php?1269"><img width="125" height="85" class="stream_profile2" src="http://static-cdn.jtvnw.net/previews/live_user_cchristiee-150x113.jpg"></a><div class="drop-box2"></div><p><a href="http://mylzh.net/content.php?1269">cchristiee</a></p></div><div class="sideways-drop" id="4"></div></td><td><iframe style="max-width: 50px; border: 0px; position: relative; max-height: 40px;padding-left: 20px;top: 3px;" src="http://mylzh.net/stream/viewers.php?stream=cchristiee"></iframe></td> <td>World of WarCraft</td><td>Lzuruha</td><td><img src="http://mylzh.net/stream/stream.php?stream=cchristiee" class="stream_status2"></td></tr> <tr><td class="tester"><div class="name_pic"><a href="http://mylzh.net/content.php?1273"><img width="125" height="85" class="stream_profile2" src="http://static-cdn.jtvnw.net/previews/live_user_rinadork-150x113.jpg"></a><div class="drop-box2"></div><p><a href="http://mylzh.net/content.php?1273">RinaDork</a></p></div><div class="sideways-drop"></div></td><td><iframe style="max-width: 50px; border: 0px; position: relative; max-height: 40px;padding-left: 20px;top: 3px;" src="http://mylzh.net/stream/viewers.php?stream=rinadork"></iframe></td> <td>League of Legends</td><td>Lzuruha</td><td><img src="http://mylzh.net/stream/stream.php?stream=rinadork" class="stream_status2"></td></tr> <tr><td class="tester"><div class="name_pic"><a href="http://mylzh.net/content.php?1269"><img width="125" height="85" class="stream_profile2" src="http://static-cdn.jtvnw.net/previews/live_user_cchristiee-150x113.jpg"></a><div class="drop-box2"></div><p><a href="http://mylzh.net/content.php?1269">cchristiee</a></p></div><div class="sideways-drop"></div></td><td><iframe style="max-width: 50px; border: 0px; position: relative; max-height: 40px;padding-left: 20px;top: 3px;" src="http://mylzh.net/stream/viewers.php?stream=cchristiee"></iframe></td> <td>World of WarCraft</td><td>Lzuruha</td><td><img src="http://mylzh.net/stream/stream.php?stream=cchristiee" class="stream_status2"></td></tr> </tbody> then add to css position relative display block .tester { display: block; position: relative; }
Create an account or sign in to comment