hello please help me !! i have a problem in CSS please see this picture > Firefox not work > And Other browser work like a charm > This is its CSS .blockside { float: right; width: 238px; margin: 0 -350px 0 0; } PHP: When i used this code then only work with Firefox not for other browser> .blockside { float: right; width: 238px; margin: 0 -245px 0 0; } PHP:
Page url would have been better, however i'm assuming .blockside is used for a right side bar. I'll prefer having the div .blockside positioning relative to the div at left side and set the left poistioning as required. something like this, .blockside {position: relative; float left; top:0; left:10px; width: 238px} Code (markup): btw, the above is CSS not PHP code
As radiant_luv said, without the complete markup or a link, you're asking us to take a wild guess. Or would you prefer us to show you a picture of the fix?
float and margin on the same side doesnt work with few browsers. Try increasing the div of right pane and adding padding-left: ____px; in the style tag. I use things like this for 100% caompatilbilty. thanks