I'm having an issue where the main image is not resizing when I adjust the window size, specifically in Firefox.
Here is the URL in question:
How can I solve this problem? I attempted using width: 100%
in .banner_right
, but it only made things worse.
.banner_right {
float: right;
}
<div class="main_header">
<div class="banner_right">
<p>
<img width="481" height="315" src="wp-content/uploads/2014/06/oz_main_new.jpg" alt="criminal lawyers san diego">
</p>
</div>
</div>