DrDre Posted April 6, 2006 Share Posted April 6, 2006 Well after much hacking and testing I finally got my div's layed out correctly on firefox and IE, except IE has this weird bug.[a href=\"http://fanetworks.net\" target=\"_blank\"]http://fanetworks.net[/a]The border is suppose to be this square like border like it is on the nav, except on IE the nav is fine, but the contents left border is not correct.Ive tried many things, nothing wants to workCSS URL: [a href=\"http://fanetworks.net/index.php?css=/fanetworks.css\" target=\"_blank\"]http://fanetworks.net/index.php?css=/fanetworks.css[/a](Yes this is a copy of a forum style, Site must match the forums you know :))The blocks the content uses is borderwrap and row1 and cont (and borderwrapright ID)anyone know a way to fix this?edit: adding a red border shows that the left border isnt coming up at all. Link to comment https://forums.phpfreaks.com/topic/6726-css-bug/ Share on other sites More sharing options...
moberemk Posted April 6, 2006 Share Posted April 6, 2006 Of course it isn't. Your using the float property to align your menu, right? So therefore, it becomes detached from the page structure, and the content flows around the box, but the box itself doesn't. To fix that, there is probably an easier way, but [a href=\"http://www.meyerweb.com/eric/css/edge/boxpunch/demo.html\" target=\"_blank\"]here's[/a] an example that I tend to look to. Love to see an easier one though. Link to comment https://forums.phpfreaks.com/topic/6726-css-bug/#findComment-24466 Share on other sites More sharing options...
DrDre Posted April 6, 2006 Author Share Posted April 6, 2006 I just went dirty and used a table to setup the div's ;x Link to comment https://forums.phpfreaks.com/topic/6726-css-bug/#findComment-24579 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.