Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Tags
Member Avatar for Monkey101

My right column is overlapping into my main content column how do I prevent this from happening? I tried using overflow: hidden; and overflow: auto;. I used the clear property for my left and main column which worked to prevent them overlapping.

Member Avatar for Monkey101
0
174
Member Avatar for Monkey101

For my webpage I want to set up columns (boxes). For example I have an image floating to the left then I want to float another image or a plain box underneath the image. This is my HTML code <div style="float: left; background-color: white;"> <img src="Images/Books.jpg" alt="Books" width="225" height="125"/> </div> …

Member Avatar for Monkey101
0
219
Member Avatar for Monkey101

<div style="width:100%; background-color: cornflowerblue"> <div style="width: 13%; float: left; text-align:center; height:30px; background-color: cornflowerblue;" <li><a href="" style="text-decoration:none; padding-top: 3px; padding-bottom: 3px; color: white; font-size: 20px;">About</a></li> </div> <div style="width: 13%; float: left; text-align:center; height:30px; background-color: cornflowerblue;" <li><a href="" style="text-decoration:none; color: white; padding-top: 3px; padding-bottom: 3px; font-size: 20px;">Books</a></li> </div> <div style="width: 13%; float: …

Member Avatar for Monkey101
0
189
Member Avatar for Monkey101

Good afternoon all ! I am having trouble with my image map... Here is a piece of my code. <div id="style1"> <p class="padding"><img usemap="#greenMap" src="Images/green apple.jpg" alt="green apple" width="275" height="255" style="float:left;"/></p> <map id="greenMap" name="greenMap"> <area shape="rect" alt="green apple" coords="100,50,100,50" href="green apple2.jpg" /> </map> <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/> <p><a href="http://www.psychichealerchristine.com/psychic-christines-blog/apple" target="_blank">I do not own …

Member Avatar for Monkey101
0
135
Member Avatar for Monkey101

I have to mirror a piece of the picture right to left. Here is what I have: My picture stays the same everytime I run the code. I even switch my for loops to see if it would make a difference but it doesn't. My picture just stays the same. …

Member Avatar for NormR1
0
670
Member Avatar for Monkey101

Mirroring is done by copying. Suppose a Picture has H rows of Pixels and W columns of Pixels and W is an even number, like W is 2N. Here N is a the whole number that is exactly 1/2 of W. How many Pixels are copied when the Picture is …

Member Avatar for NormR1
0
112
Member Avatar for Monkey101

Hello everyone, I am confuse to what my professor is asking for Part 4 of our project. --> The fourth method for you to develop must manipulate the Colors within a given box. To compute how much manipulation to do on a Pixel from its LOCATION (x,y), the function defined …

Member Avatar for Taywin
0
103
Member Avatar for Monkey101

Hello everyone, I need help with my program. The program has to randomize the array indexs. I am having a huge issue with this: import java.util.Random; //to generate random #'s public class Array { public static void printIntArray(int[] myParamVar) { int LOCATION = 0; while(LOCATION < myParamVar.length) { System.out.print("In LOCATION …

Member Avatar for Nutster
0
84