go41

Re: got rounded div borders but one problem and also 1 quick question! :: Reply by Joern

von Joern am 24. Mai. 2010 | Keine Kommentare

the google add location
you have now:

.googleadv

{

margin-right:20px;

float:right;

}
I gave you: (third and last time here…)
.googleadv {

float:right;

width:200px;

}
something float right aligns to the right side of the outer div it’s in, if you set a margin-right additionally, you push it to the left from this right side.
your featured gallery

it is in homecontent-topleft width:600px; – okay

it is in fcontent width:592px; plus border 4+4px=600 – okay

it is in featured with no style in css

it is in myGallery, now we come close to the problem, you have:
#myGallery, #myGallerySet, #flickrGallery {

border:1px solid #000000;

height:500px;

width:700px;

z-index:5;

}
this 700px is more than the 592px it’s in, so change this entry to width:592px;
you will not find this in your style.css, check either the plugin settings if you can set it there or find the plugins css in the plugins folder.

It might be also the image size itself, they are 700px
It might be possible to override by putting this changed values into your style.css:
#myGallery, #myGallerySet, #flickrGallery {

border:1px solid #000000;

height:500px;

width:592px;

z-index:5;

}
____________________
you find me on Google+, Twitter and Facebook

(von: Joern)

Hier noch 8 weitere Ergebnisse dieses Threads:

got rounded div borders but one problem and also 1 quick question!

24. Mai. 2010 (von: omerkhan01)

Hey Joern, You can visit my wp development test site here I implemented this rounded border code -both php and CSSfrom this site.Now as you can see the border is chopped up at the bottom /left/ right. Is there something…

Re: got rounded div borders but one problem and also 1 quick question! :: Reply by Joern

24. Mai. 2010 (von: Joern)

in style.css you can write comments like this:/* standard link behaviour */this '/*' is the start of a HIDDEN comment, this '*/' is the endso in your entrybody { background:/*url(images/backgrounds/vtile.png) repeat-x 0px 0px #252525*/ #19110A;color: #... Weiterlesen →

Re: got rounded div borders but one problem and also 1 quick question! :: Reply by omerkhan01

24. Mai. 2010 (von: omerkhan01)

Hi, The googleadv was referenced as a selector as . and not a # and it still didn't work. Also, I want to position the Featured content gallery right on the fcontent container with the grey background. Are there x,…

Re: got rounded div borders but one problem and also 1 quick question! :: Reply by omerkhan01

24. Mai. 2010 (von: omerkhan01)

Joern, the Fcontent issue-Solved. You were right. I changed the settings in the settings tab for the Featured Content Gallery Plug in. Now it fits nicely into the fcontent container.Quick question about googleadv and a few more questions you didn't…

Re: got rounded div borders but one problem and also 1 quick question! :: Reply by omerkhan01

24. Mai. 2010 (von: omerkhan01)

btw how can I compensate you for giving me this golden knowledge of how to master wordpress. I would like to buy you a gift or send you a bottle of wine or something. Will you accept it. Please don't…

Re: got rounded div borders but one problem and also 1 quick question! :: Reply by Joern

24. Mai. 2010 (von: Joern)

for me the add is on the right now...I tried it without width and it didn't move, remember you still have this 'center' around.Firebug reads your body tag like:body {background:none repeat scroll 0 0 #19110A;color:#000000;padding:13px 0 25px;}because t... Weiterlesen →

Re: got rounded div borders but one problem and also 1 quick question! :: Reply by omerkhan01

24. Mai. 2010 (von: omerkhan01)

To answer your question. I put the vtile.png in the index folder, but now moved it to the images folder. So you are saying that because of the commenting or partial commenting, that is why a piece of CSS code…

Re: got rounded div borders but one problem and also 1 quick question! :: Reply by omerkhan01

24. Mai. 2010 (von: omerkhan01)

Dude I figured it all out. Anyways you are the man. Have a great vacation my friend.Omar. Weiterlesen →

Autor:

Du findest mich auch auf Twitter und Facebook!

Schreibe einen Kommentar

Pflichtfelder sind mit * markiert.


Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre mehr darüber, wie deine Kommentardaten verarbeitet werden.

weitere forum Beiträge: