Jump to content
php.lv forumi

Kā lai salabo šito?!


daGrevis

Recommended Posts

The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

 

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

 

<a href="http://localhost/portfolio/wordpress" title="daGrevis Studio: Without Comments"><div id="butterflies"></div></a>

 

...ja daram šitā, tad links nestrādā... :(

 

<div id="butterflies"><a href="http://localhost/portfolio/wordpress" title="daGrevis Studio: Without Comments"></a></div>

 

Idejas?

Link to comment
Share on other sites

nesaprotu kas tev nepatik manis dotaja varianta ?

vari

<div id="butterfly">

<a href="tava..urla" style="width:100%;height:100%;"> </a>

</div>

šaubos ka šis variants strādās jo cik atceros linkus nevareja height mainit.. vai arii vareja..

Link to comment
Share on other sites

1) nesaprotu kas tev nepatik manis dotaja varianta ?

 

2) šaubos ka šis variants strādās jo cik atceros linkus nevareja height mainit.. vai arii vareja..

 

1) Kas notiek ja nav javascript? Un vispār tam ir paredzēts a.

 

2) display:block un var mainīt ko grib.

 

Dari tā:

//kautkur css failā vai head`ā
.butterflies {
display:block;
/* pārējais ko gribi */
}

<a class="butterflies" href="http://localhost/portfolio/wordpress" title="daGrevis Studio: Without Comments"></a>

Edited by rATRIJS
Link to comment
Share on other sites

Par to, ka klientam nav javascript atbalsta, manuprāt, nav īsti jēgas diskutēt, jo tas ir ļoti, ļoti mazs procents. Drīzāk šādas izvirtības nevajadzētu darīt meklētājprogrammu dēļ, jo tās nesaprot javascript, taču ir vajadzīgas :)

Link to comment
Share on other sites

...ja daram šitā, tad links nestrādā... :(

Ko nozīmē "nestrādā" ?

 

Par to, ka klientam nav javascript atbalsta, manuprāt, nav īsti jēgas diskutēt, jo tas ir ļoti, ļoti mazs procents. (..)

Un cik procenti atver linku jaunā tabā ?

 

 

Visdrīzāk pi*anās ir ap to, ka daudzu "palīgi" šeit nav pat netīšām uzmetuši aci specifikācijai.

Ir tāda lieta kā block-level un inline-level elementi. <a> tags var saturēt vienīgi inline-level elementus. Šajā gadījumā visdrīzāk <span> vai <img>

Tādi ir nosacījumi loģiskai/semantiskai html struktūrai.

 

Pēc tam iekš CSS var veikt kādas izvirtības vien vajag.

 

Protams ļoti iespējams, ka daGrevis to visu mēģina realizēt nepareizi.

Kā parasti tiek prasīts "palīdziet man salabot manu risinājumu ?"

Link to comment
Share on other sites

Ko nozīmē "nestrādā" ?

 

 

Un cik procenti atver linku jaunā tabā ?

 

 

Visdrīzāk pi*anās ir ap to, ka daudzu "palīgi" šeit nav pat netīšām uzmetuši aci specifikācijai.

Ir tāda lieta kā block-level un inline-level elementi. <a> tags var saturēt vienīgi inline-level elementus. Šajā gadījumā visdrīzāk <span> vai <img>

Tādi ir nosacījumi loģiskai/semantiskai html struktūrai.

 

Pēc tam iekš CSS var veikt kādas izvirtības vien vajag.

 

Protams ļoti iespējams, ka daGrevis to visu mēģina realizēt nepareizi.

Kā parasti tiek prasīts "palīdziet man salabot manu risinājumu ?"

 

Piedāvā savu risinājumu... Rekur CSS parametru...

 

http://codepad.org/ybIOWdE9

Link to comment
Share on other sites

Kā saprast uztaisīt... :D Man ir bilde, kura ir jādabū uz header bildes. Kā logotips. ;)

 

http://bildites.lv/images/fbo5n5voxpu6shipuuzr.png

http://bildites.lv/images/rlt0arvb2vx0rh5lxs3b.png

 

...un logo jābut kā linkam.

Link to comment
Share on other sites

Intereses pēc - par ko būs tavā portfolio? Kādi darbi?

 

<style>
.header {
background-image:url(header_biwzh.png);
/* izmērus saliec pats */
width:200px;
height:200px;
}

.logo {
display:block;
background-image:url(logo_taurins.png);
/* izmērus saliec pats */
width:200px;
height:200px;
}
</style>

<body>
<div class="header">
<a class="logo" href="#"></a>
</div>
</body>

 

Nopozicionēt, cerams, pats pratīsi?

Link to comment
Share on other sites

Dizaina darbi. :) Vienkārši varēji pateikt lai izmanto a tagu div vietā. :D

// Jā, paldies, strāda un ir korekti... ;)

Edited by daGrevis
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...