This forum is now read-only. Please use our new forums! Go to forums

0 points
almost 11 years

Oops, try again! It looks like your <div> is 50px wide instead of 50px wide.

I’ve made it like it was supposed to, and it doesn’t work. I’ve made it yellow and 50px wide.

Answer 51641ddc6e70a33ee00029b8

0 votes

Permalink

The same problem

points
Submitted by sooValery
almost 11 years

Answer 5165e2ccddff1f03c5000214

0 votes

Permalink

Same issue in Chrome, expect here is my code: div style=”width:50px; height:50px; background-color:yellow”></div

It states: Oops, try again! It looks like your

is 51px wide instead of 50px wide.

Uh, no it’s not!

points
Submitted by Joe Collins
almost 11 years

Answer 51664b948372082f2a002078

0 votes

Permalink

I’m using safari and have the same issue. Guess it just needs to be fixed. i did it several times hoping it would work but still nothing. :-/

points
Submitted by Amanda Edwards
almost 11 years

Answer 516c62d7818b3379ce0018da

0 votes

Permalink

I provided the following code for the 3rd assignment:

div { height: 50px; width: 100px; border: 2px solid black; border-radius: 5px; display:inline-block; }

But it keeps on saying ‘Oops, try again! Did you remember to set the display of your

s to inline-block?’. But the blocks are in line as requested.

points
Submitted by Joris Stolk
almost 11 years

3 comments

Amanda Edwards almost 11 years

what one is this? i think we were all under HTML Structure: Tables, Divs, and Spans?

Amanda Edwards almost 11 years

Are you there? if so what lesson? ill let you know what i put.

Joris Stolk almost 11 years

Hello Amanda, thanks for your reply. It was indeed the divs and span part. It was the first assignment ‘Div’ide and conquer. I hope that your answer can help!

Answer 5176e3ea050f99e00e000405

0 votes

Permalink

same issue here, both safari and chrome

points
Submitted by Holly Stotelmyer
almost 11 years

Answer 518994490a6ea52645000866

0 votes

Permalink

For some reason it works with IE

points
Submitted by Mario Bevilacqua
almost 11 years

Answer 51a366d04a7759fd0a0018be

0 votes

Permalink

Same problem here, using Safari 6.0.4

How to solve?

points
Submitted by asahi_san
almost 11 years

Answer 51c5b1fd282ae3793e00d10c

0 votes

Permalink

Try resetting your browser zoom to 100% using Command+0 or Ctrl+0.

I experienced the same issue in Safari and Chrome, but once I reset my zoom to 100% the validation passed.

points
Submitted by Anthony Lamorte
almost 11 years

Answer 5166d15f36c58d1ea0004675

-2 votes

Permalink

Missing < at the beginning of the line.

points
Submitted by c1948
almost 11 years

1 comments

c1948 almost 11 years

and > at the end