Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CSS Help!
#1
Question 
Hi guys, who can help me with a simple modify in CSS?
I'm using "Aryze" template, and i want do a simple modify:

The original image BLOCK is like this:
938px
400px

[Image: bhsl.jpg]

I want do a big image horizontally larger all over the screen like this:

[Image: sngd.jpg]

Now... in Style.css there's this:
Code:
/*******************************MEDIA*********************************/

#mediaBlock
{
    float: left;
    background-image: url(../design-Props/mB-bg.png);
    background-repeat:no-repeat;
    width: 938px;
    height: 400px;
    margin: 5px 0px 10px 10px;
  border: 1px #fff solid;
  background-color: #fff;
    padding: 0px 0px 0px 0px;
}

#mediaBlock h1
{
  text-indent: -9999px;    
}

.mediaBlock
{
    width: auto;
    height: auto;
    padding: 0px;
    margin: 0px;
    border:;
}

/*-------------------------------------------------------------*/

I'v tryied to modify without success, how can i do it?
Best Regards
Reply


Messages In This Thread
CSS Help! - by lakaroth - 2014-01-30, 05:01:11
RE: CSS Help! - by shawn_a - 2014-01-30, 06:00:41
RE: CSS Help! - by lakaroth - 2014-01-30, 06:10:29
RE: CSS Help! - by Timbow - 2014-01-30, 06:54:41
RE: CSS Help! - by Timbow - 2014-01-30, 07:08:11
RE: CSS Help! - by shawn_a - 2014-01-30, 07:38:28
RE: CSS Help! - by lakaroth - 2014-01-30, 20:26:37
RE: CSS Help! - by lakaroth - 2014-01-30, 21:08:29



Users browsing this thread: 5 Guest(s)